← Back to Skills Marketplace
shaymizuno

Memtrap Skill

by shaymizuno · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ⚠ suspicious
78
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install memtrap
Description
Evaluate and harden AI agent memory against DeepMind traps and OWASP ASI06 attacks, scoring resistance and providing automated protections.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memtrap
  3. After installation, invoke the skill by name or use /memtrap
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug memtrap
Version 0.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Memtrap Skill?

Evaluate and harden AI agent memory against DeepMind traps and OWASP ASI06 attacks, scoring resistance and providing automated protections. It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.

How do I install Memtrap Skill?

Run "/install memtrap" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Memtrap Skill free?

Yes, Memtrap Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Memtrap Skill support?

Memtrap Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Memtrap Skill?

It is built and maintained by shaymizuno (@shaymizuno); the current version is v0.2.0.

💬 Comments