What problem does it solve? LLM-backed applications treat all incoming text as instructions, making them vulnerable to prompt injection, data poisoning, and unsafe tool execution. This Skill provides a defensive reference that maps each risk to concrete detection and hardening controls. ## Core Features & Use Cases - OWASP LLM Top 10 Defensive Mapping: Each of the ten LLM risks is paired with a defensive check and a hardening control, from prompt injection to unbounded consumption. - Agentic and MCP Tool Hardening: Least-privilege tool scoping, human-in-the-loop gates for high-impact actions, tool-output re-validation, and bounded tool-call loops. - Governance Correlation: Defenses are correlated to MITRE ATLAS technique IDs and organized under the NIST AI RMF functions (GOVERN, MAP, MEASURE, MANAGE), with severity levels from P0 to P3. - Use Case: When reviewing a RAG-based chat product before release, use this Skill to verify that retrieved content is provenance-tagged and isolated, model output is schema-validated, and agent tools follow least-privilege scoping. ## Quick Start Review my LLM agent design for prompt-injection and excessive-agency risks using the OWASP LLM Top 10 defensive mapping.