mem0-oss-to-platform
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes local command execution (e.g.,
python -c 'import inspect...') to verify the exact signatures of the installed Mem0 SDK. This is a best practice for migration tools to ensure compatibility between different versions of the library. - [EXTERNAL_DOWNLOADS]: All external references and URLs (e.g.,
app.mem0.ai,docs.mem0.ai,github.com/mem0ai/mem0) originate from the official vendor infrastructure. These links provide necessary documentation, dashboard access, and migration guides. - [SAFE]: The skill incorporates a strong safety control by requiring a mandatory human review phase. It is instructed to generate a comprehensive migration plan (
MEM0_MIGRATION_PLAN.md) and stop for user approval before making any modifications to the codebase or environment. - [SAFE]: Data exfiltration risks are mitigated by the skill's specific instruction to never hardcode API keys and to use standard secret management practices (like
.envfiles). It also clearly defines the scope of changes, limiting them strictly to Mem0-related integration code.
Audit Metadata