Table of Contents

Reach SOC 2 Compliance in 6 Weeks or Less.

  /

  / AI Agents & Compliance: Managing Non-Human Access

AI Agents & Compliance: Managing Non-Human Access

78% of organizations have no formal policies for creating or removing AI agent identities, according to a 2026 report from the Cloud Security Alliance and Oasis Security. The same research found that 92% are not confident that their legacy identity and access management tools can handle the risks agents introduce. Those two numbers describe the problem in full: enterprises are deploying autonomous software that reads email, queries databases, and triggers actions across production systems, and most of them cannot say who authorized it, what it can touch, or how they would prove any of that to an auditor.

This is not a future problem. Agents are already operating inside regulated environments governed by the GDPR, HIPAA, SOX, and the EU AI Act. Every access decision an agent makes is a compliance event, whether or not anyone is logging it. This article covers what regulators actually expect, where traditional IAM falls short, and how to build an access framework for AI agents that survives an audit.

AI Agents and Compliance

Understanding the Compliance Landscape for AI Agents

Key Regulations Impacting AI Agent Access

No regulation says “AI agent” and then hands you a checklist. Instead, agents inherit obligations from every framework that governs the data and systems they touch.

Under the GDPR, an agent processing personal data triggers the full set of principles in Article 5: lawfulness, purpose limitation, data minimization, and accountability. If an agent makes decisions that produce legal or similarly significant effects on individuals, Article 22 restrictions on automated decision-making apply as well. HIPAA requires covered entities to implement access controls, audit controls, and integrity protections for electronic protected health information under the Security Rule, and an agent with access to ePHI is subject to the same technical safeguards as a human workforce member. SOX demands that access to financial reporting systems be controlled, segregated, and reviewable, which becomes genuinely difficult when an autonomous agent can touch the general ledger.

The EU AI Act adds an AI-specific layer, and its timeline is widely misunderstood. Following the Digital Omnibus agreement, obligations for standalone high-risk systems under Annex III were deferred to December 2, 2027. But the Article 50 transparency obligations still apply from August 2, 2026, meaning agents that interact with people in the EU must disclose their artificial nature on the original schedule. Treating the Omnibus as a blanket delay is one of the most common compliance mistakes being made right now.

Important: The Digital Omnibus deferred the high-risk regime, not the whole Act. If an AI agent interacts with users in the EU, the August 2, 2026, transparency requirements were not moved, and the AI Office’s enforcement powers go live on the same date. Do not stand down 2026 workstreams based on headlines about the 2027 deferral.

How AI Agents Create New Compliance Risks

Agents break the assumptions most compliance programs are built on. A human user requests access, receives a role, and behaves within a predictable envelope. An agent reasons about its own goals, chains tool calls across systems, and can attempt actions its designers never anticipated. It operates at machine speed and machine volume, so a misconfigured permission produces thousands of non-compliant data touches before anyone notices. And because agents frequently run on shared service accounts or borrowed OAuth tokens, attribution collapses: the audit log says the CRM was queried, but not by whom, for what purpose, or under whose authority.

The Gap Between Traditional IAM Compliance and Agentic AI

Traditional IAM assumes identities are stable, access needs are predictable, and behavior maps to a job description. None of that holds for agents. A 2026 Cloud Security Alliance survey found that 68% of organizations cannot reliably distinguish AI agent activity from human activity in their logs. For a compliance function, that is disqualifying. If you cannot separate agent actions from human actions, you cannot certify access, demonstrate segregation of duties, or respond to a data subject access request with confidence.

Core Compliance Requirements for AI Agent Access

Auditability and Traceability of Agent Actions

Every major framework converges on the same demand: show your work. For agents, a login timestamp is not enough. A defensible audit trail captures the full chain of custody for each action: which agent acted, which human or process delegated the authority, which tool or API was invoked, which data was accessed, and what the outcome was. Gartner’s 2026 Market Guide for what it calls “guardian agents” describes exactly this pattern of recording agent-to-tool-to-target chains for compliance reporting and incident response.

Data Protection and Privacy Obligations

