
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
thunderbird-cli-bridge
Advanced tools
HTTP↔WebSocket bridge daemon between thunderbird-cli (or any HTTP client) and the Thunderbird WebExtension. Stateless proxy, localhost-only.
Stateless HTTP↔WebSocket bridge daemon between thunderbird-cli (or any HTTP client) and the Thunderbird WebExtension.
Part of the thunderbird-cli project.
A small Node.js daemon (tb-bridge) that runs on your machine and forwards HTTP requests to the Thunderbird WebExtension over WebSocket. No business logic — pure proxy.
HTTP client (CLI / MCP / curl) ──HTTP→ tb-bridge ──WS→ Thunderbird Extension
:7700 :7701
127.0.0.1 (no external exposure)npm install -g thunderbird-cli-bridge
tb-bridge
You should see:
[bridge] HTTP server on http://127.0.0.1:7700
[bridge] WebSocket server on ws://127.0.0.1:7701
[bridge] Waiting for Thunderbird extension to connect...
Keep it running. For background operation:
# pm2
pm2 start tb-bridge --name tb-bridge
pm2 save
# or simple background
nohup tb-bridge > ~/.tb-bridge.log 2>&1 &
GET /bridge/statusReturns bridge state without requiring the extension. Use this to check the daemon is up.
curl http://127.0.0.1:7700/bridge/status
# {"bridge":"running","extension":"connected","httpPort":7700,"wsPort":7701}
All other paths get forwarded to the Thunderbird extension via WebSocket and the response is returned as JSON. See SPEC.md for the full route list (43 routes).
The bridge alone does nothing useful — you need:
thunderbird-cli or thunderbird-cli-mcp as the HTTP clientSee the main repo setup guide.
MIT
FAQs
HTTP↔WebSocket bridge daemon between thunderbird-cli (or any HTTP client) and the Thunderbird WebExtension. Stateless proxy, localhost-only.
The npm package thunderbird-cli-bridge receives a total of 56 weekly downloads. As such, thunderbird-cli-bridge popularity was classified as not popular.
We found that thunderbird-cli-bridge demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.