← Back to blog

How to Run an AI Vendor Risk Assessment That Actually Holds Up

August 23, 2026
How to Run an AI Vendor Risk Assessment That Actually Holds Up

Extend your vendor risk process for AI: treat any vendor that trains, fine-tunes, or runs models on your data as a high-priority risk, and require an AI Bill of Materials (AIBOM) plus a contractual no-training guarantee before you renew or onboard. That's the whole thesis. Everything else in a proper AI vendor risk assessment is just the mechanics of proving it.

Most vendor risk programs were built for a world where "third party" meant a payroll processor or a cloud host with a SOC 2 report. AI vendors break that model because the product itself changes behavior over time, sometimes without a version bump you'd ever see. A chatbot vendor that seemed low-risk in January can be running a materially different model by June, trained partly on your customer data, with no notice unless your contract demanded one.

Here's the triage to run this week:

  • Tag Tier 1 vendors first. Any vendor whose AI reads, writes, or decides using your customer, financial, or regulated data goes into the highest-scrutiny bucket immediately.
  • Demand an AIBOM and a no-training clause. If a vendor can't tell you which foundation model they run and won't commit in writing to not training on your inputs, that's your answer already.
  • Freeze new AI feature rollouts from unassessed vendors until someone actually reviews them. Default-off beats default-on every time.

Send procurement this five-line ask today: name the foundation model and version, confirm training/fine-tuning status on customer data, provide a data retention and deletion policy, list all sub-processors handling inference, and commit to 30-day notice before any model change.

Key Takeaways

Treating AI vendors like standard SaaS vendors misses the risks that matter most: model training on your data, undisclosed model changes, and unchecked agent autonomy.

PointDetails
Tier before you assessSort vendors into decision-making, data-processing, and convenience tiers based on autonomy and data sensitivity.
Demand the AIBOMRequire foundation model, version, hosting provider, and sub-processor lists before approving any Tier 1 vendor.
Lock contract languageInsist on no-training consent, deletion completeness, and 30-day model-change notice in every AI vendor contract.
Reassess on triggers, not just calendarQuarterly review for Tier 1 vendors, plus immediate reassessment on model changes or incidents.
Bring in a technical validator when evidence looks thinHanad Kubat runs fixed-price audits that check AIBOM accuracy and contract gaps before you enable a vendor's AI feature.

Table of Contents

What Is an AI Vendor Risk Assessment and Why Traditional VRM Falls Short

An AI vendor risk assessment evaluates not just how a vendor secures your data, but how their models are trained, where the data flows during inference, and how much autonomy the system has to act without a human checking its work. Standard vendor risk management (VRM) was never built to answer those questions, and that gap is where most organizations get exposed.

Blueprint and drafting tools on table

SOC 2 and ISO 27001 tell you a vendor has controls around access, encryption, and change management. They tell you almost nothing about whether your support tickets are being used to fine-tune a model, whether an AI agent can initiate a refund without approval, or whether the vendor's underlying model provider changed last quarter. Certifications are necessary but insufficient for AI vendors precisely because the audit scope for both frameworks predates generative AI as a category.

Three things make AI vendors structurally different from a typical SaaS supplier:

  • Model training. Your data might not just sit in the vendor's database. It might become part of a model's weights, which means it can't be cleanly deleted the way a database row can.
  • Provenance. A vendor's product might route your data through a foundation model provider you've never heard of, adding a layer of fourth-party risk that a standard vendor questionnaire never asks about.
  • Autonomy. Agentic features can take actions, not just generate text. An AI vendor that can write to your CRM or trigger a payment is a different risk category than one that only summarizes documents.

Regulators are catching up to this distinction. The NIST AI Risk Management Framework treats AI risk as a lifecycle problem spanning design, training, deployment, and monitoring, not a one-time control check. The EU AI Act places direct obligations on deployers, not just providers, meaning the organization using the AI vendor can carry compliance duties even when the vendor built the model. Sector rules in finance and healthcare go further, often requiring documented human oversight for any AI system that influences a decision affecting a customer.

