From e5cef317711bc139380c8e9443cd680f4c6ada12 Mon Sep 17 00:00:00 2001 From: AZ Rollin <263686995+azrollin@users.noreply.github.com> Date: Sat, 13 Jun 2026 02:54:41 -0700 Subject: [PATCH] =?UTF-8?q?docs(readme,stats):=20sync=20stale=20claims=20t?= =?UTF-8?q?o=20live=20truth=20=E2=80=94=20FP=20rate=20+=20pytest=20count?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README + stats/current.json still presented the FP rate as "~8.3% (known, actively tuning)" — but that was earlier builds (through v0.2.63); it was root-caused and fixed in v0.2.64 (zero-FP gate in CI, 86→0 on the real-code corpus). The live site already frames it correctly; GitHub now matches. Also fixed the README pytest count (7 → real 221 passing, +7 xfailed). current.json false_positive_rate_pct 8.3 → 0 with a historical note field. No detection/runtime change. --- README.md | 4 ++-- stats/current.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e08e789..de154f7 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,8 @@ result = scanner.scan_auto("any_file.ext") | Normalization techniques | 17 | | Media types | 6 (text, image, audio, video, PDF, QR) | | Internal recall (attack-db fixture set) | 64/64 — 100% recall | -| pytest (unit tests shipped in repo) | 7 passing | -| False-positive rate | ~8.3% (known, actively tuning) | +| pytest (unit tests shipped in repo) | 221 passing (+7 xfailed) | +| False-positive rate | 0 on the clean-code regression corpus (was 8.3% through v0.2.63; root-caused and fixed in v0.2.64, zero-FP gate enforced in CI every release) | | Core dependencies | Zero for text scan; optional deps for media | | Platforms | Mac, Windows, Linux — anywhere Python runs | diff --git a/stats/current.json b/stats/current.json index 212eeb6..820a3f2 100644 --- a/stats/current.json +++ b/stats/current.json @@ -11,7 +11,8 @@ "license": "MIT", "internal_recall": "64/64", "internal_recall_pct": 100, - "false_positive_rate_pct": 8.3, + "false_positive_rate_pct": 0, + "false_positive_history": "0 on the clean-code regression corpus today; was 8.3% through v0.2.63 on 12 benign controls; root-caused and fixed in v0.2.64; zero-FP gate enforced in CI every release", "pipeline_stages": 3, "media_types": 6, "reports_published": 3,