What problem does it solve? Codex-flow v3 ships with critical vulnerabilities including outdated dependencies, weak SHA-256 password hashing, and hardcoded credentials. This Skill orchestrates a comprehensive security overhaul that fixes these CVEs and establishes security-first development practices. ## Core Features & Use Cases - CVE Remediation: Updates vulnerable npm dependencies, replaces SHA-256 hashing with bcrypt (12 rounds), and generates cryptographically random credentials instead of hardcoded secrets. - Secure-by-Default Patterns: Provides ready-to-use implementations for Zod input validation, path traversal sanitization, and shell-free command execution via execFile. - Agent Orchestration: Coordinates specialized v3 security agents (v3-security-architect, security-auditor, test-architect) for threat modeling, auditing, and TDD-based security testing. - Use Case: When upgrading Codex-flow to v3, run this Skill to fix CVE-1, CVE-2, and CVE-3, then validate the result against a 90/100 security score with 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 coding patterns across the Codex-flow v3 codebase.