What problem does it solve? Security flaws like hardcoded secrets, injection vulnerabilities, and misconfigurations often hide in codebases until they are exploited, and manual reviews are slow and inconsistent. This Skill performs a structured, read-only static audit and delivers an evidence-backed, severity-ranked report. ## Core Features & Use Cases - Secrets & Credential Detection: Scans for hardcoded API keys, JWT secrets, database connection strings, and cloud tokens, masking them in output. - OWASP Top 10 & Crypto Audit: Detects SQL/NoSQL injection, XSS, SSRF, path traversal, broken authorization, weak JWT handling, and deprecated ciphers like MD5 or DES. - Configuration & Supply Chain Review: Flags debug mode in production, permissive CORS, containers running as root, and vulnerable or unpinned dependencies. - Use Case: Before a release, run the scan on your repository to receive a timestamped markdown report in docs/security-scan/ with Critical-to-Info findings, exact file locations, code snippets, and a prioritized remediation roadmap. ## Quick Start Ask the assistant to run a security scan on this repository and generate a severity-ranked vulnerability report.