Please do not report security vulnerabilities through public GitHub issues.
Use GitHub Security Advisories to report vulnerabilities privately. You can expect a response within 72 hours.
Please include:
- Description of the vulnerability and its potential impact
- Steps to reproduce
- Affected versions
- Any suggested mitigations (if known)
synapses-intelligence is a local-only service — no data leaves your machine.
- Binds to
localhost:11435by default — not exposed to the network - All LLM inference runs via a local Ollama instance
- No API keys, no cloud endpoints, no telemetry
- SQLite database (
brain.sqlite) stored at~/.synapses/— local filesystem only - Config file (
brain.json) stored at~/.synapses/brain.json— never committed to git
- The HTTP server has no authentication by default. If you expose
brain servebeyond localhost (not recommended), add a reverse proxy with auth. brain.jsonstores Ollama connection details in plaintext — keep it outside your repo.