📋

Agent Audit

Automated compliance auditing against EU AI Act, NIST AI RMF, ISO 42001, SOC 2, and OWASP LLM Top 10. Know your compliance posture in seconds.

5
Frameworks
Auto
Audit Reports
Trend
Charts
API
Integration
Get Free API Key 🔑

All data shown is simulated for demonstration purposes. Live data requires an API key.

Compliance Frameworks
🇪🇺 EU AI Act
91/100
PASS
📏 NIST AI RMF
87/100
PASS
📄 ISO 42001
72/100
WARNING
🔒 SOC 2 Type II
94/100
PASS
📋 OWASP LLM Top 10
58/100
NEEDS WORK
Audit Report
ControlFrameworkStatusFinding
AI-3.2EU AI ActWarningModel card documentation incomplete
MAP-1.1NIST AI RMFPassRisk context properly defined
LLM01OWASP LLMFailPrompt injection defenses insufficient
CC6.1SOC 2PassAccess controls properly configured
5.2ISO 42001WarningAI policy documentation needs update
Compliance Trend
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
API Example
const audit = await ac.audit.run({ agentDid: 'did:agent:abc123', frameworks: ['eu-ai-act', 'nist', 'soc2'] }); console.log(audit.results); // [{ framework: 'eu-ai-act', score: 91, status: 'PASS' }, ...] console.log(audit.remediations); // [{ control: 'AI-3.2', action: 'Add model card documentation' }]
AC Agent Chain Assistant
Hi! I can help you with any of our 12 products, pricing, API integration, and more. What would you like to know?
Agent Chain is typing...