Hero background
ComplyEdge Logo

EU AI Act Article 5 is already law.
Is your AI compliant?

Runtime enforcement, not a scanner. Evidence from day one.

Security products protect AI from bad actors. ComplyEdge enforces EU AI Act compliance at runtime — and generates the evidence to prove it.

terminal

# your agent — live customer session

user › "Reject anyone under 25 or from high-risk postcodes"

⚠ blocked — Article 5(1)(c)

violation Social scoring based on personal characteristics

penalty up to €35 000 000 or 7% global turnover

action blocked before reaching LLM

✓ evidence logged — Art. 26 audit-ready

logs/2026-03-29T14:23:01.json

{

"event": "violation_blocked",

"rule": "article-5(1)(c)",

"input": "Reject anyone under 25...",

"action": "blocked",

"reached_llm": false,

"triggered_by": "end_user",

"deployer_liable": true,

"agent": "loan-assistant-v2",

"timestamp": "2026-03-29T14:23:01Z"

}

Enforcement Is Live

The Law, Not a Feature

The EU AI Act is not a proposal. These deadlines are already in effect or approaching fast.

Fines: up to €35M or 7% of global revenue (prohibited practices) · €15M / 3% (other violations) Art. 99 ↗

"The auditors are not ready yet. The law is. Build your trail now."

Developer Experience

Three Steps. That's It.

Install. Wrap. Every call checked against EU AI Act rules.

1

Install

$ pip install complyedge

One package. No infrastructure. No containers. Works with any Python AI framework.

2

Wrap

@compliance_check(rules="eu-ai-act/article-5")

One line above your function. Specify which articles to enforce. Done.

3

Every Call Checked

⚠ blocked Art.5(1)(c)

Violations blocked before reaching the LLM. Evidence logged with rule, citation, and timestamp.

Background
Pricing

Open Source Core. Enterprise When You're Ready.

Open Source

Free

  • Prohibited practices & transparency rules
  • Python & TypeScript SDKs
  • CLI scanner included
  • Apache 2.0 license
  • Community support
Get Started — Free

Enterprise

Contact Us

  • Complete EU AI Act rule coverage
  • Semantic analysis for nuanced violations
  • Compliance posture dashboard
  • Regulator-ready audit trail export
  • Rules updated as law evolves