self_test
Run the offline self-test to confirm the verifier works by checking packaged sample receipt and audit bundle, returning validation results in JSON.
Instructions
Run the packaged offline self-test: verifies a known-good sample receipt and sample audit bundle shipped with the server. Read-only and deterministic; no network calls and no ScopeBlind servers are contacted. Returns JSON { ok: boolean, receipt: { valid, type, format, kid, issuer, hash }, bundle: { valid, total, passed, failed }, note }. If the packaged samples cannot be read it returns { ok: false, error }. Call this first to prove the verifier works before verifying your own artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||