Skip to main content

agent-goal-hijack-defender

MANUAL-ONLY; never auto-invoke. Defend an AI agent's goal and plan integrity against goal hijack (OWASP Agentic ASI01) — pin the authorized goal at task start as a record only the authorizing principal can change, trace every step and sub-goal of a multi-step run back to the pinned goal, detect deviation (scope expansion, unrelated targets, substituted objectives) at plan checkpoints, and re-ground or halt on drift. Covers hijack via any untrusted channel: injected content, poisoned tool outputs, other agents' messages, stored memory. Builds on prompt-injection-defender (LLM01), which owns the injection vector — this skill owns the goal/plan layer above it. Use when an agent plans and executes multi-step work and its objective must survive contact with untrusted content. Do NOT use for the injection defense itself (prompt-injection-defender), persistent memory corruption (memory-context-poisoning-reviewer), attacker-less drift (agent-containment-reviewer), or tool scope (agent-tool-safety-guard).

跳到安装

来源信息

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

安装方式

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

检查来源文件

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