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.
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
| Control | Framework | Status | Finding |
|---|---|---|---|
| AI-3.2 | EU AI Act | Warning | Model card documentation incomplete |
| MAP-1.1 | NIST AI RMF | Pass | Risk context properly defined |
| LLM01 | OWASP LLM | Fail | Prompt injection defenses insufficient |
| CC6.1 | SOC 2 | Pass | Access controls properly configured |
| 5.2 | ISO 42001 | Warning | AI policy documentation needs update |
Compliance Trend
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' }]