Feature AI Risk
AI Risk Assessment Questionnaire: Split the Questions Between the Business Owner, Technology Team, and Independent Reviewer
Build an AI risk assessment questionnaire with clear owners, evidence fields, and independent challenge instead of one unreliable respondent.
Table of Contents
TL;DR
- An AI risk assessment questionnaire should not be handed to one person. The business owner explains the use and consequences; Technology proves how the system works; an independent reviewer tests whether the evidence supports deployment.
- Give every question an answer owner, evidence requirement, reviewer conclusion, and unresolved-gap status. “Yes” without an artifact is still an assertion.
- Unknowns should become visible decisions: resolve before launch, restrict the use case, add a compensating control, or issue a time-limited exception with stop conditions.
The fastest way to make an AI assessment unreliable is to ask one person to answer all of it.
A product owner can explain why a customer-service model exists, but may not know whether prompts are retained by a foundation-model provider. An engineer can document the API and evaluation set, but cannot decide whether the output creates a fair-lending or disclosure obligation. Risk can challenge both, but should not invent facts that belong to the system owner.
A usable AI risk assessment questionnaire therefore splits the work. It routes each question to the person closest to the fact, then gives an independent reviewer a separate place to challenge the answer and record the decision. That structure follows the accountability logic in NIST AI RMF 1.0: GOVERN 2.1 calls for documented roles and lines of communication, MAP 1.1 requires the intended purpose and deployment context to be understood and documented, and Measure 1.3 brings in experts who did not serve as front-line developers and/or independent assessors.
The practical payoff is traceability. When a bank partner asks, “Who said this use case was safe to launch?”, the answer is no longer “the questionnaire was completed.” You can show who supplied each fact, what evidence they attached, what the reviewer challenged, and which conditions survived approval.
Start with a routing sheet, not 80 anonymous questions
Before writing question text, define the roles. Titles vary, so assign responsibilities rather than assuming every company has a Model Risk Management team.
| Role in the assessment | Good default owner | What this role is accountable for | What this role should not self-approve |
|---|---|---|---|
| Business owner | Product lead, operations lead, lending lead, or process owner | Intended use, affected population, decision role, customer journey, fallback, expected benefit, misuse boundaries | Technical test adequacy or final residual-risk acceptance |
| Technology owner | Engineering lead, data science lead, ML owner, security architect, or vendor technical owner | Architecture, data flow, model/version, integrations, access, testing, logging, monitoring, rollback | Whether the business use is legally permissible or within risk appetite |
| Compliance/privacy specialist | Compliance officer, privacy counsel, fair-lending lead | Applicable obligations, notices, prohibited uses, retention, consumer recourse | Accuracy of system architecture or model-performance claims |
| Independent reviewer | Second-line Risk, MRM, independent validation, or qualified reviewer outside the build team | Evidence sufficiency, challenge, limitations, residual risk, approval recommendation | Rewriting weak first-line answers so the record looks complete |
| Approval authority | CRO, CCO, model committee, AI governance committee, or delegated approver | Accept, reject, restrict, or condition deployment | Performing the assessment in place of accountable owners |
Small fintech? One person may wear two titles. Preserve the functional separation anyway. The engineer provides technical evidence; the Head of Compliance challenges it; the CEO or designated risk authority accepts a material residual risk. If the builder also supplies the final approval, document why no independent reviewer was available and narrow the deployment until one is.
NIST’s AI RMF Core is direct on the point: independent review can improve testing effectiveness and mitigate internal bias and conflicts of interest. The Generative AI Profile, NIST AI 600-1, adds that independent evaluations or assessments should be proportionate to identified risk. Independence is not ceremony; it is protection against the team grading its own work.
Questions for the business owner: define the decision before scoring the model
The business section should establish what the system is allowed to do. Do this before technical scoring. A technically strong model attached to an undefined or impermissible use case is still a bad deployment.
| Business-owner question | Evidence to attach | Reviewer challenge |
|---|---|---|
| What exact task will the system perform, and what is outside scope? | Approved use-case statement and prohibited-use list | Could the production workflow silently expand beyond this boundary? |
| Who is affected by the output? | Customer journey or process map | Are indirect effects—queues, limits, prioritization, or fraud holds—captured? |
| Does the system recommend, decide, communicate, or execute? | Workflow showing human and automated steps | Is the described human review meaningful, or a rubber stamp? |
| What happens when the model is unavailable or wrong? | Manual fallback and unsafe-stop procedure | Can Operations actually run the fallback at production volume? |
| What complaints or adverse outcomes could reveal failure? | Complaint taxonomy and escalation route | Are complaints linked back to model version and decision records? |
| What change would require reassessment? | Change-trigger list | Does it cover new data, model versions, customer segments, and decision authority? |
The wording matters. “Is there human oversight?” invites “yes.” Ask instead: Which role reviews which outputs before action, what information does that person see, what authority do they have to override, and where is the override logged?
For a lending use case, connect the business answer to the actual decision notice. The CFPB’s September 19, 2023 guidance on credit denials using artificial intelligence said creditors must give accurate, specific adverse-action reasons; selecting a nearby reason from a sample checklist is insufficient when it does not reflect the real basis for the decision. That turns explainability from a model-team talking point into an operational test: can the approved workflow produce the reason the consumer actually receives?
Questions for Technology: require a reproducible evidence package
Technology owns facts about the system. The questionnaire should make those facts reproducible by a reviewer who did not build it.
Architecture and data
Ask for the system name, vendor, model and version where knowable, hosting pattern, upstream and downstream systems, data fields, data sources, retention, access roles, subprocessors, and whether customer data can be used for provider training or service improvement.
Evidence: a dated architecture diagram, data-flow diagram, data dictionary, access-role export, vendor terms, and configuration record. A generic security policy does not prove how this deployment is configured.
Evaluation and limitations
Ask Technology to define:
- the evaluation population and why it represents intended production use;
- performance measures and acceptance criteria chosen before results were reviewed;
- known failure modes and excluded conditions;
- outcome testing across relevant groups where the use affects people;
- robustness, security, misuse, and fallback tests appropriate to the system;
- unresolved findings and their production impact;
- the exact model, prompt, retrieval source, code, and configuration evaluated.
NIST’s MEASURE function says AI systems should be tested before deployment and regularly in operation, with formal reporting and documentation of results. The questionnaire should therefore link to evaluation outputs, not summarize them as “testing passed.”
Monitoring and rollback
Require a monitoring specification with the metric, source, owner, review frequency, decision threshold, escalation route, and rollback action. If no external benchmark exists, label thresholds as internal starter thresholds and calibrate them against pilot or recent production history. Add an anti-gaming check: reconcile sampled production decisions to logs and incident or complaint tickets so a clean dashboard cannot hide missing records.
The independent reviewer gets a separate column
The reviewer should never overwrite the owner’s original answer. Preserve four fields:
- Owner assertion — what the responsible person says is true.
- Evidence reference — the artifact and version supporting it.
- Reviewer conclusion — supported, partially supported, unsupported, or not applicable with rationale.
- Decision effect — no action, remediation, restriction, launch blocker, exception, or escalation.
A practical challenge scale:
| Reviewer status | Meaning | Required disposition |
|---|---|---|
| Supported | Evidence is scoped, current enough for the decision, and consistent with the answer | Record conclusion and continue |
| Partially supported | Some evidence exists, but scope, period, sample, or ownership is incomplete | Name the limitation and decide whether compensation is sufficient |
| Unsupported | Assertion has no usable evidence or evidence contradicts it | Treat as an open risk; do not score it as effective |
| Not applicable | Question does not apply to this use | Record why, including the use-case fact that makes it inapplicable |
| Unknown | Fact cannot currently be determined | Assign an owner and block, restrict, or formally except the decision |
This is where “effective challenge” becomes visible. A reviewer note such as “SOC 2 received” is inventory, not challenge. A useful note says: “Report covers the vendor’s core platform through March, but the new generative feature and retrieval service are outside scope; obtain architecture evidence and restrict customer data until reviewed.”
For a deeper model of documenting disagreement, use the effective challenge guide. For the final approval artifact, connect the questionnaire to the AI governance decision log.
A realistic hypothetical: the customer-support summarizer
A fintech wants to summarize support calls and draft agent notes.
- Business owner answer: Agents will review every draft; the system cannot send messages or change accounts. Evidence is the approved workflow and role permissions.
- Technology answer: Transcripts are sent to a vendor API after direct identifiers are tokenized. Evidence includes the data-flow diagram, tokenization test, API configuration, retention setting, and vendor terms.
- Compliance answer: The approved use excludes complaint disposition, adverse-action explanations, and account decisions. The complaint procedure is updated so agents do not replace the customer’s allegation with an AI summary.
- Independent challenge: The vendor’s documentation does not establish deletion operation for transient logs. The reviewer marks privacy evidence partially supported.
- Decision: Restricted pilot using tokenized transcripts; daily sample comparison to source audio; no training or secondary use; deletion evidence due before expansion; automatic expiry if the condition is missed.
That is a risk assessment. “Vendor uses encryption and has a policy” is not.
So What?
Take one AI questionnaire already marked complete and add four columns: answer owner, evidence reference, independent conclusion, and decision effect. Then find every “yes” with no artifact and every “not applicable” with no rationale.
Do not fix those cells in Risk. Route them back to the people who own the facts. The first useful output may be a list of unknowns. Good. Unknowns exposed before deployment are governance; unknowns hidden inside a completed spreadsheet are future incident work.
For the broader assessment structure, see the pre-deployment AI risk assessment walkthrough and the minimum NIST AI RMF artifact set.
The AI Risk Assessment Template & Guide includes a role-ready use-case inventory, pre-deployment assessment, evidence fields, vendor questionnaire, and worked examples for teams that need to put this workflow into operation.
◆ Need the working template?
Start with the source guide.
These answer-first guides summarize the required fields, evidence, and implementation steps behind the templates practitioners search for.
◆ Related template
AI Risk Assessment Template & Guide
Comprehensive AI model governance and risk assessment templates for financial services teams.
◆ Immaterial Findings · Weekly
Sharp risk & compliance insights. No fluff.
◆ FAQ
Frequently asked questions.
Who should complete an AI risk assessment questionnaire?
Can the model developer approve the AI risk assessment?
What evidence belongs in an AI risk assessment questionnaire?
How should unanswered AI risk questions be handled?
How long should an AI risk assessment questionnaire be?
Author
Rebecca Leung
Rebecca Leung has 8+ years of risk and compliance experience across first and second line roles at commercial banks, asset managers, and fintechs. Former management consultant advising financial institutions on risk strategy. Founder of RiskTemplates.
◆ Related framework
AI Risk Assessment Template & Guide
Comprehensive AI model governance and risk assessment templates for financial services teams.
◆ Keep reading
Related posts.
AI Risk
EU AI Act August 2, 2026: What's Going Live, What Got Pushed to December 2027, and What US Fintechs Need to Do This Week
August 2, 2026 is five days away. The Digital Omnibus deferral is now final law. Here's what actually goes into effect on August 2 vs. what got moved to December 2027 — and the two-hour compliance check US fintechs should run now.
Jul 27, 2026
AI Risk
NIST AI RMF Implementation: The Minimum Artifact Set for a Team That Cannot Build 200 Controls
What a small risk team actually needs to produce for NIST AI RMF and FS AI RMF compliance — 12 artifacts across GOVERN, MAP, MEASURE, and MANAGE that hold up to examiner scrutiny.
Jul 24, 2026
AI Risk
AI Governance Decision Log: The Missing Artifact Between Committee Meetings and Production Approval
An AI governance framework example for logging approval conditions, dissent, evidence, owners, and expiry dates before an AI use case goes live.
Jul 23, 2026