AutoDream Memory

PassAudited by VirusTotal on Apr 2, 2026.

Findings (1)

The AutoDream skill is a memory management utility designed to consolidate, deduplicate, and prune an AI agent's long-term memory files and session logs. The code in `autodream_cycle.py` performs legitimate file system operations consistent with its stated purpose, such as reading session JSONL files to extract user corrections and updating `MEMORY.md`. While it implements persistence via a cron-like mechanism in `ensure_openclaw_cron.py` and `setup_24h.sh`, this is a documented feature of the OpenClaw platform for background tasks. No evidence of data exfiltration, malicious command execution, or prompt injection was found.