The practical harms are concrete: a hiring tool that quietly drifts toward biased outputs after a model update, a support chatbot that leaks another customer's data through a prompt injection, an agent that overpays a vendor invoice because nobody capped its write access. None of those show up in a SOC 2 report.

How Do You Tier AI Vendors by Risk?

Tiering is what keeps an AI vendor risk assessment from becoming a bottleneck. Not every vendor using AI deserves the same six-week review, and pretending otherwise just trains your procurement team to skip the process entirely.

A three-tier structure works for most organizations:

  1. Tier 1: decision-making vendors. These systems make or materially influence decisions about people, money, or access. Think underwriting tools, hiring screeners, AI agents with write access to financial systems, or anything that can approve, deny, or execute without a human in the loop. These get full assessment: AIBOM, contract review, model card, and a defined reassessment cadence.
  2. Tier 2: data-processing vendors. These handle sensitive data but don't make autonomous decisions. A document summarization tool ingesting contracts, or a support platform that trains on ticket content, lands here. They need a solid questionnaire, deletion verification, and a no-training clause, but not the full contract negotiation cycle you'd run for Tier 1.
  3. Tier 3: convenience vendors. Low autonomy, low data sensitivity. A grammar checker or an internal meeting-notes tool. A lightweight self-attestation and annual review usually covers it.

