Documentation
¶
Overview ¶
Package evidence is an umbrella for AICR's evidence kinds. Per ADR-007, AICR ships two kinds of validation evidence, each in its own subpackage:
- cncf — CNCF AI Conformance behavioral evidence (markdown rendering + behavioral collector for submission to the CNCF conformance program).
- attestation — recipe-test attestation pipeline (signed in-toto Statement plus supporting bundle).
- verifier — offline verification for recipe-evidence v1 bundles produced by `aicr validate --emit-attestation`.
This file exists only to give the umbrella package a package-level doc comment. The subpackages contain all the runtime code.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package attestation implements the recipe-test-attestation evidence kind defined in ADR-007 (docs/design/007-recipe-evidence.md).
|
Package attestation implements the recipe-test-attestation evidence kind defined in ADR-007 (docs/design/007-recipe-evidence.md). |
|
Package cncf renders CNCF AI Conformance evidence markdown from CTRF reports.
|
Package cncf renders CNCF AI Conformance evidence markdown from CTRF reports. |
|
Package verifier implements `aicr evidence verify`: offline verification of a recipe-evidence v1 bundle produced by `aicr validate --emit-attestation`.
|
Package verifier implements `aicr evidence verify`: offline verification of a recipe-evidence v1 bundle produced by `aicr validate --emit-attestation`. |
Click to show internal directories.
Click to hide internal directories.