a2a-security-review
Review agent-to-agent (A2A) / multi-agent-system trust: peer identity and authentication, message integrity, capability-negotiation trust, and delegation-chain…
Assess detection coverage against the MITRE ATT&CK matrix: which tactics/techniques are covered, partially covered, or blind, weighted by data-source availability and threat relevance. Use to find and prioritize detection gaps for a SOC/program.
$ npx -y skills add jassics/awesome-claude-security --skill detection-coverage-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/detection-coverage-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Assess detection coverage against the MITRE ATT&CK matrix: which tactics/techniques are covered, partially covered, or blind, weighted by data-source availability and threat relevance. Use to find and prioritize detection gaps for a SOC/program.
name: detection-coverage-review description: >- Assess detection coverage against the MITRE ATT&CK matrix: which tactics/techniques are covered, partially covered, or blind, weighted by data-source availability and threat relevance. Use to find and prioritize detection gaps for a SOC/program.
A coverage map across ATT&CK with honest gap analysis — not a vanity "we cover X techniques" count, but where you're actually blind and what to build next.
1. **Inventory detections** — map each existing rule/alert to ATT&CK technique(s) (use the metadata from `detection-rule-development`). 2. **Inventory data sources** — what telemetry is actually collected and onboarded (you cannot detect what you don't log). Coverage is gated by data, not rule count. 3. **Rate each technique** — None / Partial / Good, factoring rule quality (does it really detect the technique or just one variant?) and data availability. 4. **Weight by threat relevance** — prioritize techniques used by actors targeting your sector/environment (pull from `threat-intelligence`); don't chase the whole matrix uniformly. 5. **Identify gaps & plan** — blind spots on relevant, high-impact techniques first; note whether the fix is a new rule, new data source, or tuning.
An ATT&CK coverage view (tactic × technique with None/Partial/Good), a data-source gap list, and a prioritized build backlog. Visualize as an ATT&CK-style heatmap (`security-diagramming`) and report with `security-reporting`.
Coverage is bounded by **data sources**, not rule count — a missing log source is a bigger gap than a missing rule. Prioritize by adversary relevance (threat-informed defense), not raw matrix completeness. Beware "coverage theater": one weak rule mapped to a technique is not real coverage.
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…