Moltbot Best Practices
Security checks across malware telemetry and agentic risk
Overview
This instruction-only skill is mostly safety-oriented, with the main thing to notice being its optional recommendation to enable memory search across past sessions.
This skill appears safe and instruction-only. Before applying the recommended OpenClaw memory configuration, decide whether you are comfortable with agents searching prior sessions and saved memory, especially if those sessions may contain private or sensitive details.
VirusTotal
66/66 vendors flagged this skill as clean.
Risk analysis
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If you apply the recommended config, the agent may be able to retrieve information from past sessions, including sensitive or stale context.
The skill recommends enabling search over saved memory and past sessions, which can cause prior conversation context to be reused in future tasks.
"memorySearch": { "enabled": true, "sources": ["memory", "sessions"], "experimental": { "sessionMemory": true } }Only apply the memory configuration if you want cross-session recall; review your OpenClaw memory/session retention settings and avoid storing sensitive information you do not want reused.
