Risorse
Indietro

Join the AI + Data Tour for hands-on training, real customer stories, and time with Domo product experts near you.

Register now
Chi siamo
Indietro
Premi
Recognized as a Leader for
34 consecutive quarters
Primavera 2025, leader nella BI integrata, nelle piattaforme di analisi, nella business intelligence e negli strumenti ELT
Prezzi

AI Risk Management: A Guide to Frameworks and Best Practices

3
min read
Tuesday, July 14, 2026
Table of contents
Carrot arrow icon

Deploying AI and not having guardrails in place exposes companies to regulatory penalties, operational failures, and damage to their reputation, which traditional IT risk management doesn't address. This guide covers four practical categories of AI risk, the frameworks that shape compliance requirements, and the controls that help teams catch problems before they escalate. You'll learn how to build a risk assessment process, assign ownership across functions, and monitor models in production.

Key takeaways

If you only remember a few things, make them these:

  • Definition: AI risk management is the process of identifying, assessing, and controlling the specific vulnerabilities that artificial intelligence systems introduce to your business.
  • Lifecycle scope: Effective programs apply governance from initial model design through deployment, monitoring, and eventual retirement.
  • Framework landscape: The NIST AI RMF, EU AI Act, and ISO/IEC 42001 represent the primary standards shaping enterprise compliance programs today.
  • Cross-functional ownership: This discipline requires collaboration across data, legal, security, BI, and business teams rather than sitting solely within IT.
  • Generative AI complexity: Large language models introduce new risk categories like hallucination and prompt injection that traditional machine learning controls don't address.

What is AI risk management

AI risk management is the structured process of finding, measuring, and controlling the risks that artificial intelligence creates for your organization. You document what could go wrong with your models (and the AI agents that use them), decide how much risk you can tolerate, and put controls in place to catch problems before they cause damage.

AI risk management is often described through three lenses that help clarify what needs controls and evidence.

  1. Risks of AI: bias in predictions, hallucination in generated content, privacy leakage, and model drift where accuracy degrades over time.
  2. Risks to AI: data poisoning, infrastructure failures, and vulnerabilities in third-party models you depend on.
  3. Governance of AI: documentation, access control, and human oversight.

Standard software either works or it breaks. AI can fail silently by providing confident yet incorrect answers. Or by taking the wrong action inside an automated workflow. That difference is why traditional IT security and enterprise risk management, while related, don't cover everything you need. Organizations now manage double the AI risks they tracked in 2022, according to McKinsey.

Why AI risk management matters

A lending model that discriminates against protected classes. A chatbot that leaks customer data in its responses. An audit that reveals zero documentation of how a production model was trained.

These aren't hypothetical scenarios. Stanford's 2025 AI Index Report tracked a 56.4 percent surge in AI incidents in a single year. That rate of increase suggests most organizations are deploying faster than they are governing. These are the exact triggers that force organizations into reactive crisis mode.

The consequences fall into three areas:

  • Regulatory exposure: EU AI Act penalties, sector-specific requirements like the Health Insurance Portability and Accountability Act (HIPAA), and failed audit findings that halt deployments
  • Operational disruption: Model failures that break automated processes and retraining cycles that consume expensive engineering time
  • Reputational damage: Public incidents that erode customer trust and brand value

The value of a formal program is measurable risk reduction. Gartner found organizations with AI governance platforms are 3.4 times more likely to achieve high governance effectiveness. Fewer audit findings. Faster model approvals. Lower incident response costs. If you already have mature data governance, AI risk management extends those controls to models, AI agents, and outputs.

{{custom-cta-1}}

Types of AI risk

AI risks don't fit neatly into traditional IT categories. A useful taxonomy organizes them into four buckets, each requiring different controls and owners.

Data risk

Data quality, lineage, and privacy issues affect model inputs and outputs. Training data that reflects historical bias produces biased predictions. Personally identifiable information (PII) that leaks into prompts violates privacy laws. Data drift degrades model accuracy over time as the live environment changes.

For generative AI, you also need to control prompt injection and context window leakage. If teams ground outputs with retrieval-augmented generation (RAG), data risk expands to the retrieval layer too: which datasets and documents are permitted, how they're permissioned (row-level and column-level), and whether sensitive fields get flagged during ingestion (for example, automated PII monitoring).

Model risk

Bias in predictions. Hallucination in generative outputs. Adversarial attacks that manipulate model behavior through crafted inputs. Model drift where performance degrades because production data no longer matches training data.

Large language models are especially difficult because their outputs are non-deterministic. The same prompt can produce different responses. That's why many teams add evaluation harnesses and scored tests (prompt-response accuracy, safety checks, toxicity screens) as part of release gates, not as an afterthought.

Operational risk

