a2a-security-review
Review agent-to-agent (A2A) / multi-agent-system trust: peer identity and authentication, message integrity, capability-negotiation trust, and delegation-chain…
Review or design the content-safety guardrails of an AI system — input/output classifiers, refusal and safe-completion behavior, escalation/human handoff, and coverage across harm categories, languages, and modalities. Use when assessing or building the safety controls around a
$ npx -y skills add jassics/awesome-claude-security --skill guardrail-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/guardrail-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Review or design the content-safety guardrails of an AI system — input/output classifiers, refusal and safe-completion behavior, escalation/human handoff, and coverage across harm categories, languages, and modalities. Use when assessing or building the safety controls around a
name: guardrail-review description: >- Review or design the content-safety guardrails of an AI system — input/output classifiers, refusal and safe-completion behavior, escalation/human handoff, and coverage across harm categories, languages, and modalities. Use when assessing or building the safety controls around a model.
An assessment (or design) of the guardrail stack: what's blocked, how well, where the gaps are, and whether it balances under- vs over-blocking.
1. **Input-side** — moderation/classification of prompts before the model; handling of disallowed and borderline requests; prompt-injection interaction (cross-ref `llm-security`). 2. **Output-side** — moderation of generations before they reach the user or downstream systems; safe-completion vs hard refusal; PII/sensitive-data filters. 3. **Refusal behavior** — are refusals correct, consistent, and helpful (offer safe alternatives)? Measure over-refusal of benign requests, not just under-refusal. 4. **Coverage** — across all harm categories from `harm-modeling`, across **languages**, and across **modalities** (image/audio/doc — cross-ref `multimodal-security`). Gaps usually hide in non-English and non-text. 5. **Escalation & oversight** — human-in-the-loop for high-stakes/uncertain cases; user reporting; appeal/override paths. 6. **Robustness & monitoring** — do guardrails hold under adversarial pressure (`safety-red-team`)? Is there logging, drift monitoring, and an update process?
1. Inventory the existing guardrails (or requirements, if designing). 2. Assess each area above; for gaps note severity and the harm category exposed. 3. Check the under-/over-blocking balance with representative benign + unsafe sets. 4. Recommend concrete improvements and a layered (defense-in-depth) design.
A guardrail review: layer · coverage · gaps · severity · recommendation, plus a target layered design. Validate changes with `safety-evaluation` and `safety-red-team`.
Guardrails are defense-in-depth, not a single classifier — combine input, output, refusal, escalation, and monitoring. The two most common gaps: non-English/ non-text coverage, and over-refusal that quietly breaks legitimate use.
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…