explain_artifact
Inspect a signed artifact offline to see its claims (type, issuer, format) without verifying the signature, helping you choose the correct verification tool.
Instructions
Inspect a signed artifact WITHOUT verifying it: reports what the artifact claims to be so you can choose the right verification tool and key. Requires no key; read-only and offline. Provide raw JSON (artifact_json) or a local file path (path). Returns JSON { type, format ('v1'|'v2'|'passport'), issuer, kid, issued_at, payload_keys (sorted, signature excluded) }. It performs no signature check, so a well-formed forgery will explain cleanly; use verify_receipt to check authenticity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to a local JSON artifact file. | |
| artifact_json | No | Raw JSON artifact string. |