Infrastructure, deployment, and integration failures can halt business processes. Model serving latency breaks downstream applications. Version mismatches between training and production cause silent failures. Lack of rollback capability when a model fails leaves you stuck.

Third-party model dependencies are a growing concern as organizations rely on external APIs. This isn't just about uptime. It's also about governance consistency: if teams can swap large language model (LLM) providers without consistent access controls, logging, and testing, risk management turns into a game of whack-a-mole.

Ethical and legal risk

Compliance, liability, and societal impact represent major exposure areas. Discrimination claims. Intellectual property disputes over training data. Regulatory non-compliance under frameworks like the EU AI Act high-risk classification.

Reputational damage from harmful outputs often surfaces after deployment, which makes pre-release testing critical. It also makes traceability critical: when something goes wrong, teams need to reconstruct what data the system saw, which version ran, and who approved the release.

AI risk management frameworks and standards

Which framework applies to your organization depends on geography, industry, and whether you need formal certification or voluntary alignment.

NIST AI RMF

The NIST AI Risk Management Framework is voluntary and widely adopted in the United States. It centers on four core functions: Govern, Map, Measure, and Manage. No certification exists, but it provides a structured approach that aligns with existing NIST frameworks like the Cybersecurity Framework.

Best for organizations that want flexibility without formal audits. However, "voluntary" doesn't mean "optional" in practice. Many procurement teams and regulators now expect NIST alignment as a baseline, even without formal certification requirements.

EU AI Act

Mandatory for any organization deploying AI in the European Union or serving EU customers. The risk tiering system includes: unacceptable, high, limited, and minimal. High-risk systems require conformity assessments, extensive documentation, and ongoing monitoring.

Enforcement phases in over time, with high-risk requirements taking effect later and penalties up to €35 million or 7 percent of global annual turnover. Those penalty thresholds exceed GDPR fines.

ISO/IEC 42001

The first international standard for AI management systems. Certification is available, making it valuable for organizations that need third-party validation. It aligns with ISO 27001 for security and ISO 9001 for quality.

NIST AI RMF functionEU AI Act requirementISO/IEC 42001 clause
GovernArticle 9 (Risk Management)Clause 5 (Leadership)
MapArticle 11 (Documentation)Clause 6 (Planning)
MeasureArticle 15 (Accuracy, resilience)Clause 9 (Evaluation)
ManageArticle 17 (Quality Management)Clause 10 (Improvement)

AI governance principles for trustworthy AI

Governance principles mean nothing without controls that enforce them and evidence that proves compliance.

Governance structure and roles

Someone needs to own AI risk. Common models include a centralized governance committee, distributed ownership with a center of excellence providing standards, or embedded risk owners within product teams.

In practice, AI risk management works best when ownership matches the AI supply chain. A simple way to group responsibilities is:

  • Platform and data foundations: IT, security, and data leaders set guardrails like access controls, audit expectations, and approved patterns
  • Build and run: data engineers and AI/ML engineers implement testing, monitoring, release gates, and upstream data quality controls
  • Business and compliance: BI leaders, legal, privacy, and line-of-business leaders set definitions, approve use cases, and confirm risk appetite

Centralized models offer consistency but slow deployment. Distributed models move faster but risk inconsistency.

Transparency and explainability

Transparency requires documentation of training data, model architecture, and decision logic. Explainability needs vary by use case. A credit decision requires more explanation than a product recommendation.

Highly explainable models like decision trees may sacrifice accuracy. Complex deep learning models require post-hoc explanation tools.

Transparency also has a practical side: teams need evidence artifacts that hold up in audits and investigations. Visual data lineage, audit logs, model cards, and version history turn "just trust it" into "here's the record."

Fairness and bias control

Fairness means consistent treatment across protected classes through regular bias audits and remediation. Definitions of fairness vary. Demographic parity and equalized odds measure different things, and the right choice depends on your use case and regulatory context. Picking the wrong fairness metric for your context can create legal exposure even when the model passes technical tests. Legal and compliance teams should weigh in on metric selection, not just data scientists.

Pre-deployment bias testing and ongoing monitoring catch drift before it impacts people.

Human oversight

High-risk decisions involving hiring, credit, or medical diagnosis typically require human-in-the-loop review before action. Lower-risk automation may only need human-on-the-loop oversight of aggregate outcomes.

For AI agents that take actions (approve, route, respond, update records), human-in-the-loop checkpoints can be even more concrete: requiring manual review for high-value invoice processing or sensitive customer communications, while allowing low-risk steps to run automatically.

AI risk assessment process

Teams that deploy models without documented risk assessments face audit findings, incident response chaos, and no clear ownership when something breaks.

1. Define use cases and risk appetite