Agents must operate inside the same data protection perimeter as everything else. That means Data Loss Prevention (DLP) controls apply to agent outputs, not just human uploads. It means an agent’s access to personal data needs a lawful basis, documented before deployment, not reverse-engineered after. And it means retention rules follow the data into whatever context window, vector store, or scratchpad the agent moves it into.

Separation of Duties in Autonomous Systems

Separation of duties exists so that no single actor can both commit and conceal an error or a fraud. A single agent granted permissions across procurement, approval, and payment reconstitutes exactly the toxic combination SOX controls were designed to prevent, except now it executes at machine speed. The control translates directly: no agent should hold permission sets that a human in the same process would be prohibited from combining, and multi-agent workflows need the same conflict analysis as human role assignments.

Consent, Purpose Limitation, and Data Minimization

Purpose limitation is the principle that agents most naturally violate. An agent given broad access “to be helpful” will use data collected for one purpose to accomplish another, because nothing in its architecture knows the difference. Compliance-ready agent access means scoping data access to the declared purpose of the task and enforcing that scope technically rather than hoping the system prompt holds.

Insider Note: In practice, the purpose limitation failures we see are rarely dramatic. They look like a support agent enriching a ticket with data pulled from the sales database, or a reporting agent summarizing HR records it was never meant to read. Each incident is small. Under GDPR, each is also a processing activity without a lawful basis, and they accumulate into an audit finding.

SOC 2, ISO 27001 and HIPAA done for you. Fixed fee, 100% audit pass rate.

Audit-ready in 6 weeks. Not 6 months.

Managing Access for AI Agents in a Compliant Way

Assigning Verifiable Identities to AI Agents

The foundational control is the simplest to state: every agent gets its own identity. No shared service accounts, no borrowed human credentials, no anonymous API keys. Each agent identity carries an owner (a named human accountable for it), a declared purpose, an access scope, and a lifecycle with a defined end. This is the Non-Human Identity (NHI) discipline that already governs service accounts and is extended with attributes agents specifically need: model version, delegation chain, and risk tier.

Applying Least Privilege and Just-in-Time Access

The Principle of Least Privilege does more compliance work for agents than any other single control. Standing privilege is where agent risk concentrates, because an always-on identity with broad permissions is a permanent attack surface and a permanent audit liability. The pattern that works is zero standing privilege with Just-in-Time grants: the agent receives narrowly scoped access at the moment a task requires it, and the grant expires when the task completes. This aligns directly with Zero Trust Architecture as defined in NIST SP 800-207, which treats every access request as untrusted until verified, regardless of who or what is asking.

Human-in-the-Loop Controls for High-Risk Actions

Not every action deserves autonomy. Human-in-the-Loop (HITL) checkpoints belong wherever an action is irreversible, touches regulated data categories, crosses a monetary threshold, or produces effects on individuals. A useful heuristic: require approval for any action the organization would require a second signature on if a human performed it.

Delegated Authority: When Agents Act on Behalf of Users

Most enterprise agents act on behalf of a specific person, and the access model must reflect that. Delegated authorization means the agent’s effective permissions are the intersection of its own scope and the delegating user’s entitlements, never more. OAuth 2.0 token exchange and emerging patterns around the Model Context Protocol (MCP) make this technically implementable: the agent carries a token that encodes both who it is and on whose behalf it acts. When the delegating user loses access, the agent’s derived access dies with it.

Pro Tip: Encode the Delegation Chain

Encode the delegation chain into the credential itself, not just the log. A token that asserts "agent X, acting for user Y, for purpose Z, expiring at T" turns attribution from a forensic reconstruction exercise into a property of every request. Auditors respond very differently to controls that are structural rather than procedural.

Building a Compliance-Ready Access Framework

Policy-as-Code for Consistent Enforcement

Written policy does not constrain software; enforced policy does. Policy-as-Code expresses access rules as machine-readable definitions evaluated at runtime, which gives compliance teams two things they have never had: guaranteed consistency between the documented control and the operating control, and version-controlled evidence of exactly what policy was in force at any moment in time. When an auditor asks what governed agent access was on a given date, the answer is a git commit, not a memo.

Mapping Agent Permissions to Regulatory Controls

