Security is a core design principle of ChatBridge, not an afterthought. We built the extension with a local-first architecture specifically to minimize the attack surface and keep your data under your control at all times.
All data lives in your browser. No ChatBridge servers ever receive your conversation content.
Your AI provider API keys are stored only in your local browser storage and never transmitted to us.
ChatBridge requests only the Chrome permissions it absolutely needs to function.
Our full source code is publicly auditable on GitHub. No hidden backdoors.
ChatBridge requests the following Chrome permissions and nothing else:
We do not request tabs, history, bookmarks, cookies, or any other broad permissions.
If you choose to use the optional Cloud Gateway (Cloudflare Workers proxy), the following protections apply:
The extension enforces a strict Content Security Policy on all extension pages:
'self').eval() are permitted.If you discover a security vulnerability in ChatBridge, please report it responsibly before disclosing it publicly. We take all security reports seriously and will respond promptly.