mem0-scope
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill manages configuration data stored in
~/.mem0/settings.json. These operations are limited to the skill's own directory and are consistent with its stated purpose of managing memory scopes. - [COMMAND_EXECUTION]: Uses local shell commands (
grep,tr) to extract configuration values. These commands are executed on a specific, non-sensitive file path and do not incorporate unvalidated user input, posing no significant security risk. - [DATA_EXPOSURE]: Displays context-specific environment variables (
MEM0_USER_ID,MEM0_APP_ID,MEM0_SESSION_ID) to the user. This is done for informational purposes within the session and does not involve exfiltrating data to external domains.
Audit Metadata