What problem does it solve? Codex-flow v3 contains critical vulnerabilities including outdated dependencies, weak SHA-256 password hashing, and hardcoded credentials. This Skill orchestrates a comprehensive security overhaul to fix these CVEs and establish security-first development practices. ## Core Features & Use Cases - CVE Remediation: Fixes vulnerable dependencies (CVE-1), replaces SHA-256 with bcrypt password hashing (CVE-2), and eliminates hardcoded credentials with secure random generation (CVE-3). - Secure-by-Default Patterns: Provides Zod input validation schemas, path traversal sanitization, and safe command execution without shell interpretation. - Parallel Agent Orchestration: Coordinates v3-security-architect, security-auditor, and test-architect agents for threat modeling, remediation, and TDD security testing. - Use Case: When upgrading Codex-flow to v3, run this Skill to audit npm dependencies, migrate password hashing to bcrypt with 12 rounds, and validate all user inputs with Zod schemas before release. ## Quick Start Ask the AI to run the V3 security overhaul to fix CVE-1, CVE-2, and CVE-3 and apply secure input validation patterns across the codebase.