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

Two compromised versions of LiteLLM sat on PyPI for roughly 40 minutes on the morning of March 24, 2026. That window was enough to capture secrets from around 434,000 CI/CD pipeline runs across nearly 2,500 organizations, including AWS, Samsung, Cisco, Salesforce, Siemens, and Deloitte. In August, researchers at CloudSEK and Hudson Rock confirmed they had obtained the raw exfiltrated data: a 153GB archive containing 433,909 files of environment variables, cloud keys, Kubernetes secrets, and API tokens harvested live from running pipelines, as covered by Help Net Security’s reporting on the credential archive. If LiteLLM runs anywhere in your stack, or you touch any AI proxy infrastructure at all, you need answers to three things: whether you were exposed, what to rotate first, and whether the rotation you did back in March actually held. That last one matters more than it sounds, because “we rotated everything” has already burned at least one very large company. How the Breach Happened The attack didn’t start with LiteLLM. On March 19, 2026, a threat group called TeamPCP compromised the build pipeline of Trivy, a vulnerability scanner half the industry runs, and pushed a poisoned release. LiteLLM’s own CI pipeline ran Trivy, so the poisoned scanner had legitimate read access to the project’s runner environment. The attackers used that to steal LiteLLM’s PyPI publishing tokens and ship two malicious releases of their own: versions 1.82.7 and 1.82.8. KICS and the Telnyx Python SDK got hit in the same campaign. The payload design is the part worth studying. The malicious package dropped a .pth startup hook into site-packages, so the code ran the moment any Python interpreter started on the machine, whether or not anything imported LiteLLM. From there it harvested environment variables, read local credential files like .aws/credentials and .kube/config, tried to move laterally across Kubernetes clusters, and installed a systemd backdoor dressed up as a generic telemetry service. InfoQ’s coverage of the PyPI compromise put downloads of the compromised release above 40,000. For scale, LiteLLM normally gets downloaded around 3 million times a day. The exfiltration had a nasty fallback, too. According to CloudSEK, stolen data was encrypted and sent to a typosquatted domain, and when that failed, the malware created a public repository inside the victim’s own GitHub account and uploaded the loot as a release asset. Some companies were publishing their own secrets to the open internet and had no idea. Worth Knowing: The malicious code only existed in the PyPI artifacts. The GitHub source repository stayed clean the whole time, so a developer reviewing the code on GitHub saw nothing wrong. Source review isn’t artifact verification. If you don’t check that what the registry serves matches the upstream source, this class of attack is invisible to you. How to Check If You Were Exposed Three checks, from quickest to most involved. 1. Confirm whether the compromised versions ever ran The malicious versions went live on PyPI at 10:39 UTC on March 24, 2026 and got quarantined about 40 minutes later. The project’s advice: treat any install from that day before 16:00 UTC as suspect. Search your lockfiles, pip caches, SBOMs, and container image histories for 1.82.7 and 1.82.8. And check your internal artifact mirrors. An Artifactory or Nexus proxy that cached the bad release in March can keep serving it internally long after PyPI pulled it. Keep the .pth mechanism in mind when you scope this. The question isn’t “which applications import LiteLLM,” it’s “which machines had the package installed at all,” because every Python process on an infected machine triggered the payload. 2. Hunt for persistence Rotation is pointless if the attacker still has a foothold. Check developer machines, CI runners, and containers for unauthorized .pth files in site-packages and for suspicious systemd units, especially anything posing as a system telemetry service. And review activity from March 24 onward, not just the 40-minute window. Persistence is there so the access outlives the infection. Pro Tip: Don’t limit the persistence hunt to live machines. Base container images rebuilt in late March may have baked the payload into every image derived from them since. Scan your image registry for the affected LiteLLM versions and for unexpected .pth files, then trace which running workloads came from flagged images. 3. Check whether your secrets are in the dump Hudson Rock has published a domain lookup tool and is running ethical disclosures for affected organizations, and CloudSEK maintains a high-confidence victim list. Use them, but know their limits. Attribution in this dataset is genuinely hard. One dump with a siriusxm.com committer email actually traced, through its self-hosted GitLab endpoints, to AdsWizz, a SiriusXM subsidiary. And a large share of the dumps are generic pipeline configurations with no identifying domain, email, or server name at all. Absence from a victim list is not evidence of absence. If your pipelines ran the compromised versions, assume exposure no matter what a lookup tool tells you. What to Rotate, in What Order The guidance from both research teams is blunt: treat every secret the LiteLLM environment could reach as compromised. That covers secrets on disk, in memory, injected into CI jobs, and anything retrievable through instance metadata services. Work down by blast radius: Priority Credential type Why it comes first 1 Cloud IAM keys (AWS, GCP, Azure) Direct control of infrastructure, data stores, and billing. This is where attackers monetize fastest. 2 GitHub and GitLab PATs, package publishing tokens These let an attacker poison your releases and turn your company into the next link in the supply chain. 3 Kubernetes service account tokens and kubeconfigs Lateral movement across clusters was built into the payload, not a theoretical risk. 4 Database passwords and third-party API keys Dumped in plain text in the archive, often with no attribution, so nobody will warn you they leaked. 5 AI provider API keys Billing abuse, quota theft, and access to whatever data flows through your LLM routing layer. One word matters more than the rest of this article: revoke, don’t just rotate. That

