From b6475521a87cc1d9deb6a9e4583b6c16dc4b80cc Mon Sep 17 00:00:00 2001 From: Adam Kostarelas Date: Sun, 9 Aug 2026 19:49:06 +1000 Subject: [PATCH] Remove private repositories from the public status file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit status.json lives in a public repository, so every entry in it is readable by anyone. Private repos were tracked here and merely withheld from the rendered output — but the file itself named eleven unreleased privacykey projects, which is the thing the withholding was meant to prevent. Only public repositories belong in a public hub. The rendered project list is unchanged; the tier legend shrinks, because it previously advertised which tiers private repos sat in. Note this does not remove the names from git history. Co-Authored-By: Claude Opus 5 --- STATUS.md | 3 -- status.json | 83 ----------------------------------------------------- 2 files changed, 86 deletions(-) diff --git a/STATUS.md b/STATUS.md index 20d6151..dc2f555 100644 --- a/STATUS.md +++ b/STATUS.md @@ -9,11 +9,8 @@ looked, not when a script last ran. | Tier | What it means | | --- | --- | | 🟢 **Active** | I'm in this most weeks. Features are landing, so expect breaking changes between releases — read the changelog before you upgrade. I read issues and generally act on them quickly. | -| 🚧 **Building** | Being built. Nothing is released, nothing is supported, and it can change shape or disappear without notice. Don't build on it — watch the repo if you want to know when it ships. | | 🛡️ **Maintained** | I'm not adding features here. It still gets security patches, dependency bumps and fixes for anything that breaks. Safe to depend on for exactly what it does today. | | 📦 **Parked** | Finished or paused. It does what the README says and I left it working, but nothing is watching it, so it could rot quietly. I'll answer a question. I'm not promising a fix or a release. | -| ⚠️ **Unmaintained** | I'm not watching this one. Something it advertises may already be broken, and bugs won't be fixed on a schedule. Read it, fork it, vendor it — this says nothing about whether the code is any good. | -| 📁 **Archived** | Archived on GitHub and read-only. Kept so links don't rot. | Private and pre-announcement projects aren't listed here. diff --git a/status.json b/status.json index 845a79a..4f5f1e7 100644 --- a/status.json +++ b/status.json @@ -23,50 +23,6 @@ "listed": true, "distribution": "open-source" }, - "pt-mcp": { - "tier": "Building", - "group": "privacy", - "public": false, - "listed": false, - "distribution": "private", - "note": "Went private on 2026-08-07 after the initial audit. Flip back to public/listed when it ships." - }, - "privacysentinel": { - "tier": "Building", - "group": "privacy", - "public": false, - "listed": false, - "distribution": "private" - }, - "handseal": { - "tier": "Building", - "group": "privacy", - "public": false, - "listed": false, - "distribution": "private" - }, - "on-country": { - "tier": "Building", - "group": "apps", - "public": false, - "listed": false, - "distribution": "private", - "note": "Zero-byte README — nowhere to paste a disclosure yet." - }, - "sentinelcatalogue": { - "tier": "Parked", - "group": "privacy", - "public": false, - "listed": false, - "distribution": "private" - }, - "iOSauditor": { - "tier": "Archived", - "group": "archive", - "public": false, - "listed": false, - "distribution": "private" - }, "gh-workflows": { "tier": "Maintained", "group": "infra", @@ -96,22 +52,6 @@ "distribution": "open-source", "note": "Supplies SECURITY.md, CONTRIBUTING.md and CODE_OF_CONDUCT.md to every privacykey repo, plus the org profile page." }, - "docs-privacytracker": { - "tier": "Building", - "group": "sites", - "public": false, - "listed": false, - "distribution": "private", - "note": "Mintlify source. Site not live — no DNS, not connected." - }, - "docs-privacysentinel": { - "tier": "Building", - "group": "sites", - "public": false, - "listed": false, - "distribution": "private", - "note": "Mintlify source. Both declared hosts are NXDOMAIN." - }, "docs-mantis": { "tier": "Maintained", "group": "sites", @@ -125,29 +65,6 @@ "public": true, "listed": true, "distribution": "open-source" - }, - "website-mantis": { - "tier": "Parked", - "group": "sites", - "public": false, - "listed": false, - "distribution": "private" - }, - "website-privacytracker": { - "tier": "Unmaintained", - "group": "sites", - "public": false, - "listed": false, - "distribution": "private", - "note": "Empty git repo. Push something or delete it." - }, - "website-privacycommand": { - "tier": "Unmaintained", - "group": "sites", - "public": false, - "listed": false, - "distribution": "private", - "note": "Empty git repo. Push something or delete it." } } }