Skip to content

Document round 4 (production hardening) in evals + README summary - #19

Merged
kimdzhekhon merged 1 commit into
mainfrom
docs/round4-production-hardening-writeup
Aug 10, 2026
Merged

Document round 4 (production hardening) in evals + README summary#19
kimdzhekhon merged 1 commit into
mainfrom
docs/round4-production-hardening-writeup

Conversation

@kimdzhekhon

Copy link
Copy Markdown
Contributor

Summary

Docs-only change, no code touched.

Test plan

Adds the fourth review round to evals/README.md: adversarial re-audit
that found and fixed #15 (mask_line_all() skips masking on partial
secret overlap) and #16 (builtin_scan() reads full file before the
5MB size cap check), the 10->24 edge-case test expansion, the
CHANGELOG.md/v0.1.0 release, and a second real-execution pass against
a 6-fake-secret-type fixture -- including an honest accounting of a
$1.9477 cost mistake (scan run without --model haiku).

Updates README.md's Real-world validation summary to the new totals:
9/9 issues closed, $2.7627 total real LLM spend, 24-test suite, and a
link to the v0.1.0 release.
@kimdzhekhon
kimdzhekhon merged commit 96bdb9a into main Aug 10, 2026
1 check passed
@kimdzhekhon
kimdzhekhon deleted the docs/round4-production-hardening-writeup branch August 10, 2026 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mask_line_all() leaks nearly all of a secret when two matches partially overlap without either containing the other

1 participant