The EU AI Act names recruitment AI as high-risk. Annex III explicitly lists AI systems used for recruitment, candidate selection, and employment decisions, which pulls CV screeners, video interview platforms, and assessment tools into the most demanding compliance regime the Act contains. The original compliance date for these systems was August 2, 2026. In June 2026, the EU’s Digital Omnibus moved the deadline to December 2, 2027, a 16-month extension that has led many HR and talent teams to shelve the topic entirely. That’s a mistake, for two reasons. First, one rule that directly affects recruitment technology is already in force: the ban on emotion recognition in the workplace has applied since February 2, 2025, and it catches features still shipping in some video interview products today. Second, the deferred obligations didn’t shrink. Conformity assessments, human oversight design, bias monitoring, and documentation all still arrive in full, and the practical work of auditing a recruitment stack, renegotiating vendor contracts, and training hiring teams routinely takes a year or more. Here’s what the EU AI Act actually requires of employers and vendors using recruitment tools, on the timeline that now applies. Why Recruitment Tools Are Classified as High-Risk Under the EU AI Act​ Definition of High-Risk AI Systems in Hiring​ The Act takes a list-based approach. Annex III, point 4, designates as high-risk any AI system intended for the recruitment or selection of natural persons, including placing targeted job advertisements, analyzing and filtering applications, and evaluating candidates. The same point covers AI used for decisions on promotion, termination, task allocation, and monitoring of workers, so the classification follows the tool through the entire employment lifecycle, not just the hiring funnel. The reasoning is straightforward: hiring decisions shape access to livelihoods, and algorithmic discrimination in hiring is well documented. The European Commission’s regulatory framework for AI treats employment as one of the areas where an AI error or bias causes serious harm to fundamental rights. That’s the test for the high-risk tier. Types of Recruitment Tools Affected In practice, the high-risk classification captures most of the modern recruitment stack: CV and resume screeners that rank or filter applicants, video interview platforms that score responses or delivery, psychometric and skills assessment tools that produce scores feeding a hiring decision, sourcing and matching algorithms that decide which candidates a recruiter sees, and programmatic job ad targeting systems that determine who sees a vacancy at all. If the system’s output materially influences who advances and who does not, assume high-risk until proven otherwise. Important: Emotion recognition is not high-risk in the workplace. It is prohibited. Article 5 bans AI systems that infer emotions of people in the workplace (outside narrow medical and safety cases), and that ban has applied since February 2025 with the Act’s top penalty tier attached. If your video interview vendor markets “engagement scoring” or “sentiment analysis” of candidates, that feature needs to be switched off for EU hiring now, not in 2027. Recruitment Tools That May Fall Outside High-Risk Classification Not everything in the HR stack qualifies. The Act carves out systems performing narrow procedural tasks that do not materially influence decision outcomes. An applicant tracking system that stores applications, schedules interviews, and sends templated emails is a database with a workflow, not a high-risk AI system. The same goes for tools that transcribe interviews without scoring them, deduplicate candidate records, or generate first drafts of job descriptions for a human to edit. The line is decision influence: the moment a tool ranks, scores, filters, or recommends candidates, it crosses into Annex III territory. Deployers who rely on an exemption must be able to document that assessment, so “we decided it doesn’t count” needs to exist on paper. Extraterritorial Scope: Which Employers Are Covered The Act applies to providers placing AI systems on the EU market and to deployers established in the EU, but it also reaches further: it covers providers and deployers located outside the EU where the output of the system is used in the EU. For recruitment, the consequence is blunt. A US or UK company with no EU entity that uses an AI screener to filter applicants for roles based in Berlin or Dublin, or that screens candidates located in the EU, is using the system’s output in the Union. Brexit doesn’t move UK employers out of scope when they hire into or from the EU. Providers vs. Deployers of Recruitment AI Tools The Act splits obligations between the provider (the vendor that develops the tool and places it on the market) and the deployer (the employer using it). Most employers are deployers, and deployer obligations are lighter but real. One common trap: an employer that substantially modifies a high-risk system, or puts its own name on it, can be reclassified as a provider and inherit the full provider stack. Heavy customization of a screening model, or fine-tuning it on your own hiring data, can be enough to trigger this. Key Obligations for Employers Using AI Recruitment Tools Human Oversight in Automated Hiring Decisions Deployers must assign oversight of the system to people with the competence, training, and authority to intervene. That last word matters. A recruiter who rubber-stamps whatever the ranking algorithm produces, because nobody has time to review 800 rejected CVs, doesn’t count as oversight. Regulators and courts will look at whether the human could genuinely override the system and whether they ever did. Designing review checkpoints where a person can meaningfully change the outcome, and logging when they do, is the core of compliant deployment. Transparency Requirements Toward Candidates Employers must inform workers and their representatives before putting a high-risk AI system into use at work, and candidates subjected to such a system must be told it is being used. In countries with works councils, such as Germany, this obligation lands on top of existing co-determination rights, so employee representatives may need to be consulted before the tool goes live rather than just told afterward. Burying an AI disclosure in a privacy policy paragraph is unlikely to survive scrutiny.

