| Version | Supported |
|---|---|
| 2.x | Yes |
| < 2.0 | No |
If you discover a security vulnerability, please report it responsibly.
Do not open a public issue. Instead, use GitHub's private vulnerability reporting to submit a report.
You should receive an acknowledgment within 48 hours. The maintainer will work with you to understand the issue and coordinate a fix before any public disclosure.
- The daemon reads and writes files to configured directories. Ensure
memory_directoryandsession_directoryare not world-writable. - LLM API keys (OpenAI) should be passed via environment variables, not hardcoded in config files.
- The PID-based lock file is not a security mechanism — it prevents concurrent corruption, not unauthorized access.
- The daemon does not open any network ports or accept inbound connections.