Verify Signed Attestation Chain
verify_attestationVerify a signed published probe attestation after an evidence audit. Returns L1 signature, key, time, and chain-link checks; optional L2 replay; confirms attestation integrity and scope.
Instructions
Use to verify a signed published probe attestation after an evidence audit. Returns L1 signature, key, time, and chain-link checks; optional L2 replay of daily heads to a Git-tag anchor; and L3 scope, which requires verify_evidence for live transport. A valid signature proves attestation integrity and scope, not upstream semantic truth or currentness. For a deep audit use search_datasets → get_evidence → verify_evidence → verify_attestation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | Dataset id or safe relative published digest reference for signed-attestation verification, e.g. 'fuelprice'. | |
| replay_chain | No | Replay signed daily heads to a Git-tag anchor for L2 verification, e.g. true for an auditor. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||