feat: add guarded hardware-submit candidate - #26
Merged
Conversation
rblake2320
force-pushed
the
feat/22-guarded-hardware-submit
branch
from
July 18, 2026 14:22
c8bbe5e to
2d93873
Compare
rblake2320
force-pushed
the
feat/22-guarded-hardware-submit
branch
from
July 18, 2026 14:25
2d93873 to
d3b2e09
Compare
rblake2320
marked this pull request as ready for review
July 18, 2026 17:17
This was referenced Jul 18, 2026
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.
Scope
Implements the guarded focus + hardware-submit candidate tracked by issue #22. This PR remains draft and unmerged, does not close #22, and makes no production-readiness, HA, process-identity, or Windows Terminal per-tab claim.
R7 Durable Protocol
attemptNonceare attempt metadata and are excluded.Storage And Audit
sqlite_mastertable definitions, ordered columns/types/nullability/PKs, exact UNIQUE sets, and absence of extra persistent indexes/triggers.journal_mode=DELETEandsynchronous=FULL. ACK nonces are globally unique; receiver attempt nonce and request digest are durable unique keys.Authority, Deadline, And Pipe Boundary
guarded_submitrunning in a trusted, non-monkeypatched interpreter. Private helpers, test harnesses, module mutation/reflection, interpreter compromise, and hostile same-process code are outside scope.ImpersonateNamedPipeClient,RevertToSelf, andSetFileSecurityW.R7 Attack Coverage
Validation At
99013fd4355898d4f11f91a73e926b3cbdaf83ed7bf47ea; later commits bind evidence metadata and claims only29653545602: passed on exact head (all jobs and substantive steps successful)Candidate evidence:
experiments/win32_probe/results/guarded_hardware_submit_LIVE_PASS_redacted.json(selfconnect.guarded-hardware-submit-live.v5). The artifact records source digest2fb046a12d19cc89be5c2807c119bb8513caaa3752fffd0a21401bd599bae9b5and prior implementation head4355898d4f11f91a73e926b3cbdaf83ed7bf47ea. Issue #22 remains open.