The published signer fingerprint
Ed25519 · SHA-256Compare this value against the fingerprint printed by the verification tool. They must match exactly.
Paste the fingerprint your verification tool printed. It is checked against the published value above — any format works; colons, spaces, and letter case are ignored.
Nothing leaves your device — no network calls, no analytics, no storage. The comparison runs entirely in your browser.
Get the tool
Apache-2.0Yakuq Verify is a single-file, open-source tool. Its only dependency is the cryptography library. Source: github.com/YakuqCloud/yakuq-evidence-verify
$ pip install cryptography
$ curl -LO https://raw.githubusercontent.com/YakuqCloud/yakuq-evidence-verify/main/yakuq_verify.py
Run the verification
Offline · no network$ python yakuq_verify.py evidence-package.zip \
--expected-fingerprint 6b3869b9cd97e1f7d9526a2b42b1e0a27491cec07beb0c0b5439af8e8305f888
What the result means
DeterminationWhat the signature does not prove
That the collected data truthfully represents the AWS environment. That assurance comes from the collection design — read-only API access, per-call provenance recorded in the manifest, and every collector call visible in the customer’s own CloudTrail.