What problem does it solve?
LLM-backed applications and agents face unique threats like prompt injection, training-data poisoning, and excessive tool permissions that traditional web security guidance does not cover. This Skill gives engineers a structured defensive reference to detect, prevent, and govern these risks.
Core Features & Use Cases
- OWASP LLM Top 10 Defensive Mapping: Maps each LLM risk (prompt injection, sensitive data disclosure, excessive agency, and more) to concrete detection checks and hardening controls.
- Prompt-Injection and MCP Hardening: Covers layered defenses for direct and indirect injection, least-privilege tool scoping, human-in-the-loop gates, and tool-output re-validation for agentic systems.
- Governance Frameworks: Correlates defenses to MITRE ATLAS technique IDs and maps controls onto the NIST AI RMF functions (GOVERN, MAP, MEASURE, MANAGE), with severity levels, red flags, and a verification checklist.
- Use Case: When reviewing a RAG-based chat product before release, load this reference to verify that retrieved content is isolated and provenance-tagged, model output is schema-validated, and agent tools follow least-privilege scoping.
Quick Start
Ask the agent to review your LLM application's design against the OWASP LLM Top 10 using this defensive security reference.