Context Bridge is pre-1.0; security fixes are applied to the main branch.
Please do not open a public issue for security vulnerabilities.
Instead, report privately via GitHub's security advisories ("Report a vulnerability"). Include:
- a description of the issue and its impact,
- steps to reproduce or a proof of concept,
- any suggested remediation.
You can expect an initial acknowledgement within a few business days. We will coordinate a fix and disclosure timeline with you.
- Set
API_KEYSto require authentication and scope keys to namespaces viaAPI_KEY_NAMESPACESfor multi-tenant deployments. - Put the service behind TLS and a reverse proxy in production.
- Use the Redis rate-limiter backend (
RATE_LIMIT_BACKEND=redis) when running more than one replica. - Treat the vector store, database and Redis as trusted internal services and isolate them at the network level.