Skip to main content

memory-context-poisoning-reviewer

Review an agent's persistent memory and stored context for poisoning (OWASP Agentic ASI06) — can untrusted content write into long-term memory (auto-summarized conversations, "remember this" injections, tool outputs persisted as facts), does a poisoned entry survive sessions and get trusted as ground truth later, and can memory bleed across tenants/users/sessions. Verifies validation-before-write, per-entry provenance, tenant/user/session scoping, TTL, purge with rollback, and recalled memory treated as data, never instructions. Distinct from model-poisoning-reviewer (LLM04, training-time) and rag-security-architect (LLM08, retrieval authz); this owns the agent's own state store. Use when an agent persists memory, context, facts, or preferences across sessions. Do NOT use for training/feedback integrity (model-poisoning-reviewer), who-may-retrieve authz (rag-security-architect), in-context injection (prompt-injection-defender), or a dev-agent's own memory files (agent-memory-governance).

跳到安装

来源信息

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

安装方式

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

检查来源文件

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