Generate audit package
complior agent audit-package
Output: complior-audit-2026-03-25.tar.gz
What’s inside
| Item | Description |
|---|
| All Agent Passports | Every *-manifest.json with ed25519 signatures |
| Evidence Chain | Complete chain.json — tamper-proof audit trail |
| FRIA Reports | All generated FRIA documents |
| AI Policies | All generated policy documents |
| Worker Notifications | All generated notifications |
| Scan Reports | Latest scan results with scores |
| Eval Results | Conformity + security scores (if eval was run) |
| Executive Summary | Auto-generated overview of compliance status |
For auditors
The package is self-verifying:
- Each passport has an ed25519 signature — verify independently
- Evidence chain has hash links — verify chain integrity
- 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.