Compliance Guide
Map your agent's maturity to regulatory requirements. AMC supports EU AI Act, ISO 42001, NIST AI RMF, SOC 2, and OWASP LLM Top 10 — with 41 industry-specific domain packs across 7 sectors.
EU AI Act Compliance
The EU AI Act (Regulation (EU) 2024/1689) uses a risk-based approach. AMC's compliance engine supports EU_AI_ACT as a first-class framework, mapping your maturity dimensions and evidence infrastructure directly to regulatory obligations.
# Generate EU AI Act compliance report
amc compliance report --framework EU_AI_ACT --window 30d --out reports/eu-ai-act.md
# Quick EU AI Act risk classification
amc compliance report --framework EU_AI_ACT
# Export compliance evidence binder
amc audit binder create --framework EU_AI_ACT
VALID report proves artifact integrity, not evidence sufficiency; use mappings externally only when evidence readiness is READY. AMC does not certify legal compliance. Always consult qualified legal counsel. See the European Commission high-risk guidance.
Risk Classification
AMC uses Domain Risk Classification to determine which governance tier applies to your agent:
| Domain Risk Class | EU AI Act Tier | AMC Governance Requirements |
|---|---|---|
critical |
Unacceptable (Art. 5) | Prohibited unless exempted; AMC blocks deployment |
high |
High-risk (Annex III) | Full Art. 9–15, 17 obligations; strict human oversight |
elevated |
Limited risk | Transparency obligations (Art. 50); moderate oversight |
standard |
Minimal risk | Voluntary codes of practice; baseline AMC governance |
High-risk domains per Annex III include: healthcare, finance, employment, education, law enforcement, critical infrastructure, and immigration/asylum.
Autonomy Duration Factor
Teams can configure stricter AMC policy targets as autonomy duration grows. These are AMC operating targets, not statutory maturity thresholds:
| Autonomy Duration | Suggested Oversight | Example AMC Policy Target |
|---|---|---|
| < 1 minute | Standard approval gates | L3+ |
| 1–15 minutes | Enhanced monitoring + circuit breakers | L4+ |
| 15–60 minutes | Continuous oversight + auto-pause | L4+ with drift alerts |
| > 60 minutes | Mandatory periodic human checkpoints | L5 only, with FRIA |
Article-to-AMC Mapping
AMC maps 12 EU AI Act articles to specific dimensions, evidence modules, and diagnostic questions:
| Article | Obligation | AMC Evidence |
|---|---|---|
| Art. 9 | Risk Management System | Risk register, duality assurance pack, drift detection. ≥60% OBSERVED evidence required. |
| Art. 10 | Data Governance | DLP controls, exfiltration shield, data governance artifacts. |
| Art. 11 | Technical Documentation | Architecture map, BOM, capability documentation. |
| Art. 12 | Record-keeping | Transparency log, Merkle tree, signed evidence ledger. |
| Art. 13 | Transparency | Transparency reports, capability disclosures, output attestation. |
| Art. 14 | Human Oversight | Governor policies, approval workflows, escalation gates. |
| Art. 15 | Accuracy, Robustness, Cybersecurity | 142 assurance packs, calibration gap, adversarial robustness, incident-to-regression closure. |
| Art. 17 | Quality Management System | Continuous loop, drift alerts, scheduled assurance runs. |
Compliance Workflow
Classify your agent
amc compliance report --framework EU_AI_ACT
AMC determines your risk classification based on domain and autonomy duration.
Apply domain packs
amc domain list # See all 7 domains + 41 packs
amc domain assess --domain health --agent my-agent # Run domain assessment
Find compliance gaps
amc domain gaps --domain health --agent my-agent
amc compliance report --framework EU_AI_ACT --window 30d
Fix and verify
amc fix --target-level L3 # Generate remediation toward defined controls
amc guide --compliance EU_AI_ACT # Map gaps to regulatory obligations
Export audit evidence
amc audit binder create --framework EU_AI_ACT # Generate compliance binder
amc bundle export # Portable evidence bundle
7 Domains — 41 Industry Packs
Domain packs extend AMC's 244-question default rubric with industry-specific, regulatory-grounded questions. Each pack references specific regulatory articles — not vague guidelines. AMC has 41 sector-specific packs across 7 domains behind a planned commercial entitlement; public checkout is not live.
amc domain list # See all 7 domains + packs
amc domain assess --domain health --agent my-agent # Assess against a domain
amc domain gaps --domain wealth --agent my-agent # Find compliance gaps
amc domain report --domain environment --output env.md # Generate report
Environment
Agricultural AI, fashion/textile supply chains, advanced manufacturing, food systems, energy grids, water/sanitation.
Packs: farm-to-fork, weave-to-wear, material-to-machines, source-to-sustenance, ubiquity-to-utility, sip-to-sanitation
Health
EHR systems, wellness AI, patient journey management, clinical operations, medical professional AI, medtech/devices, pharma research, clinical trials, rare/precision medicine.
Packs: digital-health-record, wellness-management, patient-lifecycle, clinical-lifecycle, professional-practice, life-technology, drug-discovery, clinical-trials, specialized-medicine
Wealth
Investment management, payments, insurance, DeFi/crypto, banking and lending.
Education
K-12 learning, higher education, corporate training, special education, educational assessment.
Mobility
Autonomous vehicles, smart buildings, IoT infrastructure, logistics/supply chain, urban mobility.
Technology
SaaS platforms, cybersecurity AI, data analytics, developer tools, IP/patent management.
Governance
Digital identity, public safety, anti-corruption, human rights impact, public administration.
Other Compliance Frameworks
ISO 42001
AI management system standard. Clauses 4–10 mapped to AMC dimensions.
amc compliance report --framework ISO_42001
NIST AI RMF
Risk management framework alignment for US federal and enterprise.
amc compliance report --framework NIST_AI_RMF
SOC 2
Trust service criteria mapping for service organization controls.
amc compliance report --framework SOC2
OWASP LLM Top 10
Full 10/10 coverage of the OWASP Large Language Model Top 10 risks.
amc compliance report --framework OWASP_LLM_TOP_10
Audit Binder
Generate a portable, signed evidence package for auditors:
# Create an audit binder for a specific framework
amc audit binder create --framework EU_AI_ACT
# List existing binders
amc audit binder list
# Verify binder integrity
amc audit binder verify
# Export for external sharing (controlled access)
amc audit binder export-request
amc audit binder export-execute