What problem does it solve? Security reviews are often ad-hoc and inconsistent, causing teams to miss critical vulnerabilities like hardcoded secrets, injection flaws, or vulnerable dependencies before deployment. This Skill provides a structured, repeatable audit methodology covering the full attack surface of a codebase. ## Core Features & Use Cases - Phased Audit Methodology: Six phases covering secret scanning, input validation, authentication/authorization, data protection, dependency and supply chain auditing, and infrastructure hardening. - OWASP Top 10 Quick Check: A condensed mapping table to verify coverage against the most common web vulnerability classes, plus Tauri-specific checks for desktop apps. - Standardized Report Format: A severity-ranked report template (Critical/High/Medium/Low) with location, risk, fix, and effort fields for each finding. - Use Case: Before launching a new web app, run this audit to catch a hardcoded API key in a tracked config file, missing rate limiting on login endpoints, and outdated npm dependencies with known CVEs, then produce a prioritized remediation report. ## Quick Start Ask the AI to perform a security audit of this repository using the security audit standard and produce a severity-ranked findings report.