From cf349a47798ed39bd55d5a3cb7e0f81e492736f5 Mon Sep 17 00:00:00 2001 From: anoracleofra-code Date: Fri, 13 Mar 2026 18:39:02 -0600 Subject: [PATCH] docs: clarify data sourcing in Why This Exists section Acknowledge aircraft registration databases (public FAA records). Reword "no data collected" to specifically mean no user data. Co-Authored-By: Claude Opus 4.6 Former-commit-id: d00580da195984ec70475d649f0f0e091a90ba48 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a8fdbe..d484e20 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A surprising amount of global telemetry is already public: This data is scattered across dozens of tools and APIs. ShadowBroker began as an experiment to see what the world looks like when these signals are combined into a single interface. -The project does not introduce new surveillance capabilities — it visualizes existing public datasets. It is fully open-source so anyone can audit exactly what data is accessed and how. No data is collected, stored, or transmitted beyond what is needed to render the dashboard in your browser. +The project does not introduce new surveillance capabilities — it aggregates and visualizes existing public datasets, including public aircraft registration records. It is fully open-source so anyone can audit exactly what data is accessed and how. No user data is collected or transmitted — the dashboard runs entirely in your browser against a self-hosted backend. ---