verify_source
Verify the integrity of an AgentForce concept node by retrieving its source URL and SHA-256 hash. Optionally obtain a signed attestation receipt.
Instructions
Return the source URL and content hash for an AgentForce concept node.
Audit chain: edge answer → graph commit → source_hash → source_url (fetch hint)
Verification: curl -s | sha256sum # compare output to source_hash
Args: concept: Concept label (partial match supported). receipt: If True, also return a signed BoundaryAttest receipt envelope (experimental-interop-v0.1) binding concept_label + source_url + source_hash + timestamp to this server's ed25519 session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept | Yes | ||
| receipt | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |