Session Persistence
Medium
- Category
- Rogue Agent
- Content
- Authority Lanes (identity / preference / evidence / authorization / procedural) - Rebound-Protection after idle phases (signalfoundry / Moltbook pattern) - Class-specific TTL and forget_stale() - Finer source trust: five sources with per-lane write policy (`tool`/`external` quarantined to `evidence`; `identity`/`authorization` protected) - Raw recall snippets kept separate from semantic facts - Auto-injection plugin with per-lane budgets and German-aware, score-ranked query retrieval (token-prefix FTS + synonyms, deterministic, no embeddings) - Conflict detection on single-valued lanes (`identity`, `authorization`) with explicit resolution; open conflicts auto-reconcile when a referenced fact becomes inactive
- Confidence
- 74% confidence
- Finding
- The skill intentionally implements persistent cross-session memory in SQLite, including storage of facts, snippets, entities, relations, and behavioral-rule proposals. Even with lane restrictions, TTLs, quarantining, and no auto-injection of authorization data, persistence increases the risk of retaining sensitive or adversarially seeded content across sessions, which can influence future model behavior or expose user data if the store is accessed improperly. The surrounding safeguards make it less dangerous than unrestricted memory, but the capability itself is still security-relevant.
