TL;DR: AI security vendors are increasingly judged by whether they can govern the data feeding models, prompts, and agents, not just inspect model behaviour, according to Cyera. That shift makes data-first controls and runtime enforcement central to keeping AI usable without losing policy intent or control.
At a glance
What this is: This is an independent analysis of why data-first controls, not model-only protection, are becoming the practical test for AI security vendors.
Why it matters: For IAM, NHI, and human identity teams, the article shows that AI risk now depends on who or what can access data, how access is governed, and whether non-human actors are visible in policy decisions.
👉 Read Cyera's analysis of data-first AI security and vendor differentiation
Context
AI security is no longer just a model-protection problem. The governance gap starts when sensitive data is fed into systems that can train on it, reason over it, retrieve it, and recombine it into new outputs, creating exposure that traditional perimeter or model-only controls do not see clearly.
For identity teams, the practical issue is access orchestration across humans, service accounts, and AI agents. If data access is the control plane for AI, then entitlement scope, purpose limitation, and runtime visibility become identity problems as much as data problems, especially when non-human actors operate at machine speed.
Key questions
Q: How should organisations govern access to data used by AI systems?
A: Treat AI data access as an identity governance problem, not just a data storage problem. Define who or what can use each dataset, what purpose is allowed, and what runtime restrictions apply. Then review humans, service accounts, and AI agents separately so entitlement scope matches actual behaviour rather than a generic AI policy.
Q: Why do AI systems complicate traditional data security controls?
A: AI systems can consume, transform, and recombine sensitive data in ways that traditional static controls do not model well. The risk is not only unauthorized access, but also unintended output that creates new sensitive content. That is why data classification, purpose limitation, and runtime enforcement have to work together.
Q: What do security teams get wrong about AI runtime protection?
A: They often treat runtime controls as a replacement for upstream governance. In practice, runtime enforcement fails when it does not know which data is sensitive, what the approved use is, or which actor is making the request. The result is either overblocking or exposure through permissive exceptions.
Q: How can identity teams reduce shadow AI risk without blocking innovation?
A: Use narrow, policy-backed access paths that allow approved AI use while making unsanctioned use visible. Shadow AI grows when controls are too blunt and users work around them. The better approach is precise classification, monitored exceptions, and clear remediation when data use drifts out of policy.
Technical breakdown
Data-first AI security and the control plane for access
Data-first AI security treats sensitive data as the organising layer for AI governance. That means security decisions are based on what data is being used, who or what is using it, and whether the use matches policy intent. In practice, this spans training data, retrieval, prompts, responses, and downstream outputs. The key technical shift is that enforcement has to follow the data path, not just the model boundary. Traditional controls that only inspect one layer miss recombination risk, where a model produces new sensitive content from otherwise legitimate inputs.
Practical implication: map AI data flows to identity entitlements so policy is enforced across ingestion, retrieval, and output.
AI-specific DSPM and data access intelligence
AI-specific DSPM extends data posture management into the identity layer by showing which datasets are accessed, by whom, and under what behavioural pattern. The important distinction is that the consumer may be a person, a service, or an autonomous agent, and the governance question changes with each. If access patterns drift over time, the security team needs to see over-privilege, unexpected scope, and context violations before those become business exposures. This is where visibility becomes a control rather than a reporting feature.
Practical implication: classify AI consumers separately from human users and review their access scope against actual data behaviour.
Runtime enforcement versus static review for AI outputs
Static review is weak protection for AI systems because the risky event often happens during live execution, not at design time. Runtime controls can block prohibited prompts, suppress sensitive output, or route violations into remediation workflows when intent shifts. But runtime enforcement is only effective if the policy model understands the sensitivity of the underlying data and the permitted context of use. Without that context, security either blocks too much and drives shadow usage, or allows too much and misses disclosure.
Practical implication: pair runtime guardrails with sensitivity classification so enforcement is precise enough to avoid shadow AI.
Breaches seen in the wild
- DeepSeek breach — DeepSeek breach exposed 1M+ log lines and sensitive secret keys.
- Schneider Electric credentials breach — exposed credentials gave attackers access to Schneider Electric Jira, exfiltrating 40GB.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Data is now the control plane for AI security, not a downstream concern. The article is right to place data ahead of model-centric thinking, because the security decision is increasingly about what data can enter an AI workflow and what the workflow can emit. That broadens the identity surface from users to service accounts and AI agents. Practitioners should treat data governance and identity governance as one operating model, not parallel programmes.
AI-specific DSPM changes the question from 'who has access' to 'what kind of consumer is acting on the data'. A human, a workload, and an autonomous agent can all touch the same dataset, but they create different governance requirements and risk profiles. That is why visibility into actor type matters as much as visibility into the asset. The practical conclusion is that entitlement reviews must distinguish between human access, NHI access, and AI-driven access paths.
Runtime protection only works when policy reflects purpose, sensitivity, and actor context. The article captures a common failure in modern AI governance: blunt blocking creates shadow adoption, while permissive controls create uncontrolled recombination of sensitive data. The real issue is not whether to permit AI use, but whether the policy engine can express intent clearly enough to enforce it at runtime. Teams should assume that approval-only governance will not survive AI operating speed.
Purpose limitation is the missing discipline in many AI security programmes. AI systems do not merely consume sensitive data, they transform it, and that transformation can generate new regulated content that was never explicitly stored anywhere. This means traditional classification alone is insufficient unless it is tied to permitted use cases and identity context. Practitioners should reframe AI governance around allowable use, not just allowable storage.
Identity teams will be measured by whether they can make AI access governable without slowing the business. The market signal here is not that AI security replaces existing IAM or DSPM controls, but that both must converge around data-aware access decisions. That convergence is where programme maturity will be judged. Security leaders should expect board-level scrutiny to move from model risk to data access assurance.
From our research:
- 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, according to The State of Non-Human Identity Security.
- Only 1.5 out of 10 organisations are highly confident in their ability to secure NHIs, according to the same study, which shows how thin the confidence margin remains when non-human access expands.
- That visibility gap points directly to NHI lifecycle discipline, which is why the NHI Lifecycle Management Guide remains the right next step for teams translating AI access into governance controls.
What this signals
Data-first AI security will pressure IAM programmes to become more context-aware, not just more restrictive. The next governance test is whether a team can distinguish an employee query from a service account call and an AI agent retrieval without collapsing them into one policy bucket. In practice, that means access decisions have to track purpose, data sensitivity, and actor type together. Teams that cannot do that will keep discovering AI risk only after data has already moved.
Purpose-limited access will matter more than blanket approvals as AI adoption spreads. Static approval models are too slow for systems that can ingest and recombine data at runtime, which means governance has to be precise enough to allow sanctioned use and narrow enough to stop unintended reuse. This is where data classification starts behaving like an identity control. Organisations should expect tighter coupling between DSPM, IAM, and NHI lifecycle processes.
85% of organisations lack full visibility into third-party vendors connected via OAuth apps, which shows how quickly non-human access can outrun oversight. That figure is a useful warning for AI programmes because the same governance weakness appears whenever machine consumers proliferate faster than inventory and certification cycles. Teams should strengthen access lineage now, before AI workflows make partial visibility a standing operating condition. For lifecycle discipline, the NHI Lifecycle Management Guide is the most relevant reference point.
For practitioners
- Map AI data paths to identity ownership Document where sensitive datasets enter training, retrieval, prompt, and output flows, then assign identity ownership to each control point so the security team knows who approves access, who monitors use, and who remediates drift.
- Separate human, workload, and agent access reviews Do not collapse all AI consumers into one entitlement model. Review service accounts, automation credentials, and AI agent access separately so over-privilege and inappropriate context use can be detected in the right governance lane.
- Use sensitivity-aware runtime policies Enforce rules based on data classification and business purpose, not just on whether a request is inside or outside the network. This reduces the chance that AI assistants surface regulated information in an unintended context.
- Harden against shadow AI adoption If policy controls are too blunt, teams will route around them. Build controls that permit sanctioned AI use with narrow scopes, clear remediation paths, and monitoring that surfaces when users or systems bypass approved channels.
Key takeaways
- AI security is becoming a data governance problem with identity consequences, because access to sensitive data now drives model risk, output risk, and compliance risk together.
- Visibility into who or what is using data matters more than ever, especially when autonomous agents, services, and humans share the same datasets under different rules.
- Teams that want safe AI adoption need purpose-limited access, runtime enforcement, and lifecycle governance that can distinguish non-human actors from human users.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | AI data access depends on controlling non-human credentials and their scope. |
| NIST CSF 2.0 | PR.AC-4 | Least-privilege access is central to data-first AI security and identity governance. |
| NIST Zero Trust (SP 800-207) | ID | Continuous verification fits AI workflows where access and context change at runtime. |
Apply zero trust to AI data flows by verifying context before every sensitive access decision.
Key terms
- Data-first AI security: A governance model that treats data as the primary control plane for AI risk. It focuses on how sensitive information enters, moves through, and leaves AI systems, rather than only inspecting models or prompts. In practice, it ties data policy to identity, runtime enforcement, and allowable business use.
- AI-specific DSPM: Data Security Posture Management adapted for AI workflows and AI consumers. It identifies what sensitive data exists, where it is used, and whether human or non-human actors are accessing it outside intended scope. For AI programmes, this becomes a visibility and policy enforcement layer, not just a reporting function.
- Purpose limitation: The rule that data should be used only for the specific business purpose allowed by policy and context. In AI environments, this means a dataset may be technically accessible but still inappropriate for a given model, assistant, or agent if the use case exceeds the approved scope.
- Shadow AI: AI systems or agentic workflows operating without formal approval, inventory, or governance oversight. These systems often appear when sanctioned controls are too slow or too blunt, and they create identity and data risk because access, monitoring, and offboarding are incomplete.
Deepen your knowledge
Data-first AI security and AI-specific DSPM are covered in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building governance for human users, services, and AI agents at the same time, this is a strong fit.
This post draws on content published by Cyera: What Really Defines a Top AI Security Vendor Today. Read the original.
Published by the NHIMG editorial team on 2026-06-03.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org