Each agent’s permission should trace to the control framework it satisfies or threatens. An agent’s read access to customer records maps to GDPR Article 32 security measures and to SOC 2 logical access criteria. Its write access to a financial system maps to SOX ITGC change and access controls. This mapping turns access reviews from a technical exercise into a compliance one, and it produces the traceability matrix auditors ask for on day one.

Continuous Access Reviews and Certification

Quarterly access certification made sense when access changed quarterly. Agent access changes hourly. Continuous compliance for agents means automated detection of scope drift, unused permissions, expired ownership, and behavioral anomalies, with human certification reserved for exceptions and high-risk entitlements. The review cadence should follow the identity’s velocity, not the calendar.

Immutable Audit Logs for Regulatory Evidence

Agent audit logs must be tamper-evident, retained per the strictest applicable regime, and rich enough to reconstruct decisions, not just actions. Write-once storage, cryptographic chaining, or an append-only ledger all satisfy the requirement; a mutable database table that the agent itself can write to does not. The test is simple: could the log survive a challenge from a regulator who suspects it was edited after the incident?

Compliance Challenges Unique to AI Agents

Non-Deterministic Behavior and Accountability Gaps

The same agent, given the same task twice, may take different paths. That non-determinism collides with compliance frameworks that assume controls produce repeatable outcomes. The resolution is to shift assurance from the agent’s behavior to the boundary around it: you cannot certify what the model will decide, but you can certify what it is structurally capable of accessing. Deterministic guardrails around a non-deterministic core are the pattern regulators are converging on.

Multi-Agent Chains and Responsibility Attribution

When an orchestrator agent delegates to a research agent that calls a retrieval agent that touches a regulated dataset, responsibility smears across the chain. Without propagated context, the last agent’s log entry is meaningless. Every hop in a multi-agent chain must carry the originating identity, the delegation path, and the purpose, so the final data access can be attributed all the way back to a human owner.

Cross-Border Data Access and Jurisdictional Issues

An agent does not know it just moved personal data from Frankfurt to a us-east-1 inference endpoint. Transfer restrictions under GDPR Chapter V apply to agent-mediated flows exactly as they do to human-initiated ones, and data residency commitments in customer contracts do not contain an exception for context windows. Region-pinning inference, filtering data before it reaches the model, and logging data location at each hop are all becoming standard controls.

Shadow AI Agents and Ungoverned Access

The most dangerous agent is the one the compliance team does not know exists. Shadow AI now includes agents spun up by business units on SaaS platforms, embedded in procured software, or wired together by an enthusiastic employee with an API key. The 2026 CSA research on token sprawl found that more than 16% of organizations do not track the creation of AI-related identities at all. Discovery, not policy, is the first control: you cannot govern access you cannot see.

Worth Knowing: Shadow Agents

Shadow agents rarely arrive through the front door. The most common vectors are OAuth grants approved by individual users ("this app wants access to your calendar and files"), and agent features switched on inside SaaS tools the organization already licenses. Reviewing tenant-wide OAuth consents is often the fastest way to build a first agent inventory.

Demonstrating Compliance to Auditors and Regulators

Evidence Collection for AI Agent Activity

Auditors will ask for the same categories of evidence they ask for with human access: an inventory, an access matrix, provisioning and deprovisioning records, review attestations, and logs. The difference is volume and structure. Evidence collection for agents has to be automated at the source, with logs structured so that a sampled agent action can be traced from trigger to data access to outcome without manual archaeology.

Reporting on Access Decisions and Policy Violations

A mature program reports on denials as well as grants. Blocked actions, policy violations, HITL escalations, and overridden guardrails are the most persuasive evidence that controls operate, because they show the system saying no. Trend these over time, and they double as a risk signal: a rising violation rate on one agent usually means its scope, its prompt, or its task has drifted.

Aligning With NIST AI RMF and ISO/IEC 42001

Two frameworks give agent access governance a recognized structure. The NIST AI Risk Management Framework organizes the work into Govern, Map, Measure, and Manage functions, and its Govern function explicitly covers accountability structures and role definition, which is where agent ownership and delegation policy live. ISO/IEC 42001, the certifiable AI management system standard, requires organizations to control AI systems across their lifecycle, and access control evidence feeds directly into its operational controls. Organizations already holding ISO 27001 will find that 42001 extends the same management-system logic to AI, with agent identity and access as a natural bridge between the two.

