What problem does it solve? Shipping code with leaked API keys, outdated vulnerable dependencies, or injection flaws can lead to breaches and failed compliance audits. This Skill provides a systematic, step-by-step security review of any codebase before release or open-sourcing. ## Core Features & Use Cases - Secret & Credential Scanning: Uses regex patterns and tools like gitleaks and trufflehog to detect API keys, private keys, passwords, and database connection strings in code and git history. - Dependency Vulnerability Audits: Runs npm audit, pip-audit, cargo audit, and govulncheck to surface known CVEs in third-party packages. - Injection & OWASP Top 10 Checks: Detects SQL injection, command injection, XSS, path traversal, broken access control (BOLA/IDOR), weak cryptography, and misconfigured security headers. - Use Case: Before open-sourcing a private repository, run the audit to confirm no secrets are committed, dependencies are patched, and authentication checks are enforced, then receive a severity-ranked remediation report. ## Quick Start Ask the AI to run a security audit on your repository covering secrets, dependencies, and injection vulnerabilities, and produce a severity-ranked remediation report.