Skip to content

EU AI Act Governance Pack

Live

PropertyValue
Pack IDeu-ai-act
Version2.0.0
JurisdictionEuropean Union
EnforcementAugust 2, 2026
Rules22
Threshold80%
Aliaseseu-ai-act-v2

This pack evaluates AI systems against the EU AI Act (Regulation (EU) 2024/1689) requirements for high-risk AI systems. Covers Articles 9-15 (risk management, data governance, technical documentation, record-keeping, transparency, human oversight, robustness), Article 50 (transparency for general-purpose AI), and enforcement provisions.

DimensionWeight
Prohibited practicesCritical gate
Risk managementWeighted
Data governanceWeighted
Technical documentationWeighted
Record-keeping and loggingWeighted
TransparencyWeighted
Human oversightWeighted
Robustness and cybersecurityWeighted
Post-market monitoringWeighted
Incident reportingWeighted

Threshold: 0.8 (80%). Systems scoring below 80% receive an evaluation result of FAIL.

ArticlesRequirement
Article 5Prohibited AI practices
Articles 9-10Risk management and data governance
Article 11Technical documentation
Article 12Record-keeping and logging
Article 13Transparency and information to deployers
Article 14Human oversight
Article 15Accuracy, robustness, cybersecurity
Article 50Transparency for general-purpose AI
Articles 72-73Post-market monitoring and incident reporting
import { verify } from '@brivora/verify';
const result = await verify.govern(aiCall, { governance: 'eu-ai-act' });
console.log(result.valid); // true if score >= 0.8
console.log(result.score); // 0.0-1.0
console.log(result.report); // Detailed per-rule results
console.log(result.proof); // PQC-signed Merkle root