TL;DR: Enterprise AI security must start with visibility into data flow, runtime guardrails, and governance, according to Cyera’s TAG special edition handbook, which argues that copilots, agents, and RAG pipelines amplify existing data security gaps. The decisive issue is not AI novelty but whether identity, data, and policy controls can still bound access as adoption scales.
At a glance
What this is: Cyera’s handbook argues that enterprise AI security depends on visibility into data flow, runtime guardrails, and governance before copilots, agents, and RAG pipelines scale further.
Why it matters: IAM and security teams need to treat AI as an identity and data access problem because runtime behaviour can outpace static policy, exposing NHI, autonomous, and human governance gaps.
By the numbers:
- 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools.
- Only 5.7% of organisations have full visibility into their service accounts.
👉 Read Cyera’s enterprise AI security handbook for governance and runtime guardrail detail
Context
Enterprise AI security is increasingly an identity and data governance problem, not just a model risk problem. As copilots, agents, and RAG pipelines move into production, security teams need visibility into how data moves, which identities can touch it, and where policy enforcement actually happens.
Cyera’s handbook frames that shift around governance, runtime guardrails, and AI-enabled SOC operations. That is the right problem space for practitioners because AI adoption tends to expose pre-existing control gaps rather than create entirely new ones. For most organisations, the starting position is typical: visibility is fragmented, and policy is usually stronger on paper than in runtime.
Data-flow visibility: The operational challenge is understanding where sensitive data is read, transformed, embedded, and re-used inside AI workflows. Without that view, policy decisions are made too late and too broadly, especially when multiple tools and identities participate in the same request chain.
Key questions
Q: How should security teams govern enterprise AI that can access sensitive data?
A: Security teams should govern enterprise AI the same way they govern other high-risk access paths: by tying permissions to data flow, enforcing runtime guardrails, and assigning clear ownership for incidents. Static approval is not enough when copilots and agents can retrieve, recompose, and expose information during execution. The control objective is to bound use, not just authorize deployment.
Q: Why do copilots and RAG pipelines create governance gaps for IAM teams?
A: Copilots and RAG pipelines create governance gaps because they move data through runtime paths that are not visible in traditional storage-centric controls. IAM teams often know who can access a system, but not what that system can read, combine, and emit during execution. That breaks the assumption that access reviews alone can explain real exposure.
Q: When should organisations prioritise runtime guardrails over model-focused AI controls?
A: Organisations should prioritise runtime guardrails when AI systems already touch sensitive enterprise data or can trigger downstream actions. Model-focused controls help with assurance, but they do not stop risky retrieval or unsafe outputs once the system is live. If the business use case involves real data movement, runtime policy is the control that matters first.
Q: How do security teams align AI governance with existing IAM and data security programmes?
A: Security teams should align AI governance with existing IAM and data security programmes by mapping every AI workflow to an accountable identity, a sensitive-data classification, and a logging requirement. That keeps oversight inside current operating models instead of creating a detached AI exception process. The result is faster control adoption and clearer auditability.
Technical breakdown
Why data-flow visibility matters more than data location
Data location tells you where information is stored. Data-flow visibility tells you where it is actually used, copied, embedded, and re-exposed across prompts, retrieval layers, and downstream systems. In AI environments, that distinction matters because RAG pipelines and copilots can move sensitive content through transient runtime paths that never look risky in a storage inventory. Security teams that only classify at rest miss the operational path where leakage usually occurs. The control problem is therefore not just discovery, but contextual tracing of data as it moves through identity-bound execution paths.
Practical implication: map sensitive data to runtime paths and identity permissions, not only to repositories and storage buckets.
Runtime guardrails for copilots, agents, and RAG pipelines
Runtime guardrails are the controls that constrain what an AI workload can do while it is executing. They include policy checks, prompt and output filtering, retrieval constraints, and approval gates for high-risk actions. The reason they matter is simple: AI systems often behave correctly at design time but unpredictably at execution time when context changes. A static policy library cannot anticipate every sensitive prompt, tool call, or retrieval combination. The governance question is whether enforcement exists at the moment of use, when the data and action are still under control.
Practical implication: add execution-time policy enforcement for high-risk AI interactions instead of relying on pre-approved design-time reviews.
AI risk governance frameworks in enterprise controls
AI risk governance works when it connects security ownership, policy development, and validation into one operating model. Frameworks such as NIST AI RMF and OWASP for LLMs help structure that work, but they do not replace identity governance, logging, or data classification. In practice, the strongest programmes use existing IAM and data security controls as the foundation, then add AI-specific guardrails where runtime behaviour creates new exposure. The most common failure is treating AI as a separate initiative rather than an extension of the same access and data-control stack.
Practical implication: align AI governance to existing IAM, DLP, and logging controls before introducing separate oversight tracks.
Threat narrative
Attacker objective: The objective is to obtain sensitive enterprise data or influence downstream actions by exploiting weak runtime governance around AI-driven access paths.
- Entry begins when copilots, agents, or RAG pipelines are granted access to enterprise data sources without full runtime visibility into what they can read and re-use.
- Escalation occurs when those AI workflows combine broad retrieval scope with weak guardrails, allowing sensitive data to move into prompts, outputs, or downstream actions outside the intended boundary.
- Impact is the exposure of sensitive information, policy drift, and loss of control over where enterprise data is propagated once AI scale outpaces governance.
Breaches seen in the wild
- Moltbook AI agent keys breach — Moltbook breach exposed 1.5M AI agent keys.
- Reviewdog GitHub Action supply chain attack — reviewdog/action-setup GitHub Action supply chain attack exposed secrets.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Enterprise AI security is really a data-control problem with identity consequences. When copilots, agents, and RAG systems scale, the practical question is no longer where data sits, but which identities can move it through runtime paths. That is why data-flow visibility has become a first-order governance issue, not a secondary DLP concern. Practitioners should treat AI adoption as a stress test for their current identity and data boundaries.
Runtime guardrails matter because design-time approval does not govern execution-time behaviour. AI systems can traverse retrieval paths, generate outputs, and trigger follow-on actions after the original review point has passed. NIST AI RMF and OWASP for LLMs are useful structure, but the operational problem is the same: policy that is not enforced at runtime does not bound AI behaviour. Security teams should judge their controls by what happens during execution, not by what was approved in advance.
Data-flow visibility is the named concept this category now needs. The traditional assumption that sensitive data can be governed by location and classification alone was designed for static repositories. That assumption fails when AI workflows re-compose information across prompts, embeddings, and tools in real time. The implication is that access governance, data governance, and AI governance can no longer be run as separate programmes.
AI security roadmaps will increasingly converge on the same operating model used for NHI governance. Once copilots and agents touch enterprise systems, the organisation is managing machine identities, runtime permissions, and auditability in the same control plane. That does not make every AI issue an NHI issue, but it does mean the strongest programmes will reuse identity discipline rather than invent a parallel control stack. Practitioners should expect convergence, not replacement.
Security teams that wait for perfect AI-specific controls will keep expanding exposure. The article’s real signal is that current enterprise controls are being stretched by adoption faster than they are being redesigned. That makes phased governance essential, with clear ownership for policy, data access, logging, and runtime response. The practitioners who win here will be the ones who connect AI oversight to existing control outcomes, not separate it from them.
From our research:
- 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools, according to the Ultimate Guide to NHIs.
- Only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them, which keeps non-human access alive long after teams think it is contained.
- That lifecycle gap is why teams should pair AI governance with Ultimate Guide to NHIs , Lifecycle Processes for Managing NHIs before runtime exposure becomes operational debt.
What this signals
Data-flow visibility is becoming the control that separates policy from practice. AI programmes that cannot show where sensitive information moves during execution will struggle to defend access decisions in audit, incident review, or board reporting. For most teams, the next maturity step is not another policy document but a measurable runtime map of who and what can touch critical data.
As enterprise AI expands, the governance stack will converge around identity, data, and execution controls rather than model tuning alone. That makes AI security a programme design issue, not a point solution issue, and it is why teams that already have disciplined NHI lifecycle management will adapt faster than teams starting from scratch.
The scale signal is already visible in non-human access patterns: 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools, according to the Ultimate Guide to NHIs. That figure matters here because AI workflows often inherit the same weak credential habits, only with broader runtime exposure.
For practitioners
- Map AI data flows to identity permissions Inventory where copilots, agents, and RAG pipelines can read, transform, and resend sensitive data. Tie each flow to the service account, API token, or human approval path that enables it, then remove broad access that is not needed for the workflow.
- Enforce guardrails at execution time Add policy checks, retrieval constraints, and output filtering where the AI workload actually runs. Review high-risk actions before they complete, not only during design reviews or model approval stages.
- Use existing control frameworks as the baseline Anchor AI oversight in IAM, logging, classification, and DLP before creating separate governance tracks. Align control ownership to NIST AI RMF and OWASP for LLMs so security, data, and AI teams work from one operating model.
- Define ownership for runtime incidents Assign response responsibilities for prompt abuse, sensitive retrieval, and unsafe tool execution before AI scale increases. Include containment steps for both the data owner and the system owner so incidents do not fall between teams.
Key takeaways
- Enterprise AI security fails first at the data-flow layer when organisations cannot see how copilots, agents, and RAG pipelines move sensitive information.
- Runtime guardrails matter because AI risk is created during execution, not only during model selection or policy approval.
- Practitioners should anchor AI governance in existing IAM and data-security controls, then add AI-specific enforcement where runtime behaviour exceeds static review.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10 address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | The article centres AI governance, runtime guardrails, and risk management. | |
| OWASP Agentic AI Top 10 | Copilots, agents, and RAG pipelines need threat modeling for runtime misuse. | |
| NIST CSF 2.0 | PR.AC-4 | Access control and least privilege remain central as AI touches enterprise data. |
Model AI workflows for prompt abuse, unsafe retrieval, and tool misuse before scale-out.
Key terms
- Runtime Guardrails: Runtime guardrails are controls that limit what an AI system can do while it is operating. They enforce policy at the moment of use through approval gates, retrieval limits, filtering, and logging, rather than relying only on design-time review or model selection.
- Data-flow Visibility: Data-flow visibility is the ability to trace where sensitive information moves during execution, not just where it is stored. In AI environments, it shows which identities, tools, and retrieval paths can read, transform, and re-expose data across a workflow.
- AI Risk Governance: AI risk governance is the operating model for deciding who owns AI policy, how controls are enforced, and how exceptions are handled. It connects security, data, and operational teams so AI behaviour is managed as part of the wider identity and control stack.
Deepen your knowledge
AI governance, runtime guardrails, and identity-bound data access are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are extending identity controls into enterprise AI, it is worth exploring.
This post draws on content published by Cyera: TAG Enterprise AI Security Handbook | Cyera Edition. Read the original.
Published by the NHIMG editorial team on 2026-05-26.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org