a2a-security-review
Review agent-to-agent (A2A) / multi-agent-system trust: peer identity and authentication, message integrity, capability-negotiation trust, and delegation-chain…
Manage the vulnerability remediation lifecycle: assign owners and SLAs, track fix/verify/close states, handle risk acceptances and exceptions, and report program metrics (SLA compliance, MTTR, aging, recurrence). Use when turning a prioritized list into tracked, accountable work.
$ npx -y skills add jassics/awesome-claude-security --skill remediation-tracking --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/remediation-trackingContext preview
The summary Claude sees to decide when to auto-load this skill.
Manage the vulnerability remediation lifecycle: assign owners and SLAs, track fix/verify/close states, handle risk acceptances and exceptions, and report program metrics (SLA compliance, MTTR, aging, recurrence). Use when turning a prioritized list into tracked, accountable work.
name: remediation-tracking description: >- Manage the vulnerability remediation lifecycle: assign owners and SLAs, track fix/verify/close states, handle risk acceptances and exceptions, and report program metrics (SLA compliance, MTTR, aging, recurrence). Use when turning a prioritized list into tracked, accountable work.
Every prioritized vulnerability has an owner, an SLA, and a current lifecycle state — and the program can report how it's doing, not just dump a scan.
`Open → Assigned → In Progress → Remediated → Verified → Closed`, plus `Risk Accepted` / `Exception` (time-boxed, with an owner and review date) and `Reopened` (regressed or re-detected).
1. **Assign** — owner (team that controls the asset), tier-based SLA, and target date. SLA clock starts at first detection, not at assignment. 2. **Define "done"** — patch, config change, compensating control, or decommission. A compensating control is a mitigation, not a closure — track it as such with a re-review date. 3. **Verify** — confirm the fix via rescan or manual check before closing; never close on the owner's say-so alone. 4. **Govern exceptions** — risk acceptances are time-boxed, justified, owned, and expire into a re-review. No permanent exceptions. 5. **Report metrics** — SLA compliance %, MTTR by severity, open aging buckets, backlog trend, recurrence rate, and KEV exposure. Surface what's breaching.
A tracker view (per-item: owner · tier · SLA · state · due/aging · verification) plus a program-metrics summary. For exec/board framing use `security-reporting`; for trend visuals use `security-diagramming`.
Recurrence rate is the health signal everyone ignores — vulns that keep coming back mean the root cause (golden image, base layer, IaC module) isn't fixed. Verify before close, or your metrics lie. Aging exceptions are debt; make them expire.
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…