a2a-security-review
Review agent-to-agent (A2A) / multi-agent-system trust: peer identity and authentication, message integrity, capability-negotiation trust, and delegation-chain…
Build an attack tree for a stated attacker goal or asset, decomposing it into AND/OR sub-goals and leaf attack steps, then render it. Use when threat modeling, planning an engagement, or explaining how an asset could be compromised.
$ npx -y skills add jassics/awesome-claude-security --skill attack-tree --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/attack-treeContext preview
The summary Claude sees to decide when to auto-load this skill.
Build an attack tree for a stated attacker goal or asset, decomposing it into AND/OR sub-goals and leaf attack steps, then render it. Use when threat modeling, planning an engagement, or explaining how an asset could be compromised.
name: attack-tree description: >- Build an attack tree for a stated attacker goal or asset, decomposing it into AND/OR sub-goals and leaf attack steps, then render it. Use when threat modeling, planning an engagement, or explaining how an asset could be compromised.
Produce a clear attack tree: a root attacker goal decomposed via AND/OR logic into intermediate sub-goals and concrete leaf attacks, optionally annotated with cost / difficulty / detectability, and rendered as a diagram.
1. **Define the root.** Confirm the single attacker goal (e.g. "exfiltrate customer PII", "obtain domain admin"). One tree per goal. 2. **Decompose top-down.** Break the goal into sub-goals. Mark each node:
Continue until leaves are concrete, actionable attack steps. 3. **Annotate leaves** (optional but recommended): cost, skill required, likelihood, and detectability. These drive prioritization and detection gaps. 4. **Identify cheapest/least-detectable path** to the root — that's the priority to mitigate and to build detections for. 5. **Render** with the `architecture-diagram` rendering approach: prefer the Excalidraw MCP; otherwise emit a Mermaid `flowchart TD` (root at top, AND nodes labeled, leaves as boxes) plus Graphviz DOT.
Use AND/OR semantics correctly — mislabeling changes the risk story. Keep node labels short; put detail in the ranked table. Hand the ranked findings to `security-reporting` if a writeup is needed.
A Claude Code plugin marketplace for the full cybersecurity & GenAI-security lifecycle — from recon and threat modeling to detection engineering, GRC, and CISO-level strategy. A pentester knows which OWASP test bends a broken-access-control endpoint.
Repo: jassics/awesome-claude-security
Review agent-to-agent (A2A) / multi-agent-system trust: peer identity and authentication, message integrity, capability-negotiation trust, and delegation-chain…
Test the agent execution harness/runtime itself — LangChain/LangGraph, AutoGen, CrewAI, custom ReAct-style loops, or computer-use/browser-use agents — for…
Assess an autonomous / tool-using AI agent for security end-to-end: tool privileges, autonomy and approval boundaries, excessive agency, memory/state…
Test what an AI agent will actually do without human confirmation, including under injected-goal / prompt-injection scenarios, to validate its autonomy and…
Review the security of MCP (Model Context Protocol) servers/clients an agent uses: server trust tier, tool/resource description and result poisoning,…
Inventory the tools/functions an AI agent can call and audit their privileges, side effects, and approval requirements to find excessive-agency and…