You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Registers the did:cha2a DID method in the W3C DID Extensions registry.
did:cha2a is a registry-mediated DID method: the prefix ch abbreviates
complianceHub, a2a denotes agent-to-agent. A did:cha2a identifier names a
resource (publisher, authority, agent, skill, MCP server, AI tool, LLM, or the
registry itself) registered in a cha2a Registry. Resolution returns a W3C DID
Document whose verification key is the Registry's Ed25519 signing key and whose
service endpoints expose trust lookup, signed trust proofs, and trust badges.
The resource-type set follows the shared open convention of registry-mediated
methods for interoperability.
Status
Reference implementation live at https://compliancehub.cn
(HTTPS; Node on 127.0.0.1 reverse-proxied by nginx on port 443, reusing the
site's TLS certificate; no public port opened)
This is an advisory, automated review of the DID Method specification(s) referenced in this pull request, checked against the registration checklist. It does not replace review by the registry editors.
✅ All reviewed submissions passed the preliminary checklist review. A registry editor will still perform the final review.
The did:cha2a specification is a recognizable, well-structured DID Method spec with defined syntax, CRUD operations, and named Security/Privacy Considerations sections; all MUST criteria are satisfied at least plausibly. Full substantiveness of Security/Privacy sections could not be fully verified due to truncation, so those are noted as passing based on visible structure.
Item
Level
Status
Notes
✅
M1. Specification reachable and is a DID Method spec
MUST
pass
✅
M2. DID Method Syntax defined
MUST
pass
✅
M3. CRUD operations defined
MUST
pass
✅
M4. Security Considerations present and substantive
MUST
pass
✅
M5. Privacy Considerations present and substantive
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
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
Registers the
did:cha2aDID method in the W3C DID Extensions registry.did:cha2ais a registry-mediated DID method: the prefixchabbreviatescomplianceHub,
a2adenotes agent-to-agent. Adid:cha2aidentifier names aresource (publisher, authority, agent, skill, MCP server, AI tool, LLM, or the
registry itself) registered in a cha2a Registry. Resolution returns a W3C DID
Document whose verification key is the Registry's Ed25519 signing key and whose
service endpoints expose trust lookup, signed trust proofs, and trust badges.
The resource-type set follows the shared open convention of registry-mediated
methods for interoperability.
Status
(HTTPS; Node on 127.0.0.1 reverse-proxied by nginx on port 443, reusing the
site's TLS certificate; no public port opened)