a2a-security-review
Review agent-to-agent (A2A) / multi-agent-system trust: peer identity and authentication, message integrity, capability-negotiation trust, and delegation-chain…
Rank a set of vulnerabilities by real-world risk using CVSS (severity), EPSS (exploit probability), CISA KEV (known exploited), and asset/exposure context — so remediation effort goes to what actually matters first. Use when a triaged finding list needs a defensible "fix this
$ npx -y skills add jassics/awesome-claude-security --skill vulnerability-prioritization --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/vulnerability-prioritizationContext preview
The summary Claude sees to decide when to auto-load this skill.
Rank a set of vulnerabilities by real-world risk using CVSS (severity), EPSS (exploit probability), CISA KEV (known exploited), and asset/exposure context — so remediation effort goes to what actually matters first. Use when a triaged finding list needs a defensible "fix this
name: vulnerability-prioritization description: >- Rank a set of vulnerabilities by real-world risk using CVSS (severity), EPSS (exploit probability), CISA KEV (known exploited), and asset/exposure context — so remediation effort goes to what actually matters first. Use when a triaged finding list needs a defensible "fix this first" order.
A risk-ranked, defensible remediation order — not just "sort by CVSS" — that a team can act on and an auditor can understand.
the long tail of high-CVSS-but-never-exploited bugs.
priority regardless of CVSS; active exploitation is confirmed.
compensating controls. An internal, segmented, low-value host changes the math.
(pair with `threat-intelligence`).
1. Pull CVSS, current EPSS score, and KEV membership for each CVE. 2. Apply a tiering rule, in order:
3. Adjust for asset context (exposure, criticality, compensating controls) — document every up/down adjustment so the ranking is auditable. 4. Map each tier to a remediation **SLA** and route to `remediation-tracking`.
A ranked list with, per item: identifier · CVSS · EPSS · KEV(y/n) · asset context · assigned tier · SLA · one-line justification. Note any risk-accepted items with owner and review date.
CVSS alone over-prioritizes: most high-CVSS CVEs are never exploited. EPSS + KEV is what separates theoretical from real risk. KEV is non-negotiable — if it's being exploited in the wild, severity score is irrelevant. Re-score periodically: EPSS and KEV change over time, so today's P3 can become tomorrow's P1.
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…