feat: register SINT Protocol as trusted issuer#24
Open
pshkv wants to merge 1 commit intoFransDevelopment:mainfrom
Open
feat: register SINT Protocol as trusted issuer#24pshkv wants to merge 1 commit intoFransDevelopment:mainfrom
pshkv wants to merge 1 commit intoFransDevelopment:mainfrom
Conversation
SINT Protocol is a runtime authorization framework for physical AI agents. It enforces T0–T3 approval tiers, Ed25519 capability tokens with delegation chains, and a SHA-256 hash-chained immutable evidence ledger. - Ed25519 keypair: kid=sint-registry-2026-04 - supervision_model: tiered (T0_observe → T3_commit) - immutable_audit: true (hash-chained EvidenceLedger) - attestation_format: sint-token-v1 - website: https://github.com/pshkv/sint-protocol Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
🔐 Registration Verification Results❌
|
| Check | Status |
|---|---|
| Schema validation | ✅ Pass |
| Proof-of-key-ownership | ✅ Pass |
| Domain verification | ❌ Fail |
Errors:
- Domain verification failed: could not fetch agent.json or agent-trust.json from https://github.com/pshkv/sint-protocol — HTTP 404 Not Found
📖 See spec 11 — Proof of Key Ownership for the proof format.
🛠️ Generate a proof with:
npx @open-agent-trust/cli prove --issuer-id <YOUR_ID> --private-key <PATH>
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
Registering SINT Protocol (
sint-protocol) as an issuer in the Open Agent Trust Registry.What is SINT Protocol?
SINT is a runtime authorization framework for physical AI agents. It sits between AI agents and the physical world (robots, industrial systems, drones), ensuring every action is authorized, capability-constrained, and audited.
Key properties:
did:key:z6Mk...(W3C DID spec compliant)EvidenceLedger— append-only, tamper-evidentAPS↔SINT Interop
APS and SINT arrived at the same cryptographic primitives independently. Joint interop spec: https://github.com/aeoess/aps-sint-interop — 9/9 cross-verification tests pass with zero adapter code.
Registration details
issuer_idsint-protocolkidsint-registry-2026-04algorithmsupervision_modelimmutable_auditattestation_formatVerification
oatr-proof-v1:sint-protocolwith registered key/.well-known/agent-trust.json— endpoint exists in gateway-server discovery routes (deployed when gateway is hosted)🤖 Generated with Claude Code