a2a-security-review
Review agent-to-agent (A2A) / multi-agent-system trust: peer identity and authentication, message integrity, capability-negotiation trust, and delegation-chain…
Turn a security finding (vuln, pentest issue, review item) into a well-formed Jira issue — mapped severity→priority, remediation/repro in the body, labels and components set, and dedup-checked against existing issues. Use when findings need to become tracked, assignable work in
$ npx -y skills add jassics/awesome-claude-security --skill publish-finding-to-jira --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/publish-finding-to-jiraContext preview
The summary Claude sees to decide when to auto-load this skill.
Turn a security finding (vuln, pentest issue, review item) into a well-formed Jira issue — mapped severity→priority, remediation/repro in the body, labels and components set, and dedup-checked against existing issues. Use when findings need to become tracked, assignable work in
name: publish-finding-to-jira description: >- Turn a security finding (vuln, pentest issue, review item) into a well-formed Jira issue — mapped severity→priority, remediation/repro in the body, labels and components set, and dedup-checked against existing issues. Use when findings need to become tracked, assignable work in Jira.
A Jira issue an engineer can act on without going back to ask questions — and no duplicates of an existing one. Uses the Atlassian MCP server (wired by this plugin); if it isn't connected, say so and fall back to producing ready-to-paste issue content.
1. **Gather the finding** — title, severity, affected asset/component, evidence/repro, impact, and remediation. If it came from `security-reporting`, reuse that structure. 2. **Map fields** — severity → Jira priority (e.g., Critical→Highest … Low→Low); set issue type (Bug/Vulnerability), project, components, and labels (`security`, source like `pentest`/`scan`, severity, framework tag). 3. **Dedup first** — search the target project for an existing open issue for the same vuln+asset before creating; if found, comment/update rather than duplicate. 4. **Write the body** — concise summary, then Steps to Reproduce / Evidence, Impact, Remediation, and references (CVE, OWASP, ATT&CK). Attach severity and any SLA/due date from `vulnerability-management`. 5. **Create (or update)** via the Atlassian MCP; return the issue key/link.
The created/updated issue key + URL, and a one-line summary of fields set. If MCP is unavailable, output the full issue payload (project, type, priority, labels, body) for manual paste.
Dedup is the difference between a useful tracker and noise — always search before create. Keep severity→priority mapping consistent across the program so metrics mean something. Don't dump raw scanner text into the body; translate it into repro + impact
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…