verify_agent_trace
Verify a signed agent trace envelope offline to confirm authenticity and integrity. Optionally validate trace file bytes match the signed hash.
Instructions
Verify a signed agent trace envelope offline; optional trace byte check.
Use in CI or auditor handoff. Read-only; no network.
Returns ``{ok, run_id?, step_count?, error?}``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_path | No | Optional live `.jsonl` path to confirm bytes match the signed hash. | |
| envelope_path | Yes | Signed matrixscroll.agent_trace.v1 envelope JSON. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||