sessions_read_unverifiable
Enumerate sessions whose attestation sidecar no longer verifies, enabling quick detection after key compromise or rotation.
Instructions
PR4 of the identity-in-session plan: enumerate orchestrator sessions whose attestation sidecar exists but no longer verifies. The browsable trust-view an operator needs after a keyring compromise, a key rotation that invalidated prior sigs, or a tampered sidecar — without this, the operator learns about invalidated sessions one denial-per-write at a time.
Returns {"unverifiable": [{session_id, verifier, format, reason}, ...]}. A session with a sidecar that verifies is NOT listed. A session with no sidecar at all is NOT listed either (that is unattested, not unverifiable). Read-only — does not touch the attribution cache or the ledger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||