Implementation Roadmap

Implementation Roadmap for Access Compliance

Step 1: Inventory All AI Agents and Their Access Scopes

Start with discovery across four surfaces: agents built in-house, agent features inside licensed SaaS, agents connected via OAuth or API keys, and automation platforms that now embed LLM steps. For each, record the owner, purpose, credentials, effective permissions, and the data categories reachable. Expect the inventory to be larger than anyone predicted. It always is.

Step 2: Define Compliance-Aligned Access Policies

Translate regulatory obligations into access rules: which data categories agents may touch, which actions require HITL approval, maximum privilege durations, delegation requirements, and prohibited permission combinations. Write these as Policy-as-Code from the start rather than as documents to be codified later.

Step 3: Deploy Runtime Enforcement and Monitoring

Move enforcement into the request path. Issue per-agent identities, replace standing credentials with JIT grants, insert policy evaluation at the gateway or MCP layer where agent tool calls flow, and stream every decision into the immutable log. Runtime enforcement is what separates a governance program from a governance binder.

Step 4: Establish Ongoing Governance and Review Cycles

Assign every agent a human owner with renewal obligations. Run continuous automated reviews with human certification for exceptions. Feed violations and incidents back into policy updates. And revisit the framework against the regulatory calendar, because between the EU AI Act’s staged deadlines and the steady expansion of state and sectoral AI rules, the obligations will not sit still.

SOC 2, ISO 27001 and HIPAA done for you. Fixed fee, 100% audit pass rate.

Audit-ready in 6 weeks. Not 6 months.

Conclusion

AI agents turn access management into the center of AI compliance. The organizations that will pass their audits are the ones that treat every agent as a first-class identity with an owner, a scope, a lifecycle, and a trail: least privilege enforced at runtime, delegation encoded in credentials, policy expressed as code, and evidence collected automatically. None of the underlying principles are new. Auditability, minimization, and separation of duties predate agents by decades. What is new is that they must now be enforced against software that reasons, at a speed and scale no quarterly review was designed for. Build the framework before the regulators, or the incident forces the timing.

Frequently Asked Questions

Do AI agents need their own identity for compliance purposes?

Yes, in practice. No regulation names agent identity explicitly, but the obligations regulations do impose (attribution, auditability, least privilege, and access certification) are unachievable when agents share credentials with humans or with each other. A distinct, owned, scoped identity per agent is the control that makes every other control possible.

Audit the boundary, not the reasoning. Capture the full chain for each action: triggering event, delegating identity, policy evaluated, tool invoked, data accessed, and outcome, in an immutable log. You cannot re-derive why a model chose a path, but you can demonstrate what it was permitted to do, what it actually did, and that the two matched.

Almost none, by name. The EU AI Act imposes transparency, human oversight, and logging duties that apply to agentic systems, with high-risk obligations under Annex III now applying from December 2, 2027, and Article 50 transparency duties from August 2, 2026. GDPR, HIPAA, SOX, and PCI DSS govern agent access indirectly through their data protection and access control requirements. NIST AI RMF and ISO/IEC 42001 provide the voluntary and certifiable frameworks that address agent governance most directly.

The organization deploying it, and within the organization, the named human owner of the agent. Regulators have shown no appetite for treating autonomy as a liability shield; under GDPR, the controller remains responsible for processing regardless of how automated it is. This is why human-to-agent attribution is a foundational control rather than a nice-to-have.

The principles are identical; the mechanics invert. Human compliance relies on stable identities, standing roles, and periodic review. Agent compliance requires ephemeral identities, zero standing privilege, runtime policy enforcement, and continuous review, because agents change faster, act faster, and behave non-deterministically. Controls that were procedural for humans must become structural for agents.

Partially, and confidence is low: 92% of organizations in the 2026 CSA and Oasis Security research doubted their legacy IAM could manage AI-driven identity risk. Existing IAM handles authentication and basic credential lifecycle. What it typically lacks is per-task JIT authorization, delegation-aware tokens, intent-based policy evaluation, and agent behavioral monitoring. Most organizations extend their IAM stack with agent-specific controls rather than replacing it.

Axipro Author

Picture of Pedro Dias

Pedro Dias

Pedro has been writing online for over 10 years. With experience in all things programming, cyber security, and compliance, he is our editor-in-chief at Axipro.

Blog Highlights

Explore More Articles

One in five organizations has already suffered a breach traced back to shadow AI. Meanwhile, 63% of breached organizations either have no AI governance policy at all or are still drafting one. Below is a complete, copy-ready shadow AI policy template with twelve sections, plus guidance on adapting it for your company size, your industry, and the regulatory frameworks you answer to. The template assumes one hard truth up front: your employees are already using unapproved AI tools. A policy that pretends adoption hasn’t started yet fails on day one, so this one starts from the assumption that it has. What Is a Shadow AI Policy? A shadow AI policy is a formal document that defines how your organization discovers, evaluates, approves, and governs AI tools that employees adopt outside official IT channels. The term borrows from shadow IT, the older problem of unsanctioned software and hardware, but the AI version carries sharper risks: data pasted into a public model may be retained, used for training, or exposed in ways the organization can’t reverse. The policy does three jobs: it separates approved use from unapproved use, gives employees a fast and visible way to request new tools so the sanctioned route beats the workaround, and spells out what happens when someone crosses the line, including how the organization detects it and responds. Shadow AI Policy vs. General AI Acceptable Use Policy Many organizations already have an AI acceptable use policy (AUP) and assume it covers shadow AI. It usually doesn’t. An AUP tells employees how to behave inside approved tools. A shadow AI policy governs the tools themselves: which ones exist in your environment, which ones are allowed, and what happens with the rest. You need both. The AUP handles conduct; the shadow AI policy handles inventory and control. If you only have room for one document, fold the AUP’s data-handling rules into Section 6 of the template below. Let Axipro help you build a business continuity plan that’s practical, compliant, and audit-ready. Strengthen Your Business Continuity Strategy​ Schedule A Consultation The Shadow AI Policy Template (Download Link and Copy-Ready Sections) We’ve created a compliance safe template for Shadow AI Policy, use the link below to create a copy and customize for your company: Download The Shadow AI Policy Template → Copy the sections below into your policy management system and replace the bracketed placeholders. The language is plain on purpose. Legalese gets skimmed. Section 1: Purpose and Scope This policy governs the acquisition, approval, and use of artificial intelligence tools, features, and services at [Company]. It applies to all employees, contractors, interns, and third parties with access to [Company] systems or data. It covers standalone AI applications, AI features embedded in existing software, browser extensions, AI agents, APIs, and personal AI accounts used for work purposes, on both corporate and personal devices. The purpose of this policy is to enable productive AI use while protecting [Company] data, customers, and legal obligations. This policy does not prohibit AI. It prohibits ungoverned AI. That last sentence matters. Employees read the purpose statement first, and it decides whether they see the policy as an enabler or a blocker. Section 2: Definitions and Terminology Shadow AI: any AI tool, feature, agent, or service used for work purposes without formal approval under this policy. Approved AI Tool: an AI tool listed in the Approved AI Tools Registry (Section 4) and used under a [Company]-managed account. Personal AI Account: an account on any AI service registered to a personal email address or paid for personally. AI Feature: AI functionality embedded within otherwise approved software (e.g., an AI assistant added to a project management tool), which requires separate evaluation. Sensitive Data: data classified as [Confidential] or [Restricted] under [Company]‘s data classification policy, including the prohibited data classes in Section 6. Define “AI feature” explicitly. Vendors now ship AI additions into already-approved SaaS products every month, and without this definition, those features inherit approval they never earned. Section 3: Roles and Responsibilities The CISO (or designated security lead) owns this policy, maintains the Approved AI Tools Registry, and runs the approval workflow. Department heads ensure their teams know the policy and surface tool requests rather than suppressing them. Legal and Compliance review tools that touch regulated data or fall under the EU AI Act, GDPR, HIPAA, or client contractual restrictions. IT operates detection and monitoring controls (Section 9). Every employee is responsible for using only approved tools for work, reporting unapproved AI use they discover, and requesting new tools through the workflow in Section 7 rather than adopting them directly. Insider Note: In organizations under roughly 200 people, the “CISO” in this section is often the same overworked IT lead who manages laptops. Name a real person, not a title that doesn’t exist yet. A policy that assigns duties to a phantom role is unenforceable, and auditors notice. Section 4: Approved AI Tools Registry [Company] maintains a registry of approved AI tools at [location/URL]. For each tool, the registry records: tool name and vendor, approved use cases, prohibited use cases, permitted data classes, account type (enterprise/team/individual), data retention and training settings, risk tier (Section 5), approval date, and next review date. Only tools listed in the registry may be used for work. Tools not listed are unapproved by default. The registry is reviewed [quarterly]. Keep the registry somewhere employees actually look, such as your intranet homepage or IT help center, not buried in a GRC platform they can’t access. An invisible registry recreates the problem the policy exists to fix. Section 5: Risk Tier Classification (Low, Medium, High) Each tool in the registry is assigned a risk tier. Low: the tool processes only public or internal non-sensitive data, runs under an enterprise agreement with training opt-out, and produces output that a human reviews before use. Approval by IT Security alone. Medium: the tool processes internal business data or connects to [Company] systems via API or integration. Approval by IT Security plus the data owner. High: the

