AIUC-1 Certification Requirements and Eligibility
A vendor-backed standard that tests whether AI agents actually stay safe under deliberate attack.

AIUC-1 is a certification standard for AI agents, built by the Artificial Intelligence Underwriting Company (AIUC), a venture-backed startup out of San Francisco that launched it in mid-2025. The standard was put together with input from Orrick, Stanford, the Cloud Security Alliance, MIT, and MITRE, and it exists to answer a question that older frameworks like SOC 2 and ISO 27001 were never built to answer: does this specific AI agent behave safely when someone actively tries to break it?
That distinction matters more than it might sound. Traditional software runs on logic someone wrote down ahead of time, so auditing it means checking whether the code does what the spec says. AI agents don't work that way. They pull data from enterprise systems, call external tools, handle sensitive information, and take autonomous action based on probabilistic reasoning rather than fixed rules. SOC 2 attests to a service organization's controls across security, availability, processing integrity, confidentiality, and privacy, the five Trust Service Criteria, but it says nothing about whether an agent leaks data across customer tenants or invents a policy answer under pressure. ISO 42001 gets closer by certifying an organization's AI management system, its governance and processes, but that's still one level removed from the actual behavior of a specific agent when someone feeds it a jailbreak prompt. AIUC-1 certifies the agent itself, tested under adversarial conditions, not the paperwork around it.
People sometimes call it "SOC 2 for AI agents," and the shorthand is useful, but only if you clock where the analogy breaks: SOC 2 looks at organizational controls, AIUC-1 looks at what the agent actually does when pushed. It's worth noting the stakes aren't abstract. EY research cited in AIUC's own materials found that 64% of companies with revenue over $1 billion have already lost more than $1 million to AI-related failures. That's the backdrop against which a structured, third-party-tested certification starts to look less like a compliance nicety and more like a business necessity.
The six risk pillars that structure every AIUC-1 audit
Every AIUC-1 audit runs on the same architecture: 51 requirements and 130 controls, spread across six domains. Think of these as the six questions an auditor keeps coming back to, no matter what the agent actually does for a living.
Data and Privacy asks what the agent can see, keep, and use. Controls here prevent PII leakage, cross-customer data exposure, and credential disclosure, and they force an organization to make explicit calls it might otherwise duck: does customer data train the model? How long does it stick around? Intellectual property protection falls under this pillar too.
Security is where an AI agent audit diverges most sharply from a standard security audit. This is the adversarial robustness layer: third-party testing against prompt injection, jailbreak attempts, and manipulation of agent behavior, plus detection and real-time filtering of malicious inputs. It also covers whether the agent can take unauthorized actions, whether user access privileges are actually enforced, and whether the deployment environment and endpoints are protected.
Safety requires a documented AI risk taxonomy and pre-deployment testing across text, voice, and video outputs, with controls to stop harmful or out-of-scope responses, including categories the customer defines as high-risk. Flagged outputs need a human review workflow, and monitoring continues after deployment. This pillar leans partly on judgment: documentation can sometimes satisfy a requirement on paper, so the actual testing behind a safety control is worth a second look rather than a rubber stamp.
Reliability goes after the failure modes that show up in production and embarrass people the fastest: hallucinations and unsafe tool calls. Controls restrict which tools an agent can call and under what conditions, and they guard against agents wandering into restricted information or acting outside their intended scope. AIUC has reported a concrete case: one customer service agent's hallucination rate dropped from 11% to under 2% after its groundedness filter was strengthened, and inappropriate-tone outputs fell from 9% through defensive prompting and output moderation. Numbers like that are the whole point of testing behavior instead of policy.
Accountability covers documented AI failure response plans, clear human ownership of the system (someone's name attached to it, not a committee), activity logging, and disclosure so users know they're talking to an agent rather than a person. Vendor due diligence across the AI supply chain sits here too, along with acceptable use policies and regulatory documentation.
Society is the broadest pillar and the most forward-looking. It sets high-level guardrails against AI-enabled cyber misuse or catastrophic misuse, and it explicitly names chemical, biological, radiological, and nuclear risk categories. This one isn't about a single agent misbehaving in a single customer interaction. It's aimed at systemic, population-level harm, which is a different order of concern than a hallucinated refund policy.
What the certification process actually requires, step by step
The certification path runs through four stages: scoping and kickoff, evidence collection and remediation, adversarial technical evaluations, and independent audit and reporting.
Stage one is scoping. The organization defines which AI agent or product is being certified, assigns stakeholders, configures the environment, and identifies where evidence will come from. Auditors flag initial gaps against the AIUC-1 controls at this point. This stage matters more than any other single decision in the process, and the next section digs into why.
Stage two is where the actual work happens: evidence collection and remediation. Organizations gather evidence spanning operational practices, legal and governance policy, and technical implementation, then patch whatever gaps show up, updating policy documents and building technical safeguards where needed. AIUC-1 auditors want proof of what an agent actually did, not a policy that says what it's supposed to do. A log entry reading "agent executed API call" isn't enough on its own. Audit trails need to be tamper-evident records showing what actually happened, step by step.
Stage three is adversarial technical evaluation, and it's the stage that separates AIUC-1 from a paperwork review. Thousands of automated tests, mixing benign and adversarial scenarios, get run against the agent in production-like environments. Testers try to break it: prompt injection, jailbreaking, persona probing, data poisoning, retrieval manipulation, unauthorized tool calls. A policy review alone never produces a certificate here; the technical testing of live agent behavior is mandatory, not a nice-to-have. In at least one documented case, an organization found and patched a PII exposure vulnerability during the certification process, before the certificate was ever issued, which is arguably the best possible outcome of an audit: catching the problem before a customer does.
Stage four brings in an accredited third-party auditor, someone who isn't the vendor, to evaluate the test results and the policy evidence together. The output is a full audit report and, assuming the controls hold up, a certificate. That report and the accompanying badge become the trust signal that enterprise buyers, security reviewers, boards, regulators, and procurement teams actually rely on.
Timeline estimates vary a bit depending on the source: one estimate puts it at 4 to 10 weeks, while other materials say most organizations land certification in 5 to 10 weeks. Either way, organizations with existing rigorous compliance experience tend to move faster, since they already have security policy infrastructure and continuous monitoring habits built in.
Scoping decisions that determine what an audit actually covers
Here's a detail that's easy to skim past and expensive to ignore: AIUC-1 doesn't define what counts as an "AI agent." The vendor decides. That means the first real audit decision isn't a technical one at all, it's a definitional one, and it happens before a single test runs.
A certificate is only valid for the system and scope defined at the outset. So a narrowly scoped audit can leave out pieces of the agent stack that a buyer actually cares about, or that a regulator would want covered. Which raises the practical question anyone evaluating a vendor's AIUC-1 badge should ask first: not "do they have a certificate," but "what exactly was in scope when they got it."
Take a customer service AI as an example, because it shows how fast scope gets complicated. A single such agent might access customer data, follow business policy rules, trigger downstream workflows, call external tools, summarize conversations, and escalate cases to a human. Each of those is a separate risk surface with its own failure modes. Scoping has to reflect which of these capabilities are actually live in production, not which ones the roadmap says will ship eventually.
Multi-agent setups make this harder still. When one agent calls another agent (agent-to-agent, or A2A, architectures), each component needs its own defined scope and trust boundary. That's precisely why recent quarterly updates to the standard added requirements around MCP (Model Context Protocol) and A2A protocol security: agent architectures are getting more interconnected faster than a once-a-year standard could track, so the scope gaps were showing up in real deployments before the standard caught up.
For a buyer relying on someone else's AIUC-1 certificate, the takeaway is straightforward, if a little uncomfortable: verify that the scope actually covers the integration points and data flows live in your environment. A certificate covering a narrower version of the agent than the one you're actually buying isn't much of a certificate at all.
Who needs AIUC-1 certification and why procurement is driving adoption
The primary audience is organizations building, deploying, or selling AI agents that touch enterprise data, business workflows, or systems that matter if they go down. That includes AI developers who need to prove to enterprise buyers that their systems were built with real security and governance discipline, and it includes enterprises adopting third-party AI tools who need some structured way to size up vendor risk beyond what SOC 2 or ISO 27001 tells them. Internally, some enterprise automation teams are starting to treat AIUC-1 as a gating requirement before an agent gets deployed at all.
Certain sectors feel this pressure more acutely. Financial services firms are watching SEC and FINRA attention to AI agent deployments closely, and AIUC-1 evidence functions as a documented due-diligence trail if regulators come asking. Healthcare is a murkier case: FDA guidance on AI in healthcare remains in draft form, and whether it will reference AIUC-1 specifically hasn't been confirmed, though evidence requirements in that direction seem likely to follow given the pattern elsewhere. Insurance underwriters are already pricing AI agent deployments as a risk category, and a certification like this can factor directly into that pricing.
But the real engine behind adoption isn't any one regulator. It's procurement. When a security team, a legal team, and a procurement team all start asking a vendor about hallucination defenses, prompt injection resistance, and unauthorized-action controls, SOC 2 and ISO 27001 simply don't answer those questions, they weren't built to. AIUC-1 does. Holding the certificate can unstick a procurement review that would otherwise stall for months while a buyer's security team tries to investigate agent-specific risks on its own, without a standardized framework to lean on.
The certificate, the audit report, and the badge together work something like the trust signals enterprise buyers already recognize from other compliance frameworks: not a blanket guarantee that nothing will ever go wrong, but structured evidence that someone independent actually tested the thing and it held up. That's a meaningfully different claim than "we have a security policy," and buyers seem to be treating it that way. It's also opening a new lane for assurance firms generally: as AI agents thread through financial and operational workflows across industries, firms with the capability to run these examinations are stepping into a role that didn't really exist two years ago.
Renewal obligations and what ongoing compliance actually requires
A certificate is good for 12 months. But treating AIUC-1 like an annual audit you file away and forget until next year misreads how the standard is actually built, because retesting isn't an annual event here, it's quarterly.
Technical testing has to happen at least every three months to keep the certificate valid. That's a structural difference from most compliance certifications, which check in once a year and call it done. On top of that, the standard itself gets updated quarterly, meaning the specific requirements an organization satisfied at initial certification might shift before the next retesting window comes around. A control that passed in one quarter isn't guaranteed to pass in the next, not because the agent changed, but because the bar did.
Practically, that means ongoing maintenance looks less like a single annual audit and closer to continuous monitoring. Adversarial testing has to run against the agent's current production state, not a snapshot from however many months ago the certificate was issued. Someone has to track new quarterly standard updates and check whether they open up gaps in existing controls. Audit trails need to stay tamper-evident on an ongoing basis rather than getting assembled retroactively right before a renewal deadline, which is the kind of shortcut that tends to get caught anyway. Failure response plans, logging practices, and vendor due diligence documentation all need to stay current as the agent's tool integrations and data access evolve, which for most agents in active development is constantly.
Organizations that already had compliance infrastructure requiring third-party audits, again, FedRAMP Moderate is the example that keeps coming up, tend to have an easier time with this ongoing burden than organizations building an audit-evidence practice from scratch. AIUC's own stated reasoning for the quarterly cadence is that the threat landscape for AI agents (new prompt injection techniques, new adversarial methods, agent architectures shifting under everyone's feet) moves faster than an annual review cycle could ever track. Whether that turns out to be the right cadence long-term is a fair question. But it does mean assurance practitioners taking on AIUC-1 work are signing up for a recurring engagement model, not a once-a-year audit, and that's worth factoring into how organizations plan both scope and budget going forward.


