Skip to main content

Generate audit package

complior agent audit-package
Output: complior-audit-2026-03-25.tar.gz

What’s inside

ItemDescription
All Agent PassportsEvery *-manifest.json with ed25519 signatures
Evidence ChainComplete chain.json — tamper-proof audit trail
FRIA ReportsAll generated FRIA documents
AI PoliciesAll generated policy documents
Worker NotificationsAll generated notifications
Scan ReportsLatest scan results with scores
Eval ResultsConformity + security scores (if eval was run)
Executive SummaryAuto-generated overview of compliance status

For auditors

The package is self-verifying:
  1. Each passport has an ed25519 signature — verify independently
  2. Evidence chain has hash links — verify chain integrity
  3. Scan reports contain raw findings — reproduce by re-running scan
# Metadata only (JSON) — for programmatic use
complior agent audit-package --json
Run complior audit --scan . --target <url> to combine scan + eval + docs + evidence into one command before generating the audit package.