Intent-Code Divergence
Medium
- Confidence
- 90% confidence
- Finding
- The documentation is internally contradictory: it says the file is inert until imported, but also states that a module-level SQLite singleton is opened at import time and WAL mode is enabled. Import-time database initialization is a side effect that can create files, alter local state, and trigger persistence merely by loading the module, which is risky in an agent integration that may auto-load components.
