feat: add verifiable catalog approval provenance - #519
Merged
Conversation
Signed-off-by: Imran Siddique <imran.siddique@opaque.co>
imran-siddique
enabled auto-merge (squash)
August 17, 2026 02:42
imran-siddique
requested review from
AaronRoeF,
Qiang-Xu,
pforest and
podcastinator
August 17, 2026 16:10
pforest
approved these changes
Aug 17, 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.
Summary
nnImplements #517 as a detached, signed catalog-change provenance record.nn- Adds versioned catalog approval schema and threat-boundary documentation.n- Uses Ed25519 signatures over the record and each approval; trust keys stay verifier-side.n- Enforces M-of-N approvals, distinct principals/roles, issuer and key binding, expiry, revocation, and chain checkpoints.n- Binds new_catalog_hash to the runtime catalog hash.n- Adds deterministic focused vectors for tampering, stale chain, revocation, expiry, and duplicate principals.nn## Evidencenn- Focused pytest: 4 passedn- Ruff: passedn- mypy approval module: passedn- JSON Schema meta-validation: passedn- git diff --check: passedn- Full local suite is environment-blocked at collection by pre-existing missing dependencies: agentrust_trace, agent_os, cedarpy, and mcp.n`nSigned-off-by: Imran Siddique imran@agentrust.com