mcpbeat

Owasp Agentic

microsoft/owasp-agentic

OWASP Agentic Security Top 10 knowledge base for identifying, assessing, and remediating AI agent system security risks.

17k tokens
context cost
the whole folder, loaded on every use
12
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1313
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/hve-core --skill owasp-agentic

What comes with it

66 556 bytes besides the instruction
references/00-vulnerability-index.md
references/01-agent-goal-hijack.md
references/02-tool-misuse-and-exploitation.md
references/03-identity-and-privilege-abuse.md
references/04-agentic-supply-chain-vulnerabilities.md
references/05-unexpected-code-execution.md
references/06-memory-and-context-poisoning.md
references/07-insecure-inter-agent-communication.md
references/08-cascading-failures.md
references/09-human-agent-trust-exploitation.md
references/10-rogue-agents.md

The instruction itself

4 sections, as written by the author

OWASP® Agentic Top 10 — Skill Entry

This SKILL.md is the entrypoint for the OWASP Agentic Top 10 skill.

The skill encodes the OWASP Top 10 for Agentic Applications (2026) as structured,

machine-readable references that an agent can query to identify, assess, and remediate

security risks in AI agent systems.

Normative references (Agentic Top 10)

  • 00 Vulnerability Index
  • 01 Agent Goal Hijack
  • 02 Tool Misuse and Exploitation
  • 03 Identity and Privilege Abuse
  • 04 Agentic Supply Chain Vulnerabilities
  • 05 Unexpected Code Execution
  • 06 Memory and Context Poisoning
  • 07 Insecure Inter-Agent Communication
  • 08 Cascading Failures

10. 09 Human-Agent Trust Exploitation

11. 10 Rogue Agents

Skill layout

  • SKILL.md — this file (skill entrypoint).
  • references/ — the Agentic Top 10 normative documents.
  • 00-vulnerability-index.md — index of all vulnerability identifiers, categories, and cross-references.
  • 01 through 10 — one document per vulnerability aligned with OWASP Agentic Security numbering.

Third-Party Attribution

Copyright © OWASP Foundation.

OWASP® Top 10 for Agentic Applications (2026) content is derived from works by the

OWASP Foundation, licensed under CC BY-SA 4.0

(<https://creativecommons.org/licenses/by-sa/4.0/>).

Source: <https://genai.owasp.org/resource/owasp-top-10-for-agentic-applications-for-2026/>

Modifications: Vulnerability descriptions restructured into agent-consumable reference

documents with added detection and remediation guidance.

OWASP® is a registered trademark of the OWASP Foundation. Use does not imply endorsement.

How to use it

Copy the folder

Take microsoft/owasp-agentic from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.