Signed evidence
Every red-team run produces a signed evidence bundle under target/redkit/attestations/<run>.dsse.json.
The bundle is the audit trail.
A signed DSSE envelope carries the experiment spec, the outcome of every attempt, the provenance of every corpus item, and the attestation the compliance review reads as proof the run happened.
Present it to an auditor as-is. The signature covers the exact bytes.
What it contains
The bundle is a DSSE envelope over an in-toto statement. The statement records:
-
The experiment id and name.
-
The dataset id and version.
-
The target build identifier and model name.
-
The list of attack styles applied.
-
The evaluator id and version for every rule.
-
The rubric version for every agentic evaluator.
-
The final report content hash.