Conversation
Author
|
🔐 Cross-audit hardening (TriForge v3 + MiniMax M3) Reviewed the envelope design with a multi-model audit — found 5 real gaps, now fixed with Security Constraints SC-1..SC-5:
Without SC-1..SC-5 the whole arbitration can be forged to |
Author
|
🔍 2nd-pass audit (MiniMax M3) — added SC-6:
Final state: SC-1..SC-6 cover role binding, replay, payload integrity, oracle independence, canonical JSON, and algorithm/media pinning. Evidence is machine-verifiable end-to-end. |
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.
Fix #8: Unified evidence schema for the "Adjudicated: signed evidence" tier
Problem
The trust ladder promises signed evidence behind the Adjudicated tier, but the spec has no unified evidence schema or registry. Evidence today is self-submitted free text in a 5,000-char slot — testimony, not exhibits.
Fix
Add a canonical evidence envelope (
internet-court/evidence-envelope/1):integrations/evidence-envelope/SKILL.md— the schema, signer-role semantics, validation, and a worked example.Canonical envelope fields (issue request #1):
payload.contentHash+contentUri— digest and resolvable contentprovenance[]— chain proof, timestamp logs, receipts, checksums, verify URLssignatures[]— with role + counter-signature flagSigner-role semantics (issue request #2):
interested_party/transacting_agent= LOW weight (self-reported)neutral_witness= HIGH weight, must becounterSignature: trueat transaction timeadjudicator= FINALCompatibility: the envelope's
recursiveHashfeeds the existinggenlayer-intelligent-contractsevidenceBundleHash; Kleros IPFS upload can carry the envelope ascontentUri.Files
integrations/evidence-envelope/SKILL.md(new)SKILL.md(register entry in the adjudication table)