The tiering criteria that matter most are data sensitivity (what's flowing in), autonomy (what the system can do without approval), and write access (can it change a system of record). A vendor that can only read and summarize is a fundamentally different animal than one that can post transactions.

Pro Tip: Score autonomy separately from data sensitivity. A vendor with low-sensitivity data but full write access to your production database deserves Tier 1 treatment even if the "data" itself looks harmless.

Shadow AI is the part most tiering exercises miss. Marketing signs up for an AI copywriting tool with a company credit card, engineering embeds a coding assistant into the IDE, and neither shows up in your vendor inventory. Catching it takes a mix of expense report review, SSO/OAuth app audits (most shadow AI tools get connected through "Sign in with Google" or similar), and a short internal survey asking teams directly what AI tools they use day to day. A centralized vendor inventory with tiering built in is the foundation this entire process rests on, and it only works if shadow AI gets folded in rather than treated as someone else's problem.

What Questions Should an AI Vendor Questionnaire Include?

A generic security questionnaire asks about encryption and access controls. An AI-specific one has to go further, because the riskiest failures in AI vendors happen at the model and data layer, not the network layer.

Organize the questionnaire into five categories:

Data usage and retention

  • Is customer data used to train, fine-tune, or improve the model, by default or with consent?
  • What is the data retention period for inputs, outputs, and any cached embeddings?
  • Can the vendor provide technical proof of deletion, not just a policy statement?

Model supply chain

  • Which foundation model and version powers the product, and who hosts it?
  • What sub-processors touch the data during inference, and where are they located?
  • What happens to existing integrations when the vendor swaps model providers?

Testing and performance

  • What testing methodology validates the model's outputs for accuracy and safety before release?
  • Is there a documented drift-monitoring process after deployment?
  • Can the vendor share a summary of red-team or adversarial testing results?

Governance and operations

  • Who owns model risk internally, and is there a named accountable role?
  • Does the vendor have an incident response process specific to AI failures, like hallucinations, bias findings, or prompt injection?
  • Is there a human review step for high-impact outputs?

Deployment controls

  • Can new AI features be disabled by default until the customer opts in?
  • Does the agent have configurable limits on autonomous actions?
  • Is there an audit log of every action the AI took, timestamped and exportable?

Ask for artifacts, not just answers. A vendor that says "yes, we test for bias" and one that hands you an actual test report are not equally trustworthy. Request a model card describing training data sources and known limitations, a full AIBOM, exportable logs covering at least 90 days, a summary of the most recent penetration test, and copies of any relevant certifications like SOC 2 or ISO/IEC 42001, the AI management system standard that's starting to matter as much as ISO 27001 does for security.

Set a firm deadline, typically 10 business days for Tier 1 vendors, and define upfront what counts as acceptable evidence. A policy PDF with no supporting log or attestation should not satisfy a Tier 1 requirement. If the vendor can't produce a model card or AIBOM at all, that's information too: either the vendor doesn't know its own supply chain, or it's choosing not to tell you.

What Should an AI Bill of Materials Include?

An AIBOM is the AI equivalent of a software bill of materials: a structured list of what's actually inside the product you're buying, so you're not trusting a marketing page to describe your own risk exposure.

A usable AIBOM should specify:

  • Foundation model and version. The exact model (not just "we use AI") and the version currently in production.
  • Hosting provider and region. Where inference actually runs, which matters for data residency and export control questions.
  • Sub-processors. Every downstream party that touches the data, including any embedding or vector database provider.
  • Training data provenance. Metadata on what data sources trained or fine-tuned the model, at whatever granularity the vendor can legally disclose.
  • Update and versioning history. A record of prior model swaps, so you can spot a pattern of undisclosed changes.

Getting an AIBOM handed to you is only step one. Validate it. Cross-check the stated hosting region against network traffic or DNS records where you can. Ask for a signed attestation from the vendor confirming the AIBOM is accurate as of a specific date, since pinning a vendor to a specific model version materially reduces the risk of undetected drift. Request contract evidence, not just a name, for any sub-processor handling regulated data.

Red flags worth following up on immediately: a vendor that can't name its own foundation model, an AIBOM that lists a sub-processor with no corresponding data processing agreement, or a hosting region that doesn't match what the vendor's privacy policy claims. Any one of these should pause a Tier 1 approval until resolved.

Pro Tip: Ask specifically whether the vendor's foundation model provider has its own sub-processors. Fourth-party risk in AI supply chains often runs deeper than the vendor themselves realizes.

Which Contract Clauses Actually Reduce AI Vendor Risk?

Most of the actual risk reduction in an AI vendor relationship happens in the contract, not the questionnaire. A great answer on a security form means nothing if the master service agreement doesn't back it up.

Five clauses matter more than the rest:

  • No training without explicit consent. The default should be that your data never trains or fine-tunes the vendor's models. If the vendor wants an exception, it should be opt-in, documented, and revocable.
  • Deletion completeness. Deletion needs to cover not just the source data, but derivative artifacts: embeddings, cached prompts, fine-tuned model weights, and logs. "We deleted the record" means nothing if a vector representation of that record still lives in an index somewhere.
  • Model-change notice with reassessment rights. The contract should require advance notice, 30 days is reasonable for Tier 1, before any material model change, and it should grant you the right to reassess or exit if the change affects risk posture.
  • Agent boundaries and a kill switch. If the AI can take autonomous action, the contract should define the boundaries of that action explicitly and guarantee you a way to disable it immediately, not "within a reasonable timeframe."
  • Right to audit and access logs. You need contractual access to logs covering the AI's decisions and actions, exportable, not just viewable in a dashboard the vendor controls.

Liability language deserves specific attention for AI. Standard SaaS contracts often cap liability at fees paid over the prior twelve months, which is a reasonable ceiling for a project management tool and a dangerously low one for a vendor whose AI agent can execute financial transactions. Push for indemnification language that specifically names AI-generated harm, not generic "errors and omissions" language written before generative AI existed.

On negotiation posture: ask for default-off on any new AI feature rollout until your team has reviewed it, insist on a defined audit window (quarterly for Tier 1, annual for Tier 2), and make sure SLA commitments cover the AI feature specifically, not just platform uptime. A vendor that guarantees 99.9% uptime but says nothing about model accuracy or drift has left the part that actually matters unaddressed.

How Do You Score and Prioritize AI Vendor Risk?

A likelihood times impact score works for AI vendors the same way it works for traditional VRM, but the anchors have to be AI-specific or the scoring becomes theater.

Anchor likelihood to concrete, checkable factors: data retention length (longer retention raises likelihood of a downstream exposure), autonomy level (an agent with write access has a structurally higher likelihood of causing harm than a read-only summarizer), and disclosure history (a vendor that's already changed models without notice once will likely do it again).

Anchor impact to what the AI actually touches: regulated data categories, financial transaction authority, and the number of end users or customers exposed if something goes wrong.

Feed the score with measurable inputs rather than gut feel:

  • Test pass rates from the vendor's own documented evaluation process
  • Drift alerts or the absence of any drift monitoring at all
  • Cadence of proactive disclosure, has this vendor ever told you about a change before you asked
  • Incident history, including near-misses the vendor voluntarily reported

Define score bands with real consequences attached. A vendor scoring in the top band should trigger mandatory reassessment before contract renewal and possibly before any new feature enablement. A middle-band vendor gets a documented remediation plan with a deadline. A low-band vendor gets the standard annual cycle. The bands only work if a high score actually blocks something; a scoring model that never stops a renewal is just paperwork.

Practical measurement research supports building evaluation around real testing scenarios rather than self-reported claims alone. NIST's ARIA pilot introduced a contextual robustness index (CoRIx) built from human tester interactions, a useful model for what "we tested it" should actually mean when a vendor claims it.

How Often Should You Reassess AI Vendors?

Cadence should track tier, and reassessment should also fire on specific triggers rather than waiting for the calendar.

  1. Tier 1 vendors: reassess quarterly, plus immediately on any triggering event.
  2. Tier 2 vendors: reassess semi-annually, with a lighter-touch check-in at the midpoint.
  3. Tier 3 vendors: reassess annually via self-attestation, escalating to a full review only if something changes.
  4. Any vendor, regardless of tier: reassess immediately when a triggering event occurs.

The triggers that should force an out-of-cycle review: a model version change, a new sub-processor added to the vendor's stack, a security incident (even one the vendor insists didn't affect you), adverse media coverage of the vendor's AI practices, or a material change in the vendor's ownership or infrastructure provider, as detailed in best AI risk tools for UK regulated utilities.

Automating detection of these triggers is what makes continuous oversight sustainable instead of a quarterly fire drill. Feed model-version and infrastructure change signals into your SIEM where possible, correlate vendor API access patterns against identity logs to catch unexpected scope creep, and subscribe to vendor monitoring feeds that flag adverse media or breach disclosures. Security ratings platforms and automated fourth-party discovery tools exist specifically to scale this kind of monitoring past what a manual spreadsheet review can handle, and they're worth the investment once your Tier 1 vendor count passes a handful.

Server rack with indicator lights

How Does This Map to NIST, ISO, and Regulatory Requirements

An AI vendor risk assessment isn't just internal hygiene. It's the evidence base your organization needs when a regulator, auditor, or board member asks how you know your AI vendors are safe.

The artifacts collected through this process map directly onto recognized frameworks:

  • NIST AI RMF functions (Govern, Map, Measure, Manage) are satisfied by, respectively, your vendor governance policy, your tiering and inventory, your questionnaire and testing evidence, and your reassessment and remediation process.
  • ISO/IEC 42001, the AI management system standard, expects documented risk assessment processes and continual improvement, which your scoring bands and cadence directly support.
  • NIST SP 800-161 supply chain guidance provides the scoping questionnaire structure that your AIBOM validation steps are effectively implementing at the AI layer.
  • EU AI Act deployer duties require documentation of risk management and human oversight for higher-risk AI use cases, which your Tier 1 assessment package addresses directly if you keep it current.

For board reporting, structure the summary around three questions a director will actually ask: which vendors carry the highest AI risk, what's been done about it, and what's still open. A one-page summary per quarter listing Tier 1 vendor count, outstanding high-risk findings, and remediation deadlines does more for audit readiness than a hundred-page questionnaire archive nobody reads.

Quick Reference: Templates You Can Use Today

Keep an AIBOM request to one paragraph: foundation model and version, hosting provider and region, complete sub-processor list, training data provenance summary, and last-updated date with a signature.

The top eight intake questions procurement should send with every AI vendor inquiry:

  1. Does this product use AI to process customer data, and how?
  2. Is our data used for training or fine-tuning, by default or with consent?
  3. Which foundation model and version powers this feature?
  4. What sub-processors touch the data during inference?
  5. Can the AI take autonomous actions, and what are the limits?
  6. What is the data retention and deletion policy, with technical proof available?
  7. What notice do we get before a model change?
  8. Can we get logs of every AI decision or action affecting our account?

Contract clause starting points: "Vendor shall not use Customer Data to train, fine-tune, or improve any model without Customer's prior written consent" and "Vendor shall provide thirty (30) days' written notice prior to any material change in the underlying model or model provider, during which Customer may terminate without penalty."

Negotiation checklist: confirm default-off on new AI features, lock in a defined audit window, and require SLA language that names the AI feature specifically rather than folding it into generic uptime terms.

Practitioner Notes: What I Look for in a Focused Technical Audit

I'm Hanad Kubat, a software engineer, and most of what I've described here comes from the same instinct that shapes every audit I run: don't trust the summary, check the artifact. When a founder tells me a vendor's AI feature "should be fine," I want to see the AIBOM, not the sales page.

What I actually check in a focused review:

  • Whether the AIBOM the vendor handed over matches what their API actually returns
  • Whether logs exist at all, and whether they cover enough history to matter
  • Whether an "AI agent" feature has any real limit on what it can write to, versus a limit that exists only in documentation

The gap I see most often isn't a missing security certificate. It's a vendor whose AIBOM looks complete on paper but falls apart the moment you ask for a signed attestation or a log export covering more than seven days.

A scoped technical validation like this typically runs a focused engagement measured in days to a couple of weeks, not months, because the goal is a clear answer, not an open-ended audit.

The First Three Questions I Ask When a Vendor Says "We Use AI"

I ask what model they're running, whether my data trains it, and what happens if I need it deleted tomorrow. If any answer is vague, that's my answer.

My posture is simple: new AI features stay off by default until I've seen an AIBOM, and I give vendors a real deadline, not an open-ended request, to produce one. The contract line I reuse most: "no training on customer data without prior written consent, revocable at any time." If a vendor won't put that in writing, I don't need to guess what they're actually doing with the data.

How I Help You Validate and Harden AI Vendor Integrations

If you're a founder or a technical lead staring at a vendor's AI feature wondering whether it's safe to flip on, I run a fixed-price audit built for exactly that question. I check the AIBOM against what the vendor's system actually does, review the contract language against the clauses that matter, and tell you plainly what's missing before you sign anything or enable a feature in production.

Hanad Kubat

The Prototype Audit runs three to five days at a fixed price, credited against a build if you move forward, and it covers the same ground this article walks through: model supply chain visibility, contract gaps, and whether the "guardrails" a vendor claims actually exist in code. If the audit turns up remediation work, agentic boundary controls, deletion verification, default-off enablement logic, I build it myself, one name on the contract, weeks not months. No agency layer, no juniors touching your integration. If you've already done a technical due diligence review internally and hit a wall on the AI-specific pieces, that's exactly where this fits. Book a Prototype Audit and get a straight answer on what's safe to ship.

Sources

Consult the NIST AI RMF for governance mapping, the MIT AI Risk Navigator for risk taxonomy, and NIST SP 800-161 for supply chain scoping. Cite these directly for regulatory crosswalks and board reporting.

FAQ

Can AI Be Used for Risk Assessment?

Yes. AI-assisted tools can flag anomalies, cluster incident patterns, and speed up evidence review, but vendor risk decisions still need human judgment applied to artifacts like AIBOMs and contracts, not automated scoring alone.

How Do You Do a Vendor Risk Assessment for AI?

Tier the vendor by autonomy and data sensitivity, send an AI-specific questionnaire covering data usage and model supply chain, request an AIBOM and supporting artifacts, then score likelihood and impact before setting a reassessment cadence.

Which AI Tool Is Best for Risk Assessment?

No single tool replaces the process. Frameworks like the NIST AI RMF and monitoring platforms that combine security ratings with fourth-party discovery both play a role, and a focused technical audit fills the gap tooling alone can't cover.

What Are the Five Things a Risk Assessment Should Include?

For AI vendors specifically: a data usage and training review, model supply chain visibility through an AIBOM, contract clause verification, a likelihood times impact score, and a defined reassessment trigger schedule.

How Often Should You Reassess an AI Vendor?

Quarterly for Tier 1 vendors handling sensitive data or autonomous actions, semi-annually for Tier 2, and annually for Tier 3, with immediate reassessment triggered by any model change or security incident.