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 using 12 rounds (CVE-2), and replaces hardcoded credentials with cryptographically secure random generation (CVE-3). - Secure-by-Default Patterns: Provides Zod-based input validation schemas, path traversal sanitization, and safe command execution via execFile without shell interpretation. - Parallel Agent Orchestration: Coordinates v3-security-architect, security-auditor, and test-architect agents for threat modeling, CVE fixes, and TDD security testing. - Use Case: When upgrading Codex-flow to v3, run this Skill to audit npm dependencies, migrate password hashing to bcrypt, and validate all user inputs against strict schemas before deployment. ## Quick Start Ask the AI to run the V3 security overhaul to fix the critical CVEs and apply secure input validation and password hashing patterns to the Codex-flow codebase.