mem0-cli
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill defines how to use the
mem0CLI binary. All commands described are standard operations for managing memories (add, search, list, get, update, delete, import, config, init, status, entity, event) and configuration management. - [EXTERNAL_DOWNLOADS]: The skill references official vendor packages
@mem0/cli(NPM) andmem0-cli(PyPI). These are standard installations for the tool's functionality and originate from the verified vendor 'mem0ai'. - [CREDENTIALS_UNSAFE]: The skill manages a
MEM0_API_KEY. It correctly advises users to use environment variables or themem0 initwizard, which stores the key in~/.mem0/config.jsonwith restricted permissions (0600). Themem0 config showandgetcommands are documented to redact the key in output using a dedicated redaction function. - [DATA_EXFILTRATION]: The CLI communicates with the official API endpoint
https://api.mem0.ai. This is necessary for the service to function. No unauthorized or suspicious network destinations or exfiltration patterns were found.
Audit Metadata