What problem does it solve? Security issues like hardcoded credentials, injection-prone code, vulnerable dependencies, and misconfigured settings often slip into codebases unnoticed. This Skill provides a structured methodology based on OWASP Top 10:2025 plus an automated Python scanner to detect and prioritize these risks before attackers do. ## Core Features & Use Cases - Automated Security Scanning: Run scripts/security_scan.py to detect hardcoded secrets (API keys, AWS credentials, JWTs), dangerous code patterns (eval, SQL string concatenation, unsafe deserialization), missing lock files, and insecure configurations. - OWASP 2025 Guidance: Apply up-to-date checklists covering Broken Access Control, Supply Chain Security, and Exceptional Conditions with risk prioritization using CVSS and EPSS scores. - Use Case: Before deploying a web application, run the scanner against your project directory to catch exposed secrets and critical dependency vulnerabilities, then use the included checklists to audit authentication, API security, and data protection controls. ## Quick Start Run the security scan script against my project directory and summarize any critical or high severity findings with remediation advice.