O
OOMeta
← Back to Insights

September 2026 · 7 min read

Your next SOC 2 audit includes AI agents: the evidence list

Your next SOC 2 audit includes AI agents: the evidence list

Key Definitions

SOC 2 Trust Service Criteria AICPA's service organization control audit standard covering security, availability, processing integrity, confidentiality and privacy. The 2017 criteria with 2022 revised points of focus remain governing — auditors have not rewritten the criteria; they have begun applying them to autonomous AI agents.

Agent inventory One of three categories of standard evidence in 2026 audits: a registry of every agent with per-agent identity, owner, risk tier and certification status. Auditors expect the complete list, including shadow agents employees built without IT approval.

SOC 2 audits are changing — not because AICPA rewrote the Trust Service Criteria, but because auditors are now applying the 2017 criteria to a category of system the framework was never designed for: autonomous AI agents. If your agents access customer data, execute autonomous actions or connect to external systems, they are in your SOC 2 scope, and your existing program almost certainly does not have the evidence.

The shift is already measurable

The scope expansion has hard numbers: reports with more than 150 security controls rose from 16% to 23% in the past year. Confidentiality is now included in 64.4% of SOC 2 reports, nearly double the 34% from 2023. Availability appears in 75.3%. The scope is expanding because the systems in scope are expanding — and AI agents are the newest addition.

Why SOC 2 breaks for agents

SOC 2 was designed for deterministic systems, and agents violate three of its assumptions. First, controls can be documented and tested at a point in time — a firewall rule stays effective until someone changes it, but agent behavior changes on its own as models update, data distributions shift and dependent tools modify APIs. An agent that was compliant last month may not be compliant today, and nobody touched it.

Second, systems process information \"as intended\" based on documented logic — agents produce non-deterministic, emergent outputs, so you cannot document their intended processing logic the way you document a database query. Third, access is human-mediated — agents call APIs, query databases, execute code and interact with other agents without a human initiating each action, so the access control model must extend to non-human autonomous identities.

These are not theoretical gaps. 97% of organizations that suffered AI-related breaches lacked proper access controls; 33% of organizations lack audit trails entirely and 61% have fragmented logs across systems — the evidence your auditor needs does not exist in a queryable form.

The three standard evidence categories in 2026 audits

Three categories of agent-specific evidence have become standard expectations: agent inventory with per-agent identity, owner, risk tier and certification status — auditors want the complete list, including shadow agents built without IT approval; prompt and completion logs with timestamps, model version, user identity and PII handling notes; and drift evidence with a documented detection cadence plus a sample of caught deviations across the observation period.

If you cannot produce all three on demand, your CC6.1, CC7.2 and CC8.1 controls are at risk regardless of how careful the rest of your program is. Most SOC 2 programs designed for SaaS infrastructure surface none of them — which is why governance teams now treat agent compliance certification as a separate workstream from the traditional security review.

What each Trust Service Criterion demands

Security (CC series, mandatory)

Every agent must have a unique, verifiable identity (CC6.1) — not a shared service account, not a developer's personal API key. Tool access follows least-privilege (CC6.3): an agent that needs read access to a customer database should not have write access; an agent that calls one API should not hold credentials for ten. Prompt and completion logging is now a CC6.1/CC7.2 expectation — every prompt and response logged with timestamp, user identity and model version.

Processing integrity (PI series)

Define accuracy in probabilistic terms: \"at least 95% accuracy on validation data, measured weekly\" for classification, \"outputs factually grounded in provided context at least 98% of the time\" for generation — thresholds documented, measurable and monitored. Document unacceptable output boundaries (a financial agent never fabricates transaction records) and enforce them with guardrails, not policy text. Monitor for drift continuously; a point-in-time assessment is inadequate, and the auditor will test whether your drift detection operated effectively throughout the observation period.

Availability (A series)

Agents must be designed with explicit fail-safe or fail-open behavior: what happens if the agent cannot reach its LLM provider? If the monitoring layer goes down, does the agent stop or continue unmonitored? You need a kill switch testable quarterly and circuit breakers that prevent cascading failures — when an agent exceeds a violation threshold, it auto-stops until an administrator reviews and resets.

Confidentiality and privacy (C / P series)

Data classification must extend to every agent-accessible source: public, internal, confidential, restricted — the agent's risk tier reflects the highest classification it can access. Does PII appear in prompts sent to LLM APIs? Can outputs leak confidential information? Captured prompt logs are subject to your data retention policy, and privacy notices must disclose AI processing: if an agent makes decisions about individuals (eligibility assessments, risk scoring, customer routing), those individuals must be informed AI is involved.

ISO 42001: the certifiable AI governance layer

