From 70849508963bdf70f4f5192db9208b65350f3e6d Mon Sep 17 00:00:00 2001 From: Shadowbroker <43977454+BigBodyCobain@users.noreply.github.com> Date: Thu, 26 Mar 2026 06:28:48 -0600 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 18d571c..3391fc8 100644 --- a/README.md +++ b/README.md @@ -23,21 +23,6 @@ Built with **Next.js**, **MapLibre GL**, **FastAPI**, and **Python**. 35+ toggle Designed for analysts, researchers, radio operators, and anyone who wants to see what the world looks like when every public signal is on the same map. ---- - -## Experimental Testnet — No Privacy Guarantee - -ShadowBroker v0.9.6 introduces **InfoNet**, a decentralized intelligence mesh with obfuscated messaging. This is an **experimental testnet** — not a private messenger. - -| Channel | Privacy Status | Details | -|---|---|---| -| **Meshtastic / APRS** | **PUBLIC** | RF radio transmissions are public and interceptable by design. | -| **InfoNet Gate Chat** | **OBFUSCATED** | Messages are obfuscated with gate personas and canonical payload signing, but NOT end-to-end encrypted. Metadata is not hidden. | -| **Dead Drop DMs** | **STRONGEST CURRENT LANE** | Token-based epoch mailbox with SAS word verification. Strongest lane in this build, but still not Signal-tier. | - -**Do not transmit anything sensitive on any channel.** Treat all lanes as open and public for now. E2E encryption and deeper native/Tauri hardening are the next milestones. If you fork this project, keep these labels intact and do not make stronger privacy claims than the implementation supports. - ---- ## Why This Exists @@ -184,6 +169,20 @@ helm install shadowbroker ./helm/chart --create-namespace --namespace shadowbrok --- +## Experimental Testnet — No Privacy Guarantee + +ShadowBroker v0.9.6 introduces **InfoNet**, a decentralized intelligence mesh with obfuscated messaging. This is an **experimental testnet** — not a private messenger. + +| Channel | Privacy Status | Details | +|---|---|---| +| **Meshtastic / APRS** | **PUBLIC** | RF radio transmissions are public and interceptable by design. | +| **InfoNet Gate Chat** | **OBFUSCATED** | Messages are obfuscated with gate personas and canonical payload signing, but NOT end-to-end encrypted. Metadata is not hidden. | +| **Dead Drop DMs** | **STRONGEST CURRENT LANE** | Token-based epoch mailbox with SAS word verification. Strongest lane in this build, but still not Signal-tier. | + +**Do not transmit anything sensitive on any channel.** Treat all lanes as open and public for now. E2E encryption and deeper native/Tauri hardening are the next milestones. If you fork this project, keep these labels intact and do not make stronger privacy claims than the implementation supports. + +--- + ## ✨ Features