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. ## Core Features & Use Cases - CVE Remediation: Fixes CVE-1 (vulnerable npm dependencies), CVE-2 (SHA-256 password hashing replaced with bcrypt at 12 rounds), and CVE-3 (hardcoded credentials replaced with cryptographically random keys). - Secure Coding Patterns: Provides Zod-based input validation schemas, path traversal sanitization, and safe command execution via execFile without shell interpretation. - Security Orchestration: Coordinates specialized agents (v3-security-architect, security-auditor, test-architect) for threat modeling, auditing, and TDD-based security testing. - Use Case: When upgrading claude-flow to v3, run this overhaul to reach a 90/100 security score, resolve all critical CVEs, and achieve over 95% test coverage on security-critical code. ## Quick Start Ask the AI to run the v3 security overhaul to fix the critical CVEs and apply secure-by-default patterns across the claude-flow codebase.