SOC 2 verifies that security controls operated effectively; it does not assess AI governance. ISO 42001 is the first certifiable AI management system standard, covering the full AI lifecycle: policies, AI risk assessments, defined roles and a continual improvement cycle, explicitly covering data provenance, model selection, bias testing, transparency documentation and human oversight. Fewer than 100 organizations held certification by January 2026, but Microsoft, AWS and Google Cloud have all certified, and enterprise procurement is adding ISO 42001 to vendor questionnaires. For an enterprise running dozens of agents, it is the governance scaffolding that prevents chaos.

The nine-item preparation checklist

Auditors are not waiting for agent-specific standards — they already apply existing control families to agents. Work through the list: ① a complete inventory of agents (approved plus discovered shadow tools); ② a named owner for every material agent; ③ identity-based access with least privilege; ④ human gates for high-impact actions; ⑤ logging standards for agent decisions; ⑥ data minimization rules by agent tier; ⑦ AI impact and risk assessments on a cadence; ⑧ continuous monitoring for drift and anomalies; ⑨ automated evidence mapped to SOC 2, ISO 27001, ISO 42001 and NIST AI RMF as applicable.

The bottom line

The frameworks are catching up, but the direction is set: attributability and reversibility must be structural properties of the system, not procedures applied after the fact. Evidence is a schema, not a report artifact — if any field is optional in production, an auditor will eventually request it during an incident sample. The most practical starting point for organizations running agents: take your highest-risk workflow, trace one decision to its responsible agent, model, data source and authorizing spec, then ask whether the output can be rolled back without cascading failure. If either answer is no, the architecture needs to change — not the audit calendar.

References

  • Roval: SOC 2 for AI agents — what your auditor will actually ask — https://roval.ai/research/blog/soc-2-ai-agents/
  • SecureSlate: Your auditor is about to ask about AI agents: 9 things they'll want to see — https://getsecureslate.com/blog/auditor-ai-agents-9-things-they-want-to-see
  • CBIZ: 2024 SOC Benchmark Study — https://www.cbiz.com/insights/article/the-evolution-of-soc-reporting-key-findings-from-the-2024-soc-benchmark-study-part-two
  • DreamFactory: Enterprise AI Data Governance Statistics — https://www.dreamfactory.com/hub/enterprise-ai-data-governance-statistics
  • Kiteworks: 2026 Data Security Forecast — https://www.kiteworks.com/cybersecurity-risk-management/2026-data-security-forecast-ai-governance-predictions/

Frequently Asked Questions

Did the SOC 2 criteria change?+

No. The 2017 Trust Service Criteria with the 2022 revised points of focus remain the governing standard, and AICPA has not rewritten CC6.1, CC7.2, PI1.1 or the rest. What changed is that auditors are now applying the existing criteria to autonomous agents and expect agent-specific evidence for each control.

Which three evidence categories are 2026 defaults?+

Agent inventory (per-agent identity, owner, risk tier and certification status); prompt and completion logs with timestamps, model version, user identity and PII handling notes; and drift evidence with a documented detection cadence plus a sample of caught deviations across the observation period. Miss all three and CC6.1, CC7.2 and CC8.1 are at risk.

Why does SOC 2 break for agents?+

SOC 2 was designed for deterministic systems and agents violate three assumptions: controls can be documented and tested at a point in time (agent behavior changes as models update and data drifts, even when nobody touches the agent); systems process information 'as intended' based on documented logic (agent outputs are non-deterministic and emergent); and access is human-mediated (agents call APIs, query databases and execute code autonomously without a human initiating each action).

Are LLM providers sub-processors?+

Yes. CC6.6 requires documenting sub-processor security requirements, reviewing their SOC 2 reports annually and maintaining contractual security obligations. If your agents call Anthropic, OpenAI or any model provider, that relationship belongs in your vendor risk management program.

What does the auditor ask about processing integrity?+

How you define 'accurate' for a non-deterministic system — e.g. 'at least 95% accuracy on validation data, measured weekly' for classification, or 'outputs factually grounded in provided context at least 98% of the time' for generation — with thresholds documented, measurable and monitored. Also how you detect hallucinations, monitor behavioral drift and enforce guardrails that stop agents acting outside scope.

How do ISO 42001 and SOC 2 relate?+

SOC 2 is a controls audit: it verifies security controls operated effectively but provides no assurance about AI governance. ISO 42001 is the first certifiable AI management system standard covering the full AI lifecycle. Fewer than 100 organizations held certification by January 2026; Microsoft, AWS and Google Cloud have all certified, and procurement teams are adding it to vendor questionnaires. The two are complementary: SOC 2 proves security, ISO 42001 proves AI governance.