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.

跳到安装

来源信息

仓库
ModernNomad-98/Project-Aegis
最近来源活动
2026年7月18日 05:05
检测到的 SKILL.md 语言
英语
星标
3
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。