From dbd08d23e9e362c563860dd903d0f85282a58841 Mon Sep 17 00:00:00 2001 From: Ben Vinegar Date: Sat, 18 Apr 2026 21:39:25 -0400 Subject: [PATCH 1/2] Clarify README benchmark trust copy --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fb9444..f604ec0 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ Deterministic CLI for finding **AI-associated slop patterns** in JavaScript and Scan a repo, surface the hotspots, and compare codebases using normalized slop metrics. -> `slop-scan` is a **slop scanner**, not an authorship detector. It reports explainable patterns and suspicious density. It does **not** claim who wrote the code. - ## Why use it - **Find the hotspots fast** — see which files and directories concentrate the most suspicious patterns @@ -24,6 +22,10 @@ Scan a repo, surface the hotspots, and compare codebases using normalized slop m - finding low-judgment boilerplate in your own codebase - iterating on deterministic slop heuristics +## Why can you trust it? + +Every rule is tested and benchmarked against popular, mature OSS repos pinned to commits from before AI coding was common. See [Benchmarks](#benchmarks). + ## Install Install globally with npm: From cac4c61defff1b8e895e5779cd5ade84aaef78b8 Mon Sep 17 00:00:00 2001 From: Ben Vinegar Date: Sat, 18 Apr 2026 21:41:22 -0400 Subject: [PATCH 2/2] Tighten README benchmark wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f604ec0..afff110 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Scan a repo, surface the hotspots, and compare codebases using normalized slop m ## Why can you trust it? -Every rule is tested and benchmarked against popular, mature OSS repos pinned to commits from before AI coding was common. See [Benchmarks](#benchmarks). +Every rule is tested and benchmarked against popular, mature OSS repos pinned to exact commit SHAs from before AI coding was common. See [Benchmarks](#benchmarks). ## Install