A green dashboard is not an audit opinion. Compliance automation platforms like Vanta, Drata, Secureframe, and Hyperproof have made SOC 2 readiness faster and cheaper, but every audit cycle produces the same pattern: controls that sat at “passing” for months come back from the auditor with exceptions or requests for re-testing. The four controls below account for a disproportionate share of those rejections, and they all fail for the same underlying reason. The tool confirmed that evidence exists. The auditor tested whether the control actually operated. This article walks through each of the four: what auditors reject, why, and how to fix the evidence before fieldwork starts. Why Compliance Tools Show “Passing” But Auditors Still Reject Controls​ The Gap Between Automated Checks and Auditor Judgment Compliance platforms run continuous control monitoring: API calls that check whether a configuration exists, a document is uploaded, or a task is marked done. That’s real value. It catches drift, keeps evidence in one place, and saves weeks of screenshot collection. An audit is a different exercise. A SOC 2 examination is an attestation performed by a CPA firm under AICPA standards, and the auditor’s job is to form an independent opinion on whether your controls met the Trust Services Criteria. That opinion rests on professional judgment, not on whether an API integration returned a 200 response. What “Passing” Actually Means in Your Compliance Dashboard​ When a control shows “passing,” the platform is telling you one narrow thing: at the moment of the last scan, an automated test found the artifact or setting it was programmed to look for: MFA enforced in the identity provider, a policy document uploaded, a training campaign sitting at 100%. The test says nothing about whether the underlying process ran the way your control narrative claims it did, or whether it ran that way across the whole audit period. How Auditors Evaluate Controls Beyond the Checkbox Auditors test two dimensions. Design effectiveness asks whether the control, as described, would meet the criterion if it worked as intended. Operating effectiveness, the core of a SOC 2 Type 2 report, asks whether it actually did throughout the audit period. To answer that, the auditor pulls a population (every access review, every change, every new hire in the period), selects a sample, and inspects the evidence item by item. A dashboard status feeds into that process. It doesn’t replace it. Insider Note: Auditors increasingly ask for evidence outside the compliance platform precisely because they know what the platform auto-collects. If every artifact you produce comes from the same tool export, expect the auditor to independently pull the population from the source system and compare. Discrepancies between the two are one of the fastest routes to an exception. Control #1: Access Reviews That Automation Marks Complete but Auditors Reject Why Auditors Reject Automated Access Review Evidence​ User access reviews sit under the logical access criteria (CC6.1 through CC6.3), and they are the single most common source of audit exceptions we see. The typical failure: the platform generated a user list, someone clicked “complete,” and the dashboard turned green. The auditor then asks a simple question the evidence can’t answer: what did the reviewer actually decide? The Missing Element: Documented Reviewer Judgment​ An access review is a judgment control. Someone with knowledge of the system must look at each account and confirm the access is still appropriate for the person’s role. A timestamped task closure proves the task was closed. It doesn’t prove anyone assessed anything, and an “approve all” review completed in ninety seconds gets exactly the skepticism it deserves. What Auditors Actually Want to See in Access Review Evidence Auditors look for four things: The full population of accounts at the time of review (including service accounts and admin roles), Evidence of who reviewed it and when, explicit dispositions per account or group (retain, modify, revoke), and Proof that flagged access was actually removed. That last item, the deprovisioning ticket showing revocation within a defined window, is the piece most companies can’t produce. How to Fix Your Access Review Control Before the Audit​ Assign a named control owner per in-scope system, run reviews quarterly, and require reviewers to record a disposition for every line, not a blanket approval. When access is revoked, link the removal ticket to the review record. If a quarter was missed, don’t backfill it. Document it honestly and show the remediation, because auditors treat fabricated retroactive evidence far more severely than a disclosed gap. Control #2: Change Management Approvals That Pass Automated Scans​ Why Ticket Closure Isn’t Proof of Approval​ Change management (CC8.1) automation typically verifies that production changes link to a ticket and the ticket is closed. Auditors test something stricter: that each sampled change was approved by an authorized person before deployment. An approval added after the merge, or a ticket closed by the same engineer who wrote the code, fails that test even though every automated check came back green. The Segregation of Duties Problem Automation Misses Segregation of duties is the requirement that no single person can develop, approve, and deploy the same change. NIST’s SP 800-53 control catalog treats it as a foundational access control principle, and SOC 2 auditors apply the same logic. Small engineering teams trip on this constantly. Self-approved pull requests, admins who can bypass branch protection, direct pushes to main: a scanner sees “changes with tickets” while an auditor sees SoD violations. Emergency Changes and Retroactive Approvals: Common Rejection Triggers​ Every audit period contains hotfixes. Auditors don’t reject emergency changes. They reject emergency changes with no documented post-hoc review. If your policy says urgent changes get retroactive approval within two business days, the auditor will sample your emergency changes and check exactly that. No policy, or a policy nobody followed, produces an exception. Rebuilding Change Management Evidence Auditors Will Accept​ Enforce the control technically: branch protection requiring at least one independent reviewer, no admin bypass, and deploy pipelines that only run from protected branches. Then write the emergency change procedure down and generate the review artifact every time it fires.