Expand description
Walk every run for a control (or all controls) in chronological order,
recompute artifact hashes, and check each prior_run.manifest_sha256
against the recomputed sha of the prior manifest.
This is the single point of integrity for an assessor; the test surface here matters more than perf.
Structs§
- Risk
Failure - A risk log that failed verification.
- Verified
Risk - One verified risk log: its chain walked clean and every
finding_refresolved to a sealed manifest whose recomputed sha matched. - Verified
Run - One verified run.
- Verify
Failure - Verify
Report - Aggregate report over a verification pass.
Enums§
Functions§
- verify
- Verify every run for
control_id, or every run ifNone. Walks runs in chronological order (byrun_id, which is ISO-date-prefixed).