Memory Dreaming

PassAudited by VirusTotal on Apr 2, 2026.

Findings (1)

The 'memory-dreaming' skill bundle is a well-documented framework for managing agent memory and conversation archives. While the script 'conversation-summarise.js' sends data to external LLM APIs (OpenRouter or OpenAI), it includes a dedicated 'redactSecrets' function designed to strip API keys, tokens, and passwords before transmission. All other components, including the 'dream-cycle' logic and memory decay scripts, operate strictly on local files within the agent's workspace. The instructions provided to the AI agent in SKILL.md and the reference documents are transparent, functional, and lack any indicators of prompt injection or malicious intent.