Zum Inhalt springen
>_<
AI EngineeringWiki

Compliance

AI Agent Legal Framework — EU AI Act Compliance

From risk assessment to a complete compliance package: how SMEs deploy digital employees legally.

Reading time: 16 minLast updated: March 2026
📋 At a Glance

From August 2026, companies deploying AI agents with customer contact must meet extensive compliance requirements. This framework connects the EU AI Act and GDPR into a practical process: risk assessment, document generation, killswitch configuration and tamper-proof hash chain. A wizard guides through the entire process.

The Problem: Two Laws, No Tool

Anyone deploying an AI agent in production must comply with two regulatory frameworks simultaneously: the EU AI Act (transparency, risk assessment, logging) and GDPR (data protection, processing records, data subject rights). For large enterprises, expensive compliance platforms exist (EUR 50,000+/year). For SMEs, as of March 2026, no comparable product exists.

The result: most SMEs either ignore the topic or create documents manually in Word — with no connection between documents and no link to the actual agent configuration.

⚠️ Deadline: August 2, 2026

EU AI Act transparency obligations (Art. 50) apply from this date. GDPR obligations (Art. 30, 35) already apply NOW for anyone processing personal data. Penalty: up to EUR 20 million or 4% of global annual turnover.

Legal Requirements Overview

RequirementLegal SourceDeadlineMax. Penalty
AI labeling at first contactEU AI Act Art. 50(1)02.08.2026EUR 15M / 3%
Machine-readable content markingEU AI Act Art. 50(2)02.08.2026EUR 15M / 3%
Human oversight / killswitchEU AI Act Art. 1402.08.2026EUR 15M / 3%
Automatic log retention (min. 6 months)EU AI Act Art. 1202.08.2026EUR 15M / 3%
Processing recordsGDPR Art. 30NOWEUR 20M / 4%
DPIA before deploymentGDPR Art. 35NOWEUR 20M / 4%
Right to human reviewGDPR Art. 22NOWEUR 20M / 4%

The Wizard Approach: Documents and Configuration from One Process

Core principle: compliance documents and agent configuration are generated in the same process. Not set up the agent first and then catch up on documentation — but both simultaneously. Only this way do reality and documentation match.

8-Step Wizard:

1

Agent Identity

Define name, email, company, role and tasks

2

Risk Assessment

Questionnaire: Limited Risk or High Risk? 10-15 questions

3

Scope & Permissions

Which systems? Read/Write/Create per system

4

GDPR Compliance

DPIA, processing records, privacy notice (auto-populated)

5

EU AI Act Compliance

Art. 50 Transparency Kit: email signature, social bio, voice announcement

6

Killswitch & Human Oversight

3-level killswitch: PAUSE, STOP, DECOMMISSION

7

Generate Agent Configuration

SOUL.md, network policy, vault, start script

8

Finalize Compliance Package

PDF export, hash chain, git commit, ERP tracking

Risk Assessment: Limited Risk vs. High Risk

The EU AI Act distinguishes between risk classes. Most SME agents (customer service, email, social media) fall under "Limited Risk" — with transparency obligations but without the heavy requirements for high-risk systems.

QuestionIf YES...Risk Class
Does the agent make decisions with legal effect?High Risk (Annex III)HIGH
Does the agent process biometric data?High Risk or prohibitedHIGH
Does the agent evaluate people (scoring, profiling)?High RiskHIGH
Does the agent only interact with customers (info, support)?Limited RiskLIMITED
Does the agent only create content (text, image)?Limited RiskLIMITED
💡 For Most SME Agents: Limited Risk

An agent that answers emails, posts on social media or forwards customer inquiries is typically Limited Risk. This means: transparency obligations (labeling) but no DPIA under EU AI Act Art. 9 and no conformity assessment. The GDPR DPIA may still be required.

3-Level Killswitch: Human Oversight per Art. 14

LevelActionWhen to Use
Level 1: PAUSEAgent stops, saves state, waits for resumeAgent behaves unexpectedly, situation unclear
Level 2: STOPImmediately terminate, cancel all running actionsAgent making errors that could cause damage
Level 3: DECOMMISSIONPermanently deactivate, revoke keys, archive logsAgent no longer needed or compromised
ℹ️ Who Can Operate the Killswitch?

This is defined in the wizard. Typical setup: the owner (CEO) can trigger all 3 levels. Team members can trigger Level 1 (PAUSE). Automated systems can trigger Level 1 on anomaly detection. Level 3 (DECOMMISSION) should always be manual.

Hash Chain: Tamper-Proof Documentation

Compliance documents must be provably unaltered. A SHA-256 hash chain ensures every change is traceable. If an old document is tampered with, all subsequent hashes break.

Hash chain principle:

Document v1  →  SHA-256: a1b2c3...  (previous: null)
Document v2  →  SHA-256: d4e5f6...  (previous: a1b2c3...)
Document v3  →  SHA-256: g7h8i9...  (previous: d4e5f6...)

Tamper with v1?
→ Hash of v1 changes
→ previous_hash of v2 no longer matches
→ Chain is broken = tampering detected
ℹ️ Not Blockchain, Not eIDAS

A hash chain is NOT a blockchain. It runs locally, needs no network and no cryptography infrastructure. It only proves that documents were not altered after the fact. For legally binding electronic signatures you need eIDAS / qualified signatures — that is a separate topic.

Market Situation: No SME Product Available

ProviderTargetCost/YearAgent-Specific?
Credo AIEnterpriseEUR 50,000+Yes, but not for SMEs
Holistic AIEnterpriseEUR 50,000+Partially
OneTrustEnterpriseEUR 50,000+No, generic
AI Agent Legal FrameworkSMEOpen source (engine)Yes, incl. agent configuration
ℹ️ AI Act Awareness Among SMEs

Studies show: only 56 out of 100 DACH SMEs know about the EU AI Act (compared to 82 out of 100 for GDPR). Awareness is low, the deadline is close. Those who start now have an advantage.

Das Wichtigste

  • EU AI Act Art. 50 deadline: August 2, 2026. Transparency obligations for ALL AI systems with customer contact.
  • GDPR obligations (Art. 30, 35) already apply NOW. A DPIA is required before deploying an AI agent.
  • Compliance documents and agent configuration must come from the same process — otherwise documentation will not match reality.
  • 3-level killswitch (PAUSE, STOP, DECOMMISSION) is the practical path to Human Oversight per Art. 14.
  • Hash chain (SHA-256) makes compliance documents tamper-proof — no blockchain needed, runs locally.
  • No SME compliance tool exists currently. Those who act now gain an advantage before the deadline.

Sources

War dieser Artikel hilfreich?

Next step: operationalize compliance

Use ready-to-run GDPR templates, checklists and practical guidance for AI systems that need documentation and auditability.

Why AI Engineering
  • Local and self-hosted by default
  • Documented and auditable
  • Built from our own runtime
  • Made in Austria
Not legal advice.