Add argentum-core near-miss-v1 negative-path fixtures to cross-extension matrix#27
Open
giskard09 wants to merge 1 commit into
Open
Conversation
…ion matrix Three fail-closed vectors (ambiguous_issuer_binding, rescoped_replay, semantic_drift) from argentum-core near-miss-v1 — AEOESS byte-verified in A2A #1734, Nobulex 5/5 co-signed 2026-05-28.
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.
Three negative-path vectors from
argentum-corenear-miss-v1added to the cross-extension fixture matrix in the v0.3.3 working doc:ambiguous_issuer_binding— fails closed when the signing key cannot be unambiguously bound to the declared issuerrescoped_replay— fails closed when presented scope diverges from the scope embedded in the action_ref preimagesemantic_drift— fails closed when action_type semantics shift between issuance and verificationAEOESS byte-verified in A2A #1734. Nobulex 5/5 co-signed 2026-05-28.
Note on preimage encoding: argentum-core uses RFC 3339 string for timestamp; implementations applying W3C CG #34 epoch-ms MUST convert before hashing per the action-ref.md conversion note (commit 722c2ab).
Related: composition-ref-v1.0 (commit 78d4686, 2026-05-28) implements key_source ∈ {inline, cache, resolver} as an optional signed field — same enum as the v0.3.3 definition. Canonical field set: SHA-256(JCS({action_ref, authority_verified_at_ms, composition_key, delegation_ref, revocation_check_at_ms, revocation_ref, scope, version})), full 64-char hex. If that layer belongs in the cross-extension matrix, spec and fixtures are ready.