Please open a private security advisory on the repository or contact the maintainers. Do not open a public issue for security-sensitive reports.
- Never expose
HOST=0.0.0.0withoutMEMGRAPHRAG_API_KEYorAUTH_ACCOUNTS. - Prefer binding to
127.0.0.1for local-only access. - Rotate
TOKEN_SECRETand API keys regularly. - Keep PostgreSQL and Neo4j credentials out of source control (use
.env).