What problem does it solve? Teams often ship code without a structured security review, missing vulnerabilities in authentication, data handling, and configuration until they become incidents. This Skill performs a systematic security audit of your architecture before implementation begins. ## Core Features & Use Cases - Threat Modeling: Applies STRIDE analysis to each system component (auth, API, database, storage) to identify spoofing, tampering, and privilege escalation risks. - OWASP Top 10 Assessment: Evaluates the architecture against all ten OWASP categories, from broken access control to SSRF. - Risk-Prioritized Findings: Classifies every finding as P0-P3 severity and issues a gate verdict (SECURITY BLOCK, PASS with warnings, or PASS) that determines whether implementation can proceed. - Use Case: After your Architecture Owner produces a design document, run this Skill to generate a security-audit.md report with a remediation roadmap before any code is written. ## Quick Start Run a security audit on the current project architecture and generate a prioritized findings report.