Why it matters: EU AI Act Art.26 requires every deployer to maintain a registry of AI systems. Art.27 requires FRIA for high-risk systems. Art.49 requires EU Database registration. The passport is your answer to the regulator.
Generate passports
Passports are created automatically during the firstcomplior scan. You can also generate them manually:
agent init skips them:
List and inspect passports
What gets auto-filled
Identity
Identity
agent_id, name, display_name, description, version, created, updatedSource: entry file name, framework config, auto-generated UUID.Autonomy
Autonomy
type (autonomous/assistive/hybrid), autonomy_level (L1–L5), human_approval_gates, unsupervised_actions, killSwitchPresentSource: L4 AST pattern matching — counts human gates vs unsupervised actions.Tech Stack
Tech Stack
framework, model.provider, model.model_id, model.deployment, model.data_residencySource: L3 dependency analysis + SDK detection + profile.json.Permissions
Permissions
permissions.tools, permissions.data_access (read/write/delete), permissions.denied, permissions.data_boundariesSource: Permission scanner — analyzes tool definitions, DB patterns, explicit deny lists.Compliance
Compliance
risk_class, applicable_articles, deployer_obligations_met, deployer_obligations_pending, complior_scoreSource: Computed from autonomy level × project domain. Auto-updates after every scan.Oversight (high-risk only)
Oversight (high-risk only)
responsible_person, override_mechanism, escalation_procedureGenerated automatically for high-risk systems or autonomy L3+. Uses kill-switch detection from AST.What needs manual input
Check what’s missing withcomplior agent completeness:
Passport validation
Export formats
Share your passport in industry-standard formats:- Google A2A
- AIUC-1
- NIST AI RMF
Automatic updates
The passport is a living document. After everycomplior scan, the passport auto-updates:
compliance.complior_score— refreshed to latest scorecompliance.last_scan— updated timestampsignature— re-signed with ed25519
scan.completed event in the background daemon. You don’t need to do anything.
Next steps
Your First Fix
Auto-fix compliance issues and generate documents.
Passport Deep Dive
2 modes, 11-stage data pipeline, all 36 fields.
Endpoint Detection
How endpoints are auto-detected and how to add them manually.