a2a-security-review
Review agent-to-agent (A2A) / multi-agent-system trust: peer identity and authentication, message integrity, capability-negotiation trust, and delegation-chain…
Look up and map to the right OWASP Top 10 family — Web, API, LLM, or Mobile — and give the canonical category ID/name for a finding. Use when you need a consistent OWASP reference for tagging findings, scoping a review, or aligning a report across the appsec/genai plugins.
$ npx -y skills add jassics/awesome-claude-security --skill owasp-reference --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/owasp-referenceContext preview
The summary Claude sees to decide when to auto-load this skill.
Look up and map to the right OWASP Top 10 family — Web, API, LLM, or Mobile — and give the canonical category ID/name for a finding. Use when you need a consistent OWASP reference for tagging findings, scoping a review, or aligning a report across the appsec/genai plugins.
name: owasp-reference description: >- Look up and map to the right OWASP Top 10 family — Web, API, LLM, or Mobile — and give the canonical category ID/name for a finding. Use when you need a consistent OWASP reference for tagging findings, scoping a review, or aligning a report across the appsec/genai plugins.
The correct OWASP family and category for a finding or scope, cited consistently — so reviews and reports across web, API, LLM, and mobile work line up.
1. **Pick the right list** by the asset under review:
2. **Map the finding** to the closest category; cite ID + name (e.g., `A01:2021 – Broken Access Control`, `API1:2023 – BOLA`, `LLM01 – Prompt Injection`). See `reference.md` for all four lists. 3. **Hand off to the deep skill** — the family plugins own the actual testing methodology (`web-app-security`, `api-security`, `llm-security`, `mobile-security`); this skill is the consistent *reference/tagging* layer. 4. **For control-level verification depth** (not just a Top-10 category tag), see `asvs-reference` — OWASP ASVS gives the requirement + level (L1/L2/L3) a finding should be checked against.
The family + category ID/name, a one-line rationale, and a pointer to the relevant testing skill. For multi-category findings, list each with the primary one first.
OWASP lists are versioned and renumber between editions — always cite the year/edition (A01:2021, API1:2023, LLM01:2025). Don't force a finding into a category it doesn't fit; "doesn't map cleanly" is a valid, useful answer. See `reference.md` for the full category lists.
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…