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 --json bundles verify \
--file ./attesto-bundle.json > ./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": []
}
Public service status
status.attesto.eu publishes customer-facing service health, public incidents, latency, HTTP expectations, timezone metadata, and 90-day per-service uptime bars. The status surface is intentionally separate from tenant data and internal control-plane diagnostics: it exposes public probe results only, not logs, secrets, provider payloads, private tenant evidence, or the admin control panel.
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.
Attesto also maintains security-management readiness records for scope, risk, assets, suppliers, incidents, internal review, and management review. See Security Management for the public explanation of this ISMS preparation model.
Attesto also keeps a broader Certification Readiness map for ISO/IEC 27001, SOC 2 Type II, ISO/IEC 27701, Cyber Essentials Plus, NEN 7510, ENSIA/BIO, and eIDAS 2.0 alignment. It is preparation evidence only and does not claim an external audit, legal, or qualification outcome.
