Skip to main content

AI Governance Fails Without Data Visibility First

|

0 minutos de leitura

See how Forcepoint classifies data for safe AI use
  • Lionel Menchaca

Most conversations about AI governance start with frameworks and never fully arrive at enforcement. Organizations build committees, write policies and align to NIST or the EU AI Act. Then someone pastes a customer contract into ChatGPT and no one knows it happened.

That is not a policy failure. It is a visibility failure. And until enterprises recognize that distinction, the gap between having an AI governance program and running one will stay wide open.

What Is AI Governance?

AI governance is the set of policies, processes, technical controls and accountability structures that determine how an organization develops, deploys and manages AI systems responsibly. It spans risk management, regulatory compliance, data handling and oversight of both human-facing and autonomous AI systems.

Worth noting: the term gets used two different ways. Governmental AI governance refers to the laws and frameworks that nations and international bodies apply to AI development. Enterprise AI governance is the program your security, compliance and data teams build and operate internally. Both matter. They are different problems. One is something you comply with. The other is something you build.

This post is about the second one, and specifically about the part most programs get wrong.

The Gap Between Policy and Reality

Only 12% of enterprises have mature AI governance processes in place, even as agentic AI deployment moves into production at scale across most large organizations. AI adoption is accelerating. Governance is not keeping up.

The instinct when facing that gap is to close it with policy: write the rules, communicate them, check the compliance box. That instinct is expensive. According to IBM's 2025 Cost of a Data Breach Report, organizations dealing with high levels of shadow AI faced an average of $670,000 more in breach costs than those with low or no shadow AI. Among organizations that suffered an AI-related breach, 97% lacked proper AI access controls and 63% had no governance policy in place, or were still developing one, when the breach occurred.

Here is the structural problem most AI security policies never address: the gap is not primarily a policy gap. It is a data visibility gap.

You can have a comprehensive AI governance program on paper and still be completely blind to what an employee pasted into ChatGPT yesterday, what a Copilot agent pulled from SharePoint this morning or what an AWS Bedrock agent is transmitting to an external LLM right now. Policy documents do not inspect prompts. Approval workflows do not stop data from moving.

Governance built on ungoverned data has no floor. The organizations that close the gap start with data, not documentation.

The Regulatory Stakes Are Getting Serious

Even if the operational case for AI governance were not compelling enough on its own, the regulatory environment has made the conversation non-negotiable.

The EU AI Act is the most comprehensive AI regulation currently in force. It applies extraterritorially, meaning any organization whose AI systems affect people in the European Union falls under its jurisdiction regardless of where that organization is headquartered. Full enforcement for high-risk AI systems began Aug. 2, 2026. Penalties reach up to 7% of global annual revenue, a structure deliberately modeled on GDPR. The governance obligation that connects most directly to data security compliance: high-risk AI systems must document data lineage, maintain access controls and produce audit logs on demand. That is a data security problem, not just a legal one.

The NIST AI Risk Management Framework is the U.S. de facto standard, widely adopted across financial services, healthcare and defense contracting. It organizes AI governance across four functions: Govern, Map, Measure and Manage. The 2025 update expanded coverage to address generative AI specifically, adding new provisions on model provenance, training data transparency and AI supply chain risk.

ISO/IEC 42001 is the internationally recognized management standard for AI governance systems. It is increasingly appearing in enterprise procurement requirements, with organizations expecting vendors to demonstrate governance accountability rather than simply describe it.

These frameworks define the bar. What none of them prescribe is how to build the data foundation that makes any of them enforceable. For a deeper look at building a data security governance strategy that holds up to regulatory scrutiny, the foundational work applies regardless of which AI framework you align to.

Three AI Risk Surfaces, Three Enforcement Problems

Every AI governance challenge in the enterprise maps to one of three risk surfaces. Most governance programs address one of them adequately. All three require distinct controls, and none of them is optional.

Shadow AI

Shadow AI refers to any AI tool employees adopt without IT approval: browser-based chatbots, personal accounts, browser extensions, API keys checked into developer repositories and, increasingly, automated workflows employees build themselves using foundation model APIs.

The data risk is direct. Employees paste sensitive data, including PII, financial records, source code and confidential business information, into tools the organization has no visibility into and no policy governing. According to Gartner, 69% of organizations suspect their employees are using prohibited generative AI tools. Among those who have confirmed it, 33% of employees admitted to entering sensitive information into unapproved tools.

The governance challenge: most organizations do not know the full scope of shadow AI tools running in their environment. Policies cannot govern what they cannot see. Discovery has to come before enforcement.

Sanctioned AI

Sanctioned AI tools are the ones IT approved: Microsoft 365 Copilot, ChatGPT Enterprise, Claude for Enterprise, AWS Bedrock and others. The common assumption is that approval equals governance. It does not.

Approving a tool means the organization reviewed the vendor contract and confirmed it meets procurement requirements. It does not mean anyone has visibility into what data employees are moving through it, what is being entered into prompts, what the tool is returning or whether any of it creates regulatory exposure. Sanctioned AI applications carry a significant portion of enterprise AI data risk precisely because their adoption is widespread, trusted and often completely uninstrumented.

Governing sanctioned AI requires enforcement at the interaction level: inspecting prompts and responses, filtering sensitive content before it leaves the organization and producing an audit trail that can answer a basic question with specificity: what sensitive data went where, and who sent it?

