Trust Center
Verifier-first trust model
Attesto output is designed to be checked. A recipient should be able to verify receipts, stream order, checkpoint consistency, witness quorum, anchors, fork evidence, and bundle manifests without being granted access to a private tenant account.
Independent verification
Independent verification means the verifier receives evidence objects and checks the cryptographic and structural relationships locally. The verifier does not need to trust a screenshot or dashboard status.
attesto verify bundle ./attesto-bundle.json --report ./verification-report.json
Verification report shape
{
"ok": true,
"kind": "bundle",
"checked": [
"manifest_digest",
"receipt_signatures",
"stream_sequence",
"window_inclusion",
"checkpoint_consistency",
"witness_quorum",
"anchor_reference"
],
"problems": []
}
Recommended external workflow
- Receive a bundle from the tenant or auditor workflow.
- Record the bundle digest before inspection.
- Run offline verification locally.
- Review witness/quorum and fork-evidence sections.
- Optionally re-check anchor references online.
- Store the verification report alongside the received bundle.
Trust boundaries
Verification proves integrity relationships inside the evidence pack. It does not prove that the original source system was truthful, that legal obligations are fully satisfied, or that an AI decision was substantively correct. Those remain customer and reviewer responsibilities.
