Compliance

Compliance

ISO/IEC 42001 alignment, audit trails, and regulatory controls.

Compliance

Overview

AgentTrust is designed for ISO/IEC 42001 AI management system alignment, GDPR data subject rights, and SOC2 audit evidence export. This page summarizes compliance features and operator responsibilities.

Why It Matters

Regulated industries require demonstrable governance controls, audit trails, and data retention policies.

Prerequisites

  • Full edge gateway (not embedded) for production compliance
  • Enterprise tier for SOC2 export, hash chain, SSO

Step-by-Step Guide

ISO/IEC 42001 alignment

Control areaAgentTrust feature
Intended use (A.8.1)INTENDED_USE.md
AI impact assessmentAIIA_TEMPLATE.md
Audit trailAppend-only audit ledger
Human oversightReview queue for escalate/request_evidence
Continuous improvementFeedback API, adverse impact reporting
Performance monitoringAnalytics, reliability metrics

Policy packs (built-in)

Located in agentrust-edge/gateway/config/policy_packs/:

PackDomain
base.yamlGeneral governance
financial.yamlFinancial transactions
hipaa.yamlHealthcare
gdpr.yamlEU data protection
pci_dss.yamlPayment card data
soc2.yamlSOC2 controls
sox.yamlFinancial reporting
pii_controls.yamlPII detection
medical.yamlMedical devices

GDPR

  • Retention: 90-day hot store; metadata 7 years (DATA_GOVERNANCE.md)
  • PII masking: Within 24 hours of detection
  • Erasure: DELETE /v1/audit/executions/{id}/pii
  • Access: GET /v1/audit/executions

SOC2 export (Enterprise)

GET /v1/reports/compliance
GET /v1/reports/audit-pack

Operator responsibilities

  1. Configure policy packs for your domain
  2. Route escalate/request_evidence to qualified reviewers
  3. Complete AIIA before high-risk deployments
  4. Rotate AGENTRUST_JWT_SECRET regularly
  5. Report adverse impacts via POST /v1/feedback/adverse-impact

Prohibited uses

See INTENDED_USE.md §8 — AgentTrust must not be the sole decision-maker for high-stakes irreversible actions without human oversight.

Examples

Enable GDPR policy pack:

Mount policy_packs/gdpr.yaml in gateway config and reference in policy.yaml.

Best Practices

  • Complete AIIA template before production
  • Use PII policy pack for customer-facing agents
  • Run hash chain verification monthly (Enterprise)
  • Document human review SLAs for escalate outcomes

Common Mistakes

  • Using default policy packs without domain customization
  • No human reviewers configured for escalate queue
  • Processing special-category GDPR data without DPIA

Troubleshooting

See Data Governance and Incident Response.