What problem does it solve? Security reviews often miss critical issues because teams lack a structured methodology and automated validation. This Skill combines OWASP Top 10:2025 expertise with an automated scanner to detect hardcoded secrets, injection risks, supply chain vulnerabilities, and insecure configurations before they reach production. ## Core Features & Use Cases - Automated Security Scanning: Run security_scan.py to detect hardcoded credentials (AWS keys, JWTs, database strings), dangerous code patterns (eval, SQL concatenation, unsafe deserialization), missing lock files, and misconfigured CORS or debug modes. - OWASP 2025 Methodology: Apply structured guidance covering attack surface mapping, supply chain security (A03), exceptional conditions (A10), and CVSS/EPSS-based risk prioritization. - Audit Checklists: Use ready-made checklists for authentication, API security, data protection, and security headers during manual reviews. - Use Case: Before deploying a web application, run the scanner against the project directory to catch exposed secrets and critical dependency vulnerabilities, then use the checklists to verify authentication and header configurations. ## Quick Start Ask the AI to run a security scan on the current project and report any critical findings with remediation steps.