Document the specific use case before assessing anything. What problem does it solve? What data does it use? Who does it affect? What decisions does it inform?

Then define risk appetite. A fraud detection model has different tolerance than an internal content recommendation engine.

If the system includes an AI agent, document its full action surface area too. What can it read? What can it write? Which workflows can it trigger? "Chat" is one risk profile. "Chat that can take action" is another.

2. Identify risks and map controls

Use the taxonomy covering data, model, operational, and ethical categories to identify vulnerabilities. Map existing controls to each risk. Gaps become action items.

A risk register row should include: risk description, category, likelihood, impact, existing controls, residual risk, and owner.

For generative AI, be explicit about where guardrails live:

  • Data controls (permissions, lineage, PII handling)
  • Prompt and context controls (system prompts, retrieval scope, conversation logging)
  • Model controls (evaluations, red teaming, model versioning)
  • Agent controls (approval steps, sandbox testing, action limits)

3. Score likelihood and impact

Use a standard matrix to ensure consistency across teams. Define scoring criteria clearly. Likelihood of one means rare, less than once per year. Five means almost certain, weekly or more.

Here's where teams often get it wrong: they score likelihood based on whether they've seen the risk occur, rather than whether the conditions exist for it to occur. A model that hasn't failed yet isn't necessarily low-likelihood. It may just be untested.

4. Document owners and evidence

Every risk needs an owner. Document who is responsible for each control, what evidence demonstrates effectiveness, and when the assessment will be reviewed.

Evidence includes bias audit reports, access control logs, model validation results, incident response records, and tamper-resistant audit trails that make it clear what changed, when it changed, and who approved it.

AI security, privacy, and compliance requirements

When a security team asks how your language model is protected, or a privacy officer asks where customer data goes during inference, you need answers.

Data governance and lineage

AI systems require the same data governance as any analytics workload, plus additional controls for training data provenance. Document where training data originates, how it was processed, and whether it contains proprietary content.

For generative models, track what data enters the context window and ensure outputs are logged. If the system uses RAG, include source-to-destination lineage: which datasets, FileSets, or unstructured documents fed the response, and which transformations occurred along the way.

Access control and audit

Apply least-privilege access to models, training data, and inference endpoints. Log who accesses what and when. For language models, control who can modify system prompts and who can access conversation logs.

Integrate with existing security information and event management (SIEM) tooling for centralized monitoring.

Access control also needs to match how people actually work. If teams use BI tools, row-level permissions (like Personalized Data Permissions, or PDP) help ensure AI-powered features can't surface records that a person isn't authorized to view.

Model robustness and safety

Test models for adversarial attacks, prompt injection, and data poisoning. Red teaming is essential for language models. Dedicated teams should attempt to break the model before production deployment.

For AI agents, include action safety in the testing plan: validate that credentials are handled correctly, that agents inherit the interacting person's permissions, and that a model can't sidestep access controls through prompt manipulation.

How to mitigate AI risks and monitor systems

A model in production starts drifting. Accuracy drops. No one notices until a customer complains. This happens more than anyone likes to admit.

Map controls to risks

For each risk in your register, assign controls. Preventive controls stop risks from occurring. Detective controls identify when risks materialize. Corrective controls remediate after occurrence.

Test before production

Pre-release testing covers accuracy, bias, security, and edge cases. For language models, add evaluation harnesses that test for hallucination, toxicity, and instruction-following.

Define release gates. What test results block deployment?

If your program includes AI agents, consider versioned testing environments (sandbox first, production second). That makes it much easier to validate prompt changes, retrieval settings, and workflow steps without exposing customers or business teams to untested behavior.

Monitor for drift

Watch for data drift when input distributions change, concept drift when relationships between inputs and outputs shift, and model drift when accuracy degrades.

Define Key Risk Indicators with thresholds that trigger alerts. Prediction confidence distribution. Feature value ranges. Error rates by segment.

For AI-driven analytics, monitor consistency too. Certified metrics and a semantic layer can reduce the risk of conflicting definitions across departments. Conflicting definitions are a sneaky way for AI-generated insights to become "wrong" while still looking convincing.

Respond to incidents

Define an incident response process: detection through automated alerts, triage for severity, containment via rollback, investigation for root cause, and remediation.

Track mean time to detect and mean time to resolve as program metrics.

For AI agents and LLM applications, incident response should include log review that can answer specific questions quickly: what prompt ran, what context got retrieved, what data got returned, and what actions were attempted or executed.

Challenges in AI risk management

Model opacity

Complex models resist explanation. Use explainability tools, require model cards, and match model complexity to use case risk level.

For generative systems, grounding helps. A semantic layer with certified business definitions can reduce hallucinations caused by ambiguous metric logic ("What counts as revenue?") even when the underlying model remains hard to interpret.