Agentic AI

Agentic AI is the risk surface that current governance frameworks are least equipped to handle. These are AI systems that take autonomous, multi-step actions on enterprise systems, querying databases, reading files, drafting communications and submitting transactions, without a human approving each step.

By the end of 2026, 40% of enterprise applications are projected to embed task-specific AI agents, up from less than 5% in 2025. Most organizations do not have a governance framework that accounts for this. The problem is not the agents themselves. It is what they access and how they access it.

Agents authenticate directly to Salesforce, Microsoft 365, Jira and other business-critical systems using service account credentials. They do not pass through a proxy. They do not touch an endpoint agent. They bypass every control built for human users and access data at machine speed, at scale, with no human reviewing what they do. The AI security threats that autonomous agents introduce are categorically different from the threats traditional security tools were designed to address.

Governing agentic AI requires controls that most frameworks were not designed to provide: enforcement at the agent-to-application layer, identity attribution that distinguishes a human from an agent acting on their behalf, human-in-the-loop approval for write and delete operations and immutable audit logs that capture every transaction.

Five Practices That Close the Governance Gap

AI governance frameworks describe what you need to accomplish. These five practices focus on how to build the foundation that makes any framework enforceable in practice.

1. Inventory before you govern.
You cannot govern what you cannot see. Before writing policies, identify every AI tool in use across the organization, including tools IT never approved. Endpoint visibility and URL categorization surface shadow AI that procurement processes miss entirely. Without a complete inventory, your governance program has an undefined perimeter.

2. Govern the data before you govern the models.
Classification, data lineage and access controls are the operational foundation. AI security and data security are not separate disciplines. An AI governance program built on ungoverned data cannot enforce meaningful controls, regardless of how carefully the policy is written.

3. Extend existing controls to AI channels.
Organizations with mature DLP programs do not need to rebuild from scratch. The policies governing what leaves via email, what uploads to the web and what copies to a USB drive should also govern what enters an AI prompt and what an AI agent retrieves. If your existing data security program is working, extending it to AI channels is an architecture decision, not a restart. Zero reclassification required.

4. Enforce at every layer, not just the perimeter.
Perimeter controls do not see most AI traffic. Effective AI governance enforces at the prompt level for employee-facing tools, at the response level for output filtering and at the agent-to-application layer for autonomous systems. Each layer requires different controls. Missing any one of them leaves a gap the others cannot compensate for.

5. Build for auditability from day one.
Regulators, boards and auditors are no longer satisfied with descriptions of governance programs. They expect evidence: logs of what happened, who was responsible and which policy governed the decision. Every AI interaction and every agent transaction needs an immutable record with identity attribution. Building that infrastructure after a breach or audit request is significantly harder than building it before one.

What Real AI Governance Looks Like

Most AI governance programs are organized around policy documentation and periodic reviews. Real governance is operational: it runs continuously, enforces at every layer and generates evidence automatically.

For security teams, that means a single platform that surfaces every sanctioned and shadow AI tool in use, applies consistent data security policies across every AI interaction, governs agent-to-application traffic with field-level enforcement and produces governance reporting that shows whether AI-related data risk is increasing or decreasing over time.

Organizations that extend an existing data security platform into the AI layer are positioned to govern all three risk surfaces without rebuilding their program from scratch. The organizations that govern AI most effectively are not the ones who started with an AI-specific governance stack. They are the ones who extended their existing data security controls upward into the AI layer and applied the same classification logic, the same policies and the same enforcement infrastructure they already trust.

See How Forcepoint Closes All Three Enforcement Gaps

Forcepoint AI Data Security delivers one platform and one policy framework with complete visibility across shadow AI, sanctioned AI and agentic AI.

Explore Forcepoint AI Data Security

AI Governance Is an Infrastructure Problem

AI governance is not a compliance checkbox. It is the operational infrastructure that determines whether your organization can control what happens to sensitive data the moment it enters an AI system.

The organizations building durable AI governance programs right now are not starting with frameworks and working backward to controls. They are starting with data: knowing where sensitive information lives, how it is classified and how it moves before writing a single policy about it.

That sequence matters. Governance built on top of ungoverned data produces the appearance of a program without the substance of one. The gap between those two things is exactly where breaches happen, where regulatory penalties land and where boards start asking hard questions that security teams cannot answer.

Start with the data. Everything else follows.

  • lionel_-_social_pic.jpg

    Lionel Menchaca

    Lionel Menchaca has covered data security at Forcepoint since 2020, writing about DLP, DSPM, insider risk and AI security for security and IT leaders. He works with Forcepoint X-Labs threat researchers to turn their findings on emerging threats, from AI-targeted supply chain attacks to prompt injection, into practical guidance, and he leads the company's editorial strategy across the blog and the X-Labs newsletter. Before Forcepoint, Lionel founded and ran Dell's corporate blog for seven years and spent two decades helping enterprise tech companies explain security, cloud and AI.  

    Leia mais artigos de Lionel Menchaca

X-Labs

Receba insights, análises e notícias em sua caixa de entrada

Ao Ponto

Cibersegurança

Um podcast que cobre as últimas tendências e tópicos no mundo da cibersegurança

Ouça Agora