Compliance
ShieldAgent maps to the three major AI governance frameworks: EU AI Act, ISO 42001, and NIST AI RMF. Evidence is collected automatically from the runtime audit trail.
EU AI Act
The EU AI Act imposes documentation, risk management, and human oversight requirements on high-risk AI systems. ShieldAgent generates Annex IV technical documentation from your live proxy data. For Position E (Verdict API) deployments, Annex IV documentation includes the customer's enforcement mechanism and verdict enforcement rates — enforcement proof requires calling confirmExecution() in your application code.
Coverage
ISO 42001
ISO/IEC 42001:2023 is the first international AI management system standard. It requires organizations to establish controls, policies, and audit mechanisms for responsible AI use.
Coverage
NIST AI RMF
The NIST AI Risk Management Framework provides a voluntary structure for managing AI-related risks. It organizes controls across four core functions: Govern, Map, Measure, Manage.
Coverage
Compliance by Deployment Position
Compliance evidence strength depends on where ShieldAgent sits in your architecture. Infrastructure-enforced positions provide automatic, tamper-evident enforcement records. Position E (Verdict API) places enforcement responsibility with the customer.
Position E — EU AI Act Art. 9 requirement
Under EU AI Act Article 9, high-risk AI system deployers must adopt appropriate risk management measures. When using the Verdict API (Position E), enforcement is performed by the customer's own code — not by ShieldAgent infrastructure. To satisfy Art. 9 obligations, organizations must:
- Document the enforcement mechanism in their risk management system.
- Call
confirmExecution(auditEventId, { executed: boolean })after each verdict to provide closed-loop enforcement evidence in the audit trail. - Maintain a verdict enforcement rate above their documented threshold (visible in compliance dashboards). Customers who do not call
confirmExecution()appear as enforcement unknown in Annex IV reports.
Using Position E without enforcing verdicts may compromise your compliance posture for high-risk AI systems. If your architecture requires infrastructure-guaranteed blocking but you own your server, consider Position B (sidecar of your server) instead.
Automatic Evidence Collection
ShieldAgent collects compliance evidence continuously as your agents operate. The audit trail is immutable and Merkle-verified — every record is tamper-evident.
Audit Retention Requirements
| Framework | Minimum Retention | Config |
|---|---|---|
| EU AI Act Annex IV | 10 years | AUDIT_RETENTION_DAYS=3650 |
| ISO 42001 | 3 years (recommended) | AUDIT_RETENTION_DAYS=1095 |
| NIST AI RMF | Organization-defined | AUDIT_RETENTION_DAYS=<your value> |
| SOC 2 | 1 year minimum | AUDIT_RETENTION_DAYS=365 |