Regulatory uncertainty

Frameworks are evolving. The EU AI Act phases in slowly. US regulation remains fragmented. Adopt NIST AI RMF as a flexible baseline while monitoring developments.

Organizational silos

AI risk spans data, security, legal, and business teams. Without coordination, gaps emerge. Cross-functional governance with clear accountability addresses this, but you'll notice it also reduces tool sprawl risk. When teams build one-off pipelines, one-off dashboards, and one-off agent experiments, governance gets inconsistent fast.

How Domo supports AI risk management

Domo supports AI risk management by putting governed data, governed metrics, and governed automation in the same environment. Teams can scale AI without guessing where controls live.

Domo Data Integration connects to data sources across your organization and supports controls that reduce upstream risk. Automated PII monitoring can flag sensitive fields during ingestion. Versioned sandbox environments help data engineers test pipeline changes before promoting them to production. Source-to-destination lineage tracking (including DomoStats) helps teams document what data fed a model or an AI agent and how it changed along the way.

Domo BI adds guardrails at the analytics layer. Certified Metrics and a semantic layer keep business logic consistent, which helps keep AI-generated insights aligned with trusted reporting. Personalized Data Permissions (PDP) enforce row-level access control, so AI-powered experiences like AI Chat can't surface data outside a person's authorized scope. Visual lineage and audit logs make it easier to trace how an insight was created when auditors (or skeptical stakeholders) ask for proof.

Agent Catalyst extends governance into AI agents and automation. It includes centralized management for agent credentials, access permissions, auditing, and performance monitoring. Human-in-the-loop quality control can add manual review steps and built-in evaluations, which helps prevent an agent's mistake from turning into a business decision. Agent permissions can inherit from the interacting person's data permissions, which helps prevent unauthorized data exposure by design. Versioned testing environments support safe promotion from sandbox to production, and monitoring and logging provide visibility into what agents did and when.

For teams working with multiple LLM options (DomoGPT, third-party models, or custom models) Agent Catalyst can help keep governance consistent even as the underlying model changes. An AI service layer abstraction can separate LLM selection from agent workflows, which makes it easier to swap models without rewriting everything or skipping risk controls.

{{custom-cta-2}}

Final thoughts

AI risk management is operational infrastructure, not a compliance checkbox. It allows organizations to deploy AI confidently, respond to incidents quickly, and demonstrate trustworthiness to regulators and customers.

The frameworks exist. The controls are known. The challenge is execution: building governance into workflows, monitoring models in production, and maintaining documentation that survives audits.

Start with a risk assessment of existing systems. Align to a framework that fits your constraints. Build from there. And if you want to see what governed data, certified metrics, and audited AI agents look like in one place, Watch a demo.

See what governed, auditable AI looks like in Domo

Get a demo

Start building AI guardrails with trusted data and metrics

Try free
See Domo in action
Watch Demos
Start Domo for free
Free Trial

Frequently asked questions

How does AI risk management differ from traditional enterprise risk management?

Traditional enterprise risk management focuses on financial, operational, and strategic risks using established methodologies. AI risk management requires specialized controls for non-deterministic model behavior, training data provenance, and continuous output validation that standard ERM frameworks don't address.

Does the NIST AI RMF require third-party certification?

No. The NIST AI Risk Management Framework is voluntary and doesn't include a certification program. Organizations can self-attest to alignment. For formal certification, consider ISO/IEC 42001 instead.

What additional risks does generative AI introduce compared to traditional machine learning?

Generative AI introduces hallucination where models produce confident but false information, prompt injection where malicious inputs override system instructions, and non-deterministic outputs where the same prompt produces different responses. Traditional ML controls don't address these categories.

Who typically owns AI risk management within an organization?

Ownership varies. Common models include a centralized AI governance committee, a chief AI officer, or distributed ownership with a center of excellence providing standards. The key is clear accountability, not a specific title.

How do teams manage AI risk when they support multiple LLMs?

Model choice changes, but governance still needs to stay consistent. Teams typically standardize on common controls—access permissions, audit logging, pre-release evaluations, and monitoring—so risk management doesn't depend on which LLM happens to be plugged in this month.

What does human-in-the-loop mean for AI agents?

Human-in-the-loop means a person must review and approve a step before the system can act. For AI agents, that often looks like approval checkpoints for sensitive actions—high-value transactions, policy decisions, or customer-facing messages—paired with logging that proves who approved what and when.

How can a semantic layer reduce hallucination risk in analytics use cases?

Many "hallucinations" in BI aren't the model making up facts—they're the model guessing metric logic. A semantic layer with certified business definitions reduces ambiguity, so AI-generated insights and answers align with validated metrics that teams already trust.
No items found.
Explore all
AI
AI