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 that detects hardcoded secrets, injection-prone code patterns, supply chain risks, and insecure configurations in any project. ## Core Features & Use Cases - Automated Security Scanning: Run security_scan.py to detect secrets (AWS keys, JWTs, database strings), dangerous patterns (eval, SQL concatenation, unsafe deserialization), missing lock files, and misconfigurations (debug mode, CORS wildcards). - OWASP 2025 Methodology: Apply structured guidance covering all ten risk categories including the new Supply Chain Security (A03) and Exceptional Conditions (A10), with risk prioritization using CVSS and EPSS scores. - 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 to catch a hardcoded database connection string and an eval() call, then use the risk prioritization matrix to decide which findings block the release. ## Quick Start Ask the AI to run a security scan on your project directory and report any critical findings with remediation guidance.