@mem0/openclaw-mem0 v1.0.2
Patch release that eliminates the OpenClaw security scanner warning by removing redundant process.env access from the plugin bundle.
What's Changed
Fixed
- fix(openclaw): remove process.env access to clear security scanner warning — removed
resolveEnvVars()andresolveEnvVarsDeep()fromconfig.ts; OpenClaw already resolves${VAR}inopenclaw.jsonbefore passing config to the plugin, so plugin-side env resolution was redundant and was triggering the "credential harvesting" static analysis warning by @chaithanyak42 in #4676
Compatibility
| Requirement | Version |
|---|---|
| OpenClaw Gateway | >=2026.3.24-beta.2
|
| Plugin SDK | 2026.3.24-beta.2
|
| mem0ai | ^2.3.0
|
Upgrade
npm install @mem0/openclaw-mem0@1.0.2