Loading...
Loading...
This skill should be used when the user asks to "simulate attacks", "build attack trees", "model exploit chains", "score exploitability", or is running PASTA stage 6. Also triggers when the user asks about attack scenarios, red team simulation, DREAD scoring, or detection gap analysis in a threat modeling context. Part of the PASTA threat modeling methodology (Stage 6 of 7).
npx skill4agent add florianbuetow/claude-code pasta-attack-sim../../shared/schemas/flags.md| Flag | Stage 6 Behavior |
|---|---|
| Inherits from prior stages. Uses vulnerability inventory and threat catalog, not raw source. |
| Top 3 most critical exploit chains only, basic scoring. |
| Full attack trees for all high/critical pairs, DREAD scoring. |
| Standard + detection gap analysis, control bypass assessment, multi-stage pivots. |
| Deep + red team persona simulation with step-by-step exploit narratives. |
| Filter to attack scenarios above the specified impact level. |
../../shared/frameworks/pasta.mdGoal: [Business-critical asset]
OR
+-- Path A: [Entry point] -> [Vuln-1] -> [Pivot] -> [Target]
+-- Path B: [Entry point] -> [Vuln-2] -> [Escalation] -> [Target]| Factor | Criteria |
|---|---|
| Damage | 10 = full compromise, 1 = minor info leak |
| Reproducibility | 10 = every time, 1 = race condition |
| Exploitability | 10 = script kiddie, 1 = nation-state |
| Affected Users | 10 = all users, 1 = single user |
| Discoverability | 10 = publicly known, 1 = insider knowledge |
PASTA-ATK-001## PASTA Stage 6: Attack Simulation
### ATK-001: [Scenario Name]
**Target**: [Asset] | **Actor**: [Profile] | **DREAD**: X.X
**Chain**: Entry point -> Vuln exploited -> Access gained -> Pivot -> Objective
| Damage | Reproducibility | Exploitability | Affected Users | Discoverability | Score |
|--------|----------------|---------------|---------------|----------------|-------|
| X | X | X | X | X | X.X |
**Detection**: Logging [Y/N], Alerting [Y/N], WAF [Y/N]
**Gaps**: [Missing controls]
### Attack Scenario Summary
| ID | Scenario | DREAD | Target Asset | Complexity | Detected |
|----|----------|-------|-------------|------------|----------|
| ATK-001 | ... | X.X | ... | Low/Med/High | Yes/No |
### Detection Gap Summary
| Gap | Scenarios Affected | Recommendation |
|-----|-------------------|----------------|../../shared/schemas/findings.mddreadreferences.mitre_attckreferences.cwemetadata.tool"pasta-attack-sim"metadata.framework"pasta"metadata.category"Stage-6"pasta-risk