/attack-tree-construction
Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders.
One skill from wshobson-agents.
shell
$ npx -y skills add wshobson/agents --skill attack-tree-construction --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/attack-tree-construction
Context preview
The summary Claude sees to decide when to auto-load this skill.
Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders.
Stats
Stars38,174
Forks4,092
LanguagePython
LicenseMIT
Ships with wshobson-agents
SKILL.md
attack-tree-construction.SKILL.md
--- name: attack-tree-construction description: Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders. --- # Attack Tree Construction Systematic attack path visualization and analysis. ## When to Use This Skill - Visualizing complex attack scenarios - Identifying defense gaps and priorities - Communicating risks to stakeholders - Planning defensive investments - Penetration test planning - Security architecture review ## Core Concepts ### 1. Attack Tree Structure ``` [Root Goal] | โโโโโโโโโโโโโโดโโโโโโโโโโโโโ โ โ [Sub-goal 1] [Sub-goal 2] (OR node) (AND node) โ โ โโโโโโโดโโโโโโ โโโโโโโดโโโโโโ โ โ โ โ [Attack] [Attack] [Attack] [Attack] (leaf) (leaf) (leaf) (leaf)
