Generate threat model using STRIDE methodology for a component or feature
/plugin marketplace add melodic-software/claude-code-plugins/plugin install security@melodic-software<component-or-feature-description># Threat Model Command Generate a structured threat model for a system component or feature. ## Usage ## Execution Delegate to the `threat-modeler` agent with the following prompt: "Create a comprehensive threat model for: $ARGUMENTS Follow this process: 1. Understand the system - identify assets, data flows, trust boundaries, and entry points 2. Create a data flow diagram (DFD) with Mermaid notation 3. Apply STRIDE analysis to each component in the DFD 4. Build attack trees for high-value assets 5. Score risks using DREAD methodology 6. Recommend security controls prioritized by r...