Skip to main content
complior agent <subcommand> [flags]

Subcommands

Passport lifecycle

CommandDescription
agent initAuto-generate passports from codebase
agent listList all passports
agent show <name>Show specific passport
agent rename <old> <new>Rename a passport
agent validate [name]Validate schema + signature + completeness
agent completeness <name>Show completeness percentage
agent autonomyAnalyze project autonomy level (L1–L5)
agent diff <name>Compare passport versions

Documents

CommandDescription
agent fria <name>Generate FRIA
agent notify <name>Generate Worker Notification
agent policy <name>Generate AI usage policy

Evidence & Audit

CommandDescription
agent evidenceShow evidence chain
agent evidence --verifyVerify chain integrity
agent auditShow audit trail
agent audit-packageExport audit package (tar.gz)

Export & Import

CommandDescription
agent export <name>Export to A2A, AIUC-1, or NIST format
agent import --from a2a <file>Import from external format

Registry & Permissions

CommandDescription
agent registryPer-agent compliance dashboard
agent permissionsShow permissions matrix

Examples

complior agent init
Discovered 3 AI agents:
  ✓ customer-chatbot (OpenAI, Anthropic)
  ✓ order-processor (LangChain)
  ✓ content-moderator (HuggingFace)

Generated 3 Agent Passports in .complior/agents/
Completeness: 65-70% (auto-filled from code)

Common flags

FlagApplicable toDescription
--jsonallJSON output
--verbose, -vlist, validateShow extra details
--civalidateExit code 0/1
--strictvalidateFail on warnings too
--forceinitOverwrite existing passports
[path]allProject directory (default: .)