What problem does it solve? Security issues like SQL injection, hardcoded credentials, and misconfigured endpoints often go unnoticed until they are exploited. This Skill performs a structured security audit of your project based on the OWASP Top 10 2025 checklist, detects exposed secrets, and maps the attack surface so you can fix risks before deployment. ## Core Features & Use Cases - OWASP Top 10 2025 Audit: Systematically checks for broken access control, injection flaws, cryptographic failures, insecure design, SSRF, and more. - Secret Detection: Scans for API keys, tokens, passwords, AWS credentials, private keys, and URLs with embedded credentials using regex patterns. - Attack Surface Mapping: Identifies public endpoints, user inputs, third-party integrations, and exposed infrastructure. - Use Case: Before deploying a new release, run a security audit to receive a prioritized report with critical findings, proof-of-concept evidence, and concrete code fixes for each vulnerability. ## Quick Start Run a security audit of this project and report any OWASP vulnerabilities or exposed secrets with recommended fixes.