S
pending
ShadowBroker OSINT Platform Claims
Grounded / Real
Inflated / Uruttu
Original Content
Shadowbroker pulls 60+ live intelligence feeds onto one map, then lets an AI agent work all of it through a single channel instead of wiring up each feed separately. The agent reads every layer and runs the lookups itself. The risky queries stay on the server, so your browser never holds the keys or reaches outside APIs directly. 10k stars, AGPL-3.0.
Validated Content
Confirmed — matches the real project (BigBodyCobain/Shadowbroker on GitHub)
"60+ live intelligence feeds onto one map" — accurate. The repo explicitly aggregates 60+ real-time OSINT feeds (flights, ships, satellites, CCTV, seismic, radio, etc.) into a single map interface.
AI agent works through a single channel instead of wiring up each feed — accurate. The project has a documented "Agentic AI Command Channel" (POST /api/ai/channel/command) that lets a connected agent query all 40+ data layers and run recon lookups through one unified interface, rather than integrating each feed separately.
"The agent reads every layer and runs the lookups itself" — accurate. The channel gives the agent full read (and optionally write) access across layers, plus a recon toolkit (osint_lookup, entity_expand, etc.) it can call directly.
"Risky queries stay on the server, browser never holds the keys or reaches outside APIs directly" — accurate and specifically documented: sensitive recon/Shodan queries are proxied server-side with SSRF guards, and the README states API key values never reach the browser process at all, not even as an obfuscated prefix.
AGPL-3.0 — confirmed license on the repo.
Slightly off
"10k stars" — live count at time of checking was 9.2k stars (1.4k forks). Close, and plausible the number ticked over 10k very recently or was rounded up, but not exact as of this check.