verify_attestation
Verify a TomeVault attestation document (the contents of a repo's .tome/attestation.json). Confirms the detached signature is genuinely TomeVault's against the published key, and, if the signed file's text is supplied, that the file has not drifted since it was signed. Returns the signed verdict; consistency in it is a PREDICTION (cross-model divergence risk), never a verified fact. Nothing submitted is stored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Optional: the instruction file the attestation signs, to also confirm it has not changed. | |
| attestation | Yes | The .tome/attestation.json document text. |