What problem does it solve? Shipping a SaaS app, API, or MVP without a structured security review leaves you exposed to leaked credentials, broken authorization, and misconfigured deployments. This Skill performs a pragmatic, evidence-based security audit of your codebase and produces a prioritized fix plan before launch. ## Core Features & Use Cases - Secret Scanning: Runs a local pattern scanner (scripts/scan_secrets.py) to detect AWS keys, GitHub tokens, OpenAI keys, Stripe secrets, private keys, and assigned credentials, with redacted output. - Structured Audit Workflow: Reviews authentication, authorization and multi-tenancy, input validation, file uploads, CORS/headers/rate limits, payments and webhooks, dependencies, and logging using references/security-checks.md. - Severity-Classified Report: Outputs confirmed findings (Critical/High/Medium/Low) with file-and-line evidence, concrete risk, minimal fixes, and a fastest safe fix plan. - Use Case: Before publishing your MVP, ask for an audit of secrets, auth, API routes, and deploy config, then have the Critical and High fixes implemented directly with regression tests. ## Quick Start Use codex-security-audit-skill on this project to check secrets, auth, authorization, API routes, CORS, and deploy config, then give me confirmed findings with risk levels and a fix plan.