memory-manager
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions exclusively within the local filesystem, specifically targeting the
~/.openclaw/workspace/memorydirectory. It does not perform network requests or attempt to exfiltrate data to external servers.- [SAFE]: The provided scripts (init.sh,detect.sh,snapshot.sh, etc.) use standard system utilities likegrep,find,mv, andcatto perform intended memory management tasks. No evidence of malicious command injection or privilege escalation was found.- [SAFE]: The skill does not contain any obfuscated code, hidden instructions (such as zero-width characters or base64-encoded payloads), or hardcoded credentials.- [SAFE]: Indirect Prompt Injection Surface: The skill reads and processes local memory files which could contain untrusted data. Ingestion points includesearch.shandsnapshot.sh, which output file content to the agent context. Capability inventory includes local file manipulation viamv,cp, andcat. While boundary markers are not explicitly used in the output, the risk is inherent to the tool's purpose and is mitigated by the local-only execution scope and line-count limits in search results.
Audit Metadata