feat(efficacy): the control gains a second application and the security and data-protection trees - #1855
Merged
Conversation
…ty and data-protection trees The round-1 application has no sign-in or customers, so the security and data_protection rows could not move on it. base-2.zip pins the uncounted calibration trial (git archive of f74c0cc) by sha256, and the builder makes four trees from it: insecure-1 and secured-1 for security, leaky-1 and protected-1 for data protection. Twelve landing checks confirm each edit changed the tree it names and no other; the self-test in CI builds both applications. Part of #1767. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…its limit Every tree of the second application fails the same 240 hidden-suite checks as its base, and passes the same 293: the calibration trial does not seed an empty database, so checks behind sign-in fail alike on all five. Also wraps a line past the declared width. Part of #1767. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Part of #1767. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
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.
Part of #1767. This is the control half of "each judge row passes the control fixture" (design §5.8). The re-run itself comes after merge.
The second application.
base-2.zipisgit archiveof the uncounted calibration trial (claude-sonnet-5, armnone, commitf74c0cc, 1542 s). Two builds reproduce the same sha256, and the builder pins it the way it pinsbase.zip.Four trees built from it, each described in the control README:
insecure-1nextfollowed anywheresecured-1nextchecked by a named functionleaky-1protected-1PERSONAL_FIELDSread by erasure and export, one lookup for a live customer,secure_deleteChecks:
65bfb9a: every tree fails exactly the same 240 checks asbase-2and asscore.py's run of the trial, and passes the same 293.The app already scores high on both rows.
base-2already has one guard, CSRF on every form, a salted hash and a local-onlynext, so a rise in security can only be about 4 → 5. If gpt-6-astra already givesbase-2a 5, the rise cannot be shown, and that is a finding about the row.Existing code changed.
pinned()takes the archive and digest, tree extraction moved intoextract(), andlandings()reads each table against its own application. The first application's six trees and their 11 landing rows are unchanged.No CHANGELOG entry: the benchmark is this repository's own.
Checks run: smoke 33/33; control self-test 23/23; conformance 0 failed, its readings read (four files, the refactor named above).
🤖 Generated with Claude Code