Research: qualify trusted Contract-B bundle commitment RC4 - #80
Draft
camerontjs-dot wants to merge 7 commits into
Conversation
Owner
Author
|
Cross-pipeline architecture note: the CAL Pipeline provenance-chain blueprint is now captured in Apparatus Contracts Draft PR #101 ( This generalizes the RC4 result rather than replacing it: the trusted B commitment should originate in the producer/run provenance chain, presented B bytes can be transport-untrusted, and Decision Engine should verify the commitment before deriving participant authority. A later DE attestation should bind that verification plus exact C authority, CAL producer authority, Decision policy/target, and produced D. Local pointer PR: #81. No maintained promotion follows from this note. |
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.
Classification
Draft Research only. Do not merge as a maintained runtime change, tag, release, or infer production readiness.
This successor is stacked on RC3 Draft Research PR #79. It changes no maintained
src/**,scripts/**, ortests/**bytes.Question
Can Decision Engine recover exact Contract-B participant authority from an independently selected bundle commitment plus caller-presented raw Contract-B bytes, without requiring a trusted artifact locator?
Disposition
SUPPORTED_TRUSTED_BUNDLE_COMMITMENT_PLUS_PRESENTED_ARTIFACTDecisive execution:
32a165f2bd579f559959903e9d02bc9c84a829083523701707610525542321110504225119sha256:67ac035438d5ba20ee2e7e87cafa49f97a1e9e597825716ca4321586889274cd9fa096a21228b0e4db0191dee692dc343392d74259cc683391affc678b1179f1Result
Two copies of the same Contract-B artifact at different arbitrary filesystem locations opened the same independently fixed bundle commitment. Exact participant authority was derived only after commitment verification.
A stale participant tamper was rejected. A fully resealed alternate participant world was internally coherent, produced a different whole-bundle hash agreed by the exact EB hashing implementation and a separate reproducer, and was rejected against the original external commitment. The deliberately weak control accepted that malicious world when the external commitment was allowed to move with it.
This supports a smaller boundary than a trusted locator:
The artifact transport/location need not itself be trusted for the tested mechanism. Selection of the expected commitment still must be trusted.
Preserved failure
The first hosted RC4 execution
35236596463/ job105253975881is preserved asAPPARATUS_VERSION_MISMATCHED_BUNDLE_VALIDATOR. The frozen mechanism control is Contract B 1.0.0 while the current EB validator expects its current Contract B version. The successor first reproduced the exact same soleCONTRACT_VERSION mismatchon the untouched baseline, then neutralized only that known evaluator-version aperture. Any additional validation error remained fatal.Remaining boundaries
See
research/bundle-commitment-authority-rc4/RESULT.md.