Consume Sigstore-authorized enclave releases - #679
Draft
AnthonyRonning wants to merge 7 commits into
Draft
Conversation
AnthonyRonning
force-pushed
the
codex-sigstore-tee-attestation-maple
branch
from
August 19, 2026 19:05
ec25bcf to
5708aee
Compare
Deploying maple with
|
| Latest commit: |
9ccbb8a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4b7f7951.maple-ca8.pages.dev |
| Branch Preview URL: | https://codex-sigstore-tee-attestati.maple-ca8.pages.dev |
AnthonyRonning
force-pushed
the
codex-sigstore-tee-attestation-maple
branch
from
August 27, 2026 07:35
5708aee to
03e5112
Compare
AnthonyRonning
force-pushed
the
codex-sigstore-tee-attestation-maple
branch
from
August 29, 2026 14:10
03e5112 to
294c7d2
Compare
AnthonyRonning
force-pushed
the
codex-sigstore-tee-attestation-maple
branch
from
August 29, 2026 14:44
294c7d2 to
e3697be
Compare
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.
Summary
Browser and dependency boundary
Browser TypeScript uses the unmodified exact-pinned `@freedomofpress/sigstore-browser@0.1.14` package with a committed lockfile and Maple-owned strict adapter. The adapter requires exact Sigstore bundle v0.3, one message signature/certificate/Rekor entry, SHA-256, a signed inclusion checkpoint, one RFC3161 timestamp, and explicit tlog/CT/TSA thresholds. It injects the TUF-authenticated trusted root and supplements upstream verification with full certificate-path validity at authenticated observer time. It never invokes the package's network TUF loader.
Rust performs the corresponding local portable-bundle verification through its pinned Sigstore crates.
Neither runtime contacts GitHub, Fulcio, Rekor, or Sigstore's TUF service. Provenance strings may name GitHub, but clients do not dereference or authorize those strings.
Client trust contract
TUF authorizes exact bytes and current release membership. Clients do not embed or enforce a builder identity, GitHub repository, workflow filename, or CI provider. A repository/CI migration changes protected backend promotion configuration and future signed manifests, not the SDK trust protocol.
Sigstore provides attributable, transparency-recorded provenance. It is not an independent release authority in the initial one-authority design because Maple TUF also authenticates the Sigstore trusted-root target.
Nitro verification remains mandatory: after policy/evidence verification, the client sends a fresh nonce and accepts only an AWS-signed document whose key binding and complete PCR0/PCR1/PCR2 tuple match one active release atomically.
Rollback and root contract
Compatibility and activation
Old released clients remain supported by the backend's unchanged signed GitHub PCR histories during the overlap. New clients in this PR are intentionally TUF/Sigstore-only.
No package or app version is bumped by this draft. Activation still requires:
No production root, TUF repository, SDK/proxy release, Sigstore evidence, enclave deployment, or live smoke test is created by this PR.
Validation
The sole red aggregate CodeQL check includes 39 alerts already open on `master` plus one PR-ref alert at the byte-identical, credential-free `test_connection` health GET. Two independent reviews traced it as a field-insensitive false positive: no API key, JWT, session ID/key, request body, cookie, or trusted-release data flows into that request; every language-specific CodeQL analysis job passed. No code suppression or security-path refactor was made for the false positive.
The branch is rebased/current on `origin/master`, was not merged with `master`, and this PR remains draft and unmerged.