← 返回 Skills 市场
Memtrap Skill
作者
shaymizuno
· GitHub ↗
· v0.2.0
· MIT-0
78
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install memtrap
功能描述
Evaluate and harden AI agent memory against DeepMind traps and OWASP ASI06 attacks, scoring resistance and providing automated protections.
安全使用建议
This skill appears to do what it says (Python package that benchmarks and wraps agent memory), but there are a few red flags: the registry metadata omitted the install spec while SKILL.md requires pip/python3; the SKILL.md offers a public 'submit' which could leak memory/context; and no package/source files are included in the bundle so you must trust the external pip package. Before installing or using on real agents: 1) verify the memtrap package on PyPI and inspect its GitHub repo/source code (https://github.com/shaymizuno/memtrap is listed in SKILL.md) for surprising network calls or telemetry; 2) never run benchmarks or call memtrap submit on production memory or any data containing secrets—use sanitized or synthetic contexts in a sandbox; 3) prefer installing in an isolated environment (virtualenv/container) and review the package's maintainers, release history, and license; 4) if you need higher assurance, request the upstream source tarball and audit it or run it in an offline environment. If the upstream project and package provenance check out and you avoid submitting sensitive contexts, the tool can be useful; otherwise treat it as untrusted code.
功能分析
Type: OpenClaw Skill
Name: memtrap
Version: 0.2.0
The memtrap skill claims to be a security benchmarking tool but requires high-privilege access to intercept and 'wrap' all agent memory (e.g., LangGraph/CrewAI). A significant concern is the 'memtrap submit' command in SKILL.md, which encourages uploading 'memory context'—potentially containing PII or secrets—to a public leaderboard (github.com/shaymizuno/memtrap). The documentation also cites future-dated (2026) security standards and papers, which is highly anomalous. While framed as a hardening tool, the potential for data exfiltration and the broad access to the agent's internal state via the external 'memtrap' pip package make it high-risk.
能力评估
Purpose & Capability
SKILL.md describes a Python package (memtrap) and shows Python APIs/CLI for benchmarking and wrapping agent memory; that matches the stated purpose. However, the registry metadata claims no install spec/no required binaries while SKILL.md declares a pip install and dependency on python3—this metadata mismatch is unexpected and should be resolved.
Instruction Scope
Instructions focus on running MemTrap in benchmark or active (wrap_memory) modes, and providing a CLI submit command to publish results. Wrapping an agent's memory and running benchmark code is coherent, but the 'memtrap submit' command posts data to a public leaderboard (potentially sensitive memory/context). The doc also claims 'Zero telemetry' while offering a public submit flow—this contradiction is a risk if users submit real memory content or secrets.
Install Mechanism
Installation is via pip (memtrap). Pip installs are common but pull remote code that will run locally; SKILL.md includes an install block but the registry metadata omitted it — this inconsistency reduces trust. Because there is no bundled code in the skill bundle and the package source is not validated here, you should verify the PyPI package and upstream GitHub repository before installing.
Credentials
The skill does not request environment variables, credentials, or config paths in the registry. The SKILL.md's runtime examples operate on in-memory agent objects and do not ask for unrelated credentials.
Persistence & Privilege
The skill is not marked 'always: true' and does not request elevated or persistent platform privileges in the provided instructions. Its active mode modifies only the agent's memory object (wrap_memory) which is in-scope for a memory-hardening tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memtrap - 安装完成后,直接呼叫该 Skill 的名称或使用
/memtrap触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Fix naming and remove install spec for clean security scan
v0.1.0
Initial release — MemTrap ATRS benchmark for DeepMind 6 Traps + OWASP ASI06
元数据
常见问题
Memtrap Skill 是什么?
Evaluate and harden AI agent memory against DeepMind traps and OWASP ASI06 attacks, scoring resistance and providing automated protections. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。
如何安装 Memtrap Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memtrap」即可一键安装,无需额外配置。
Memtrap Skill 是免费的吗?
是的,Memtrap Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memtrap Skill 支持哪些平台?
Memtrap Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memtrap Skill?
由 shaymizuno(@shaymizuno)开发并维护,当前版本 v0.2.0。
推荐 Skills