a2a-security-review
Review agent-to-agent (A2A) / multi-agent-system trust: peer identity and authentication, message integrity, capability-negotiation trust, and delegation-chain…
Run a hypothesis-driven threat hunt: form a hypothesis (often from ATT&CK or threat intel), query telemetry for evidence, analyze findings, and convert results into detections. Use to proactively search for adversary activity that existing alerts may miss.
$ npx -y skills add jassics/awesome-claude-security --skill threat-hunting --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/threat-huntingContext preview
The summary Claude sees to decide when to auto-load this skill.
Run a hypothesis-driven threat hunt: form a hypothesis (often from ATT&CK or threat intel), query telemetry for evidence, analyze findings, and convert results into detections. Use to proactively search for adversary activity that existing alerts may miss.
name: threat-hunting description: >- Run a hypothesis-driven threat hunt: form a hypothesis (often from ATT&CK or threat intel), query telemetry for evidence, analyze findings, and convert results into detections. Use to proactively search for adversary activity that existing alerts may miss.
A structured hunt that either finds adversary activity or builds confidence it's absent — and leaves behind a new detection or a documented data/coverage gap.
1. **Hypothesize** — a specific, testable statement, e.g. "an adversary is using [ATT&CK technique] via [mechanism] in [scope]." Source it from ATT&CK, fresh `threat-intelligence`, an anomaly, or a recent incident (`dfir`). 2. **Scope & data** — which telemetry answers the hypothesis; confirm it exists and the time window. 3. **Hunt** — query for the behavior; baseline normal to separate signal from noise; pivot on what you find (hosts, accounts, processes, network). 4. **Analyze** — triage hits: benign / suspicious / malicious. If malicious, escalate to `dfir:incident-response`. 5. **Operationalize** — turn a successful hunt into a durable rule (`detection-rule-development`); if you couldn't hunt it, log the data/visibility gap for `detection-coverage-review`.
A hunt report: hypothesis · data sources · queries · findings (with evidence) · outcome (clean / escalated) · follow-up (new detection or coverage gap). Use `security-reporting`.
A hunt that finds nothing is still a success if it produced a new detection or revealed a visibility gap — capture that, don't just close it out. Always baseline normal before calling activity suspicious. Hunt the techniques most relevant to your threat model first.
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…