What problem does it solve?
Prevents attackers from hijacking LLM or AI-agent instructions to leak secrets, bypass authorization, or trigger unauthorized tool actions.
Core Features & Use Cases
- Prompt Injection Attack Surface Mapping: Traces every LLM integration, including indirect inputs like RAG chunks, tool outputs, web content, and MCP server data.
- Prompt Construction Auditing: Identifies vulnerable interpolation patterns, missing instruction/data boundaries, and secret exposure risks in system prompts.
- Tool/Agent Permission Boundary Testing: Evaluates tool/function calling validation, destructive-action gating, agent loop/memory risks, MCP security posture, and permission-confused-deputy scenarios.
- Output and Prompt Leaking Assessment: Checks for insecure output handling (e.g., unsafe HTML rendering, code execution paths) and attempts to extract system prompts.
Quick Start
Use this skill to audit your application for prompt injection by uploading the relevant code and asking the agent to produce a prioritized Prompt Injection Audit Report with concrete remediation steps.