What problem does it solve? It addresses critical security vulnerabilities in claude-flow v3, including vulnerable dependencies, weak password hashing, and hardcoded credentials, by orchestrating a structured security overhaul with specialized agents. ## Core Features & Use Cases - CVE Remediation: Fixes CVE-1 (vulnerable dependencies via npm audit), CVE-2 (replaces SHA-256 hashing with bcrypt at 12 rounds), and CVE-3 (replaces hardcoded credentials with cryptographically random keys). - Secure Coding Patterns: Provides ready-to-use implementations for Zod input validation, path traversal sanitization, and safe command execution via execFile without shell interpretation. - Agent Orchestration: Coordinates v3-security-architect, security-auditor, and test-architect agents in parallel for threat modeling, remediation, and TDD-based security testing. - Use Case: When upgrading a claude-flow v3 codebase, run this Skill to systematically eliminate known CVEs and enforce secure-by-default patterns across authentication, input handling, and subprocess execution. ## Quick Start Ask the AI to run the V3 security overhaul to fix the critical CVEs and apply secure coding patterns across the claude-flow v3 codebase.