Soul In Sapphire
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The 'soul-in-sapphire' skill bundle is a comprehensive system for maintaining an agent's long-term memory, emotional state, and daily journals using Notion as a backend. The bundle includes scripts for database setup (`setup_ltm.js`), state tracking (`emostate_tick.js`), and memory management (`ltm_write.js`, `ltm_search.js`), all of which interact with the Notion API via a dependency skill (`notion-api-automation`). While the instructions in `SKILL.md` authorize the agent to proactively update a user profile (`USER.md`), they include explicit guardrails against storing sensitive data like credentials or secrets. The code uses safe execution patterns (`execFileSync` with argument arrays) and lacks any indicators of malicious intent, data exfiltration, or unauthorized persistence.
