README: render the four incident counts that still read 50 from stats - #155
Open
imran-siddique wants to merge 1 commit into
Open
imran-siddique wants to merge 1 commit into
imran-siddique wants to merge 1 commit into
Conversation
Wrap the threat intel row, the incidents.json tree comment, the Incident tracker opener and the web app Incidents row in the existing stats:incidents marker. stats:check passes and fails if any is hand-edited. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The stats table renders 134 incidents from
data/stats.json, but four hand-typed counts in the README still say 50:data/incidents.json(line 336)50 was the count at v1.8.3 and 2.0.0. Three of the four lines were last touched in b49090c on 28 March.
This wraps each one in the existing
<!-- stats:incidents -->marker, the same way the tree comment forentries/already usesstats:entries. No new keys.npm run stats:checkpasses, and exits 1 if any of the four is hand-edited back to 50. When #122 or #109 lands and the macro moves to 135, all five places move with it.The other five instances of 50 in the README are AI Testing Guide test cases (lines 178, 290, 536, 593) and the AIUC-1 "50%+" (line 213). They are correct and untouched.
One related thing this does not change. The Developer row and the quick start say
npm install genai-security-crosswalk. The registry holds one version, 2.0.0, published 29 March 2026. I unpacked the tarball: itsdata/incidents.jsonis 1.5.0 with INC-001 to INC-050, and its ten LLM entries carrysource_list: LLM-Top10-2025. So an install today lands on the pre-4.0.0 numbering that the 4.0.0 changelog calls a breaking permutation. The Unreleased section already lists the publish as next. If a one-line note under the install block would help until then, I can add it here.