governance_360
Verify governance of HTML content by extracting governance block, verifying signature and content hash, checking usage terms, and producing a signed access receipt.
Instructions
Execute the full governance 360 loop on HTML content: extract governance block → verify signature + content hash → check usage terms → create signed access receipt. This is what an agent calls on every page it reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Full HTML of the page | |
| contentBody | Yes | Article text content (for hash verification) | |
| publisherPublicKey | Yes | Publisher's Ed25519 public key (hex) | |
| agentPublicKey | Yes | Your agent's Ed25519 public key (hex) | |
| agentPrivateKey | Yes | Your agent's Ed25519 private key (hex) | |
| intendedUsage | Yes | ||
| sourceUrl | Yes | URL of the page |