Skip to main content

prompt-injection-defender

MANUAL-ONLY; never auto-invoke. Design the layered defense against prompt injection (OWASP LLM01) for an LLM feature or agent — establish trust zones (trusted rules vs untrusted user input, retrieved docs, webpages, tickets, emails, logs, tool/model outputs), enforce that untrusted content can never change instructions/tool permissions/identity/access policy/execution plan, spec content/instruction separation, gate every side-effecting action behind deterministic authorization outside the model, and define the injection red-team suite that proves it. Covers direct and indirect injection. Use when hardening an AI feature against injection or jailbreaks, or after ai-threat-modeler flags an injection risk. Do NOT use for the whole AI threat model (ai-threat-modeler), retrieval authorization (rag-security-architect), tool-permission design (agent-tool-safety-guard), output rendering/exec (llm-output-safety-reviewer), or prompt-secrecy (system-prompt-leakage-reviewer). Edits code/prompts, so it is manual-only.

Jump to install

Source facts

Repository
ModernNomad-98/Project-Aegis
Last source activity
July 18, 2026 at 05:05
Detected SKILL.md language
English
Stars
3
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.