What problem does it solve? Security reviews often happen too late or produce vague advice. This Skill performs a structured threat modeling pass over a codebase and produces a concrete, project-specific security reference document that other agents and developers can act on. ## Core Features & Use Cases - STRIDE-Based Analysis: Walks through Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, and Elevation of Privilege against your actual assets and trust boundaries. - Structured Output Document: Writes a threat_model.md file covering project overview, assets, trust boundaries, scan anchors, and required security guarantees. - Use Case: Before launching a new feature that adds authentication and payment integration, run this Skill to identify trust boundaries, flag risks like IDOR or missing webhook verification, and record the guarantees the code must uphold. ## Quick Start Analyze this project's architecture and write a threat model to threat_model.md.