Hve-core owasp-llm

OWASP Top 10 for LLM Applications (2025) vulnerability knowledge base for identifying, assessing, and remediating security risks in large language model systems - Brought to you by microsoft/hve-core.

install
source · Clone the upstream repo
git clone https://github.com/microsoft/hve-core
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/microsoft/hve-core "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.github/skills/security/owasp-llm" ~/.claude/skills/microsoft-hve-core-owasp-llm && rm -rf "$T"
manifest: .github/skills/security/owasp-llm/SKILL.md
source content

OWASP® LLM Top 10 — Skill Entry

This

SKILL.md
is the entrypoint for the OWASP LLM Top 10 skill.

The skill encodes the OWASP Top 10 for LLM Applications (2025) as structured, machine-readable references that an agent can query to identify, assess, and remediate security risks in large language model systems.

Normative references (LLM Top 10)

  1. 00 Vulnerability Index
  2. 01 Prompt Injection
  3. 02 Sensitive Information Disclosure
  4. 03 Supply Chain
  5. 04 Data and Model Poisoning
  6. 05 Improper Output Handling
  7. 06 Excessive Agency
  8. 07 System Prompt Leakage
  9. 08 Vector and Embedding Weaknesses
  10. 09 Misinformation
  11. 10 Unbounded Consumption

Skill layout

  • SKILL.md
    — this file (skill entrypoint).
  • references/
    — the LLM 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 LLM Applications numbering.

Third-Party Attribution

Copyright © OWASP Foundation. OWASP® Top 10 for LLM Applications (2025) 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-llm-applications-2025/ 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.


🤖 Crafted with precision by ✨Copilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers.