From 620cf08fb89ddd0da2576bdd8a0e0bba7624c6d1 Mon Sep 17 00:00:00 2001 From: AZ Rollin <263686995+azrollin@users.noreply.github.com> Date: Sat, 13 Jun 2026 04:04:35 -0700 Subject: [PATCH] =?UTF-8?q?fix(readme):=20correct=20bridge=20overclaim=20?= =?UTF-8?q?=E2=80=94=20module=20never=20existed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "What Works Today" listed "Bridge/quarantine layer (sunglasses.bridge)" as shipped, but that module was never built (no git history, import fails). Moved it to the roadmap as planned work (agent-to-agent / file-handoff filtering — the firewall direction). Credibility fix; no code change. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de154f7..ac84ff2 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,6 @@ English, Spanish, Portuguese, French, German, Italian, Dutch, Russian, Ukrainian - ✅ Video scanning: subtitle extraction + audio transcription → text scan (experimental, requires FFmpeg + Whisper) - ✅ CLI: `sunglasses scan`, `sunglasses check`, `sunglasses demo`, `sunglasses info`, `sunglasses report` - ✅ Python API: `SunglassesEngine` for text, `SunglassesScanner` for media -- ✅ Bridge/quarantine layer for secure file handoff into agent workflows (`sunglasses.bridge`) - ✅ LangChain + CrewAI integrations - ✅ MCP server for agent frameworks (`sunglasses.mcp`) - ✅ SARIF 2.1.0 output for CI integration @@ -188,6 +187,7 @@ English, Spanish, Portuguese, French, German, Italian, Dutch, Russian, Ukrainian - 🔨 **Easy bug report form** — non-technical users can report issues ### Later — On the Horizon +- 🔭 Bridge filter — scan agent-to-agent and file-handoff messages before the receiving agent ingests them - 🔭 Output scanning — scan what the agent SAYS back, not just what comes in - 🔭 PII detection — auto-detect sensitive data in content - 🔭 Public Threat Registry — accountability board for AI agent attacks