Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders.
Add this skill
npx mdskills install sickn33/attack-tree-constructionClear structured approach to attack tree modeling with proper authorization checks and safety guidance
1---2name: attack-tree-construction3description: Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders.4---56# Attack Tree Construction78Systematic attack path visualization and analysis.910## Use this skill when1112- Visualizing complex attack scenarios13- Identifying defense gaps and priorities14- Communicating risks to stakeholders15- Planning defensive investments or test scopes1617## Do not use this skill when1819- You lack authorization or a defined scope to model the system20- The task is a general risk review without attack-path modeling21- The request is unrelated to security assessment or design2223## Instructions2425- Confirm scope, assets, and the attacker goal for the root node.26- Decompose into sub-goals with AND/OR structure.27- Annotate leaves with cost, skill, time, and detectability.28- Map mitigations per branch and prioritize high-impact paths.29- If detailed templates are required, open `resources/implementation-playbook.md`.3031## Safety3233- Share attack trees only with authorized stakeholders.34- Avoid including sensitive exploit details unless required.3536## Resources3738- `resources/implementation-playbook.md` for detailed patterns, templates, and examples.39
Full transparency — inspect the skill content before installing.