Legacy threat modeling frameworks such as STRIDE were designed for software that behaves the same way over and over again. Agentic AI does no such thing. It can rewrite its own plan mid-task, call external tools, negotiate with other agents, and produce a different output from identical input. MAESTRO exists because none of the legacy threat modeling frameworks were built to handle that. MAESTRO stands for Multi-Agent Environment, Security, Threat, Risk, and Outcome. It is a seven-layer threat modeling framework created specifically for agentic AI systems, and it has become the closest thing the industry has to a standard method for reasoning about agent security. Understanding MAESTRO in the Context of Agentic AI What MAESTRO Stands For Each word in the acronym carries meaning. Multi-Agent Environment signals that the framework models entire ecosystems of interacting agents, not a single model behind an API. Security, Threat, Risk covers the core discipline: identifying attack surfaces, cataloging threats, and assessing likelihood and impact. Outcome is the part most frameworks skip. MAESTRO asks what an attack actually produces in the real world, because an autonomous agent with tool access turns a compromised prompt into a compromised action. The Origin of MAESTRO (Cloud Security Alliance) The Cloud Security Alliance published MAESTRO in February 2025. Its creator is Ken Huang, Co-Chair of the CSA AI Safety Working Groups and CEO of DistributedApps.ai. The CSA has since applied the framework publicly to real systems, including OpenAI’s Responses API and Google’s A2A protocol, which gives practitioners worked examples rather than just theory. The framework is openly published, and the CSA maintains an official companion tool, the MAESTRO Threat Analyzer, on GitHub. SOC 2, ISO 27001 and HIPAA done for you. Fixed fee, 100% audit pass rate. Audit-ready in 6 weeks. Not 6 months. Schedule Free Assessment Why Traditional Frameworks Fall Short for Agentic AI STRIDE, PASTA, LINDDUN, and OCTAVE all share a founding assumption: the system under analysis follows predictable logic with clearly defined boundaries. You draw the data flow diagram, mark the trust boundaries, and enumerate threats against components that behave deterministically. Agentic AI breaks every part of that assumption. Unique Security Challenges of Autonomous Agents Agents introduce three properties that legacy models cannot express. Non-determinism means the same input can produce different behavior, so you cannot enumerate execution paths in advance. Autonomy means the agent makes decisions and takes actions without a human approving each step, which collapses the usual assumption that a person sits between intent and execution. And in multi-agent systems there is often no stable trust boundary: agents delegate to other agents, consume tool outputs from external servers via protocols like the Model Context Protocol (MCP), and update their own memory and goals at runtime. The Gap Between Legacy Frameworks and Agent-Based Systems The practical consequence is coverage gaps. STRIDE has no category for goal manipulation, where an attacker gradually steers what an agent is trying to achieve. PASTA assumes attacker objectives and data flows are fixed, which fails for systems that learn and adapt during operation. LINDDUN addresses privacy but says nothing about agent collusion or memory poisoning. A threat model built purely on these frameworks will pass review and still miss the attacks that matter most in an agentic deployment. How MAESTRO Addresses Agentic-Specific Risks MAESTRO does not discard the older frameworks. It extends them with a layered reference architecture, an AI-specific threat catalog for each layer, and, critically, explicit analysis of how threats propagate between layers. That cross-layer lens is the framework’s real contribution, because most serious agentic incidents are chains: poisoned data influences a model, the model misleads an agent, and the agent takes an unauthorized action three layers away from where the attack started. The Seven Layers of the MAESTRO Framework MAESTRO decomposes any agentic system into seven layers, each with its own threat landscape. Layer 1: Foundation Models The core LLMs or other models the agents reason with. Threats here include adversarial examples, model extraction, backdoored weights, and jailbreaks that bypass safety training. If the model is a third-party API, supply chain risk lives at this layer too. Layer 2: Data Operations Everything the agent ingests, stores, and retrieves: training data, RAG pipelines, vector databases, and agent memory. Data poisoning and memory tampering are the signature threats at this layer, and they are especially dangerous because a poisoned memory persists across sessions and keeps shaping future decisions long after the initial attack. Layer 3: Agent Frameworks The orchestration software that turns a model into an agent: LangChain, CrewAI, AutoGen, custom planners, and tool-calling logic. Threats include prompt injection through tool outputs, insecure tool definitions, and manipulation of the planning loop itself. Layer 4: Deployment Infrastructure The servers, containers, and cloud services the agents run on. The CSA’s threat catalog here reads like traditional cloud security with an agentic twist: compromised container images carrying malicious agent code, Kubernetes orchestration attacks, denial of service against agent runtimes, and tampering with Infrastructure-as-Code templates that provision agent resources. Layer 5: Evaluation and Observability The systems that monitor, evaluate, and debug agent behavior. This layer is often forgotten, and attackers know it. The CSA specifically flags poisoning observability data: manipulating the telemetry fed to monitoring systems so that incidents stay hidden from security teams while malicious activity continues. Layer 6: Security and Compliance MAESTRO treats this as a vertical layer that cuts across all others: identity and access management, guardrails, policy enforcement, and compliance controls. Threats include permission escalation, guardrail bypass, and compromise of the security agents themselves in architectures where AI enforces policy on other AI. Layer 7: Agent Ecosystem The environment where agents interact with users, other agents, and marketplaces. This is where the genuinely novel threats live: agent impersonation, misleading agent capability cards, tool squatting, and collusion between agents to achieve outcomes no single agent was authorized to pursue. Insider Note: In real assessments, Layers 5 and 6 expose the maturity gap fastest. Most teams’ shipping agents can describe their model and their orchestration framework in detail, then

EU AI Act Hiring Map

AXIPRO STUDY New Study: Europe is hiring AI builders faster than AI governance professionals Axipro analyzed 3,519 AI-related job postings across eight EU countries. For every professional hired to keep AI lawful, safe and accountable, nearly seven were hired to build more of it, and the gap is widest exactly where you’d least expect. Take EU AI ACT READINESS QUIZZ 16 AI Builders : 1 AI Governors Sweden — Europe’s widest AI governance gap 3,519 Job Postings Analyzed 8 EU Countries 2 Role Categories: Builders vs Governors July 2026 Date of Job Postings Analyzed The findings Finding 1: Sweden hires 16 AI builders for every 1 person to govern them Throughout our data-set we found the same pattern across all eight countries: the more a nation hires to build AI, the less it hires to govern it. France runs eleven builders to every governor. Even Ireland, the most balanced in Europe, looks responsible mainly because the US tech giants headquartered there import global-governance discipline under overlapping DORA and AI Act pressure.  3.5→16 builders hired per governor, Europe’s most balanced country to its least. Ireland 3.5 Germany 5.7 Spain 6.0 Italy 7.1 Netherlands 7.2 Belgium 7.9 France 11.4 Sweden 16:1 0 4 8 12 16 Builders hired per AI governor Source: Axipro, 2026 Sweden has one of the strongest engineering cultures in Europe. It also carries the widest governance gap we measured: sixteen AI builders hired for every person hired to govern them. France sits close behind at eleven to one. The most balanced country, Ireland at 3.5 to one, looks responsible for a reason that has little to do with virtue. The US tech giants headquartered in Dublin import global governance discipline, and they do it under the combined weight of the AI Act and DORA, the EU financial-sector resilience regime in force since January 2025. Engineering strength does nothing to close a governance gap, and it may widen it. A country that ships AI faster produces more systems that fall under the Act’s scope and, on this evidence, fewer people positioned to document, monitor, and defend them. Being good at building AI offers no protection against governing it badly. The countries most confident in their technical talent are running the largest deficit against the law. Explore AI governance hiring by country Click any country to see how many AI builders it hires for every governance professional, and where it ranks against the rest of Europe. Germany — 5.7 builders per governorDE France — 11.4 builders per governorFR Spain — 6.0 builders per governorES Italy — 7.1 builders per governorIT Netherlands — 7.2 builders per governorNL Belgium — 7.9 builders per governorBE Ireland — 3.5 builders per governorIE Sweden — 16 builders per governorSE 3.5 — balanced 16 — widest gap Source: Axipro, 2026 Sweden 16builders for every governance professional Rank 1 of 8 · 20 governance roles vs 319 builder roles posted Only 30% of the AI governance roles name the AI Act Share this Embed this map Copy & paste — links back to Axipro Copy embed code Branded, one paste, backlink included. × Share this country insight Share this AI governance gap X / Twitter LinkedIn Facebook WhatsApp Bluesky Email Copy link Choose a platform or copy the link. A view of the same country-level dataset behind the interactive map: governance roles, builder roles, builder-to-governance ratio, and the share of governance postings that name the EU AI Act. AI governance jobs Europe statistics by country: governance roles, builder roles, builder-to-governance ratio and AI Act mention percentage. Country Governance roles Builder roles Builder-to-governance ratio AI Act mention % Sweden 20 319 16.0:1 30.0% France 39 443 11.4:1 38.5% Belgium 38 299 7.9:1 39.5% Netherlands 61 439 7.2:1 31.1% Italy 40 284 7.1:1 45.0% Spain 64 384 6.0:1 28.1% Germany 88 501 5.7:1 27.3% Ireland 96 335 3.5:1 14.6% Source: Axipro analysis of AI builder, governance and compliance job postings across eight European countries. “AI Act mention %” is the share of governance postings that explicitly name the EU AI Act. Finding 2: The law nobody names. Most AI governance jobs still do not mention the EU AI Act Europe spent years drafting the AI Act. It cleared the European Parliament, survived the Digital Omnibus revisions, and now carries penalties that reach €35 million or 7% of global turnover for the most serious breaches, a ceiling that makes GDPR fines look modest. Yet fewer than three in ten of the governance roles created to handle it actually name the law in the job description. Among builder roles, the figure collapses to one in twenty-five. More than 7 in 10 Governance job descriptions do not mention the EU AI Act. This number rises to 9 in 10 for all AI job descriptions. Despite hiring for governance, risk, privacy, and compliance roles, most employers are not yet translating the EU AI Act into explicit job requirements. That disconnect should stop you. The people being hired to make Europe compliant are, for the most part, not being hired against the Act by name. They are titled around adjacent ideas: risk, ethics, model validation, data protection. Some of that work will map onto the Act’s requirements. Much of it will not, because a role written without the regulation in view rarely produces the conformity assessments, technical documentation, and human-oversight structures the Act specifically demands. Readiness is even thinner than the headcount suggests. Simply counting governance hires overstates how many people are actually working the law. What job descriptions actually name The EU AI Act is visible in governance roles — but still absent from most job ads. Across the laws and frameworks most relevant to AI governance hiring, the EU AI Act appears in fewer than three in ten governance postings, and only 4% of builder postings. Law or framework Governance roles naming it Builder roles naming it All roles naming it Governance mentions EU AI Act 28.5% 4.0% 7.6% 127 GDPR 26.9% 5.7% 9.6% 120 ISO 27001 11.4% 1.3% 2.8% 51