TL;DR: Generative AI introduces emergent capability, explainability gaps, and security risks such as data poisoning, misuse, and hallucination, while 44% of summit attendees said privacy and security were their biggest concern, according to Fiddler. The governance challenge is no longer whether LLMs can scale, but whether MLOps, auditability, and control boundaries can keep pace.
At a glance
What this is: This is Fiddler’s analysis of generative AI’s promise versus its governance and security compromises, with emphasis on emergent behaviour, explainability, and operational risk.
Why it matters: It matters because AI security programmes now have to govern model behaviour, data access, and accountability alongside identity and access controls in broader enterprise environments.
By the numbers:
- 44% were concerned with privacy and security issues when asked about incorporating LLMs into business applications.
👉 Read Fiddler's analysis of enterprise generative AI promises and compromises
Context
Generative AI changes the security problem because model capability can expand in ways that are not proportional to model size or developer intent. That makes governance, testing, and monitoring part of the control plane, not an afterthought, especially where LLMs are embedded into business workflows and connected to sensitive data.
The article also points to the boundary between AI risk and identity governance. As models and conversational agents interact with enterprise data, the questions become who can prompt them, what data they can reach, and how outputs are traced back to inputs and decisions. That is a broader AI governance problem, but it has real overlap with access control, auditability, and secrets management.
Key questions
Q: How should security teams govern generative AI once it becomes part of daily operations?
A: Treat generative AI as an access-bearing workflow, not a standalone tool. Map what data it can reach, who owns the permissions behind it, and where human review still matters. If the AI is drafting, translating, or analysing sensitive material, the governance focus should be on entitlements, accountability, and monitoring rather than the model itself.
Q: Why do large language models create new security risks as they scale?
A: Larger models can show emergent behaviour, which means new capabilities appear in ways that are not proportional to simple size metrics. That creates uncertainty around safe use, testing, and abuse potential. Teams should assume that scaling changes the control problem and require stronger validation before deployment.
Q: How do you know whether AI output controls are working?
A: Output controls are working when teams can trace a response back to its prompt, model version, retrieval context, and any downstream action. If investigators cannot reconstruct the chain quickly, the control design is too weak. Effective governance produces evidence, not just confidence.
Q: What should organisations do when agentic AI starts using enterprise tools?
A: Organisations should define what the system may access, what actions require approval, and who is accountable if behaviour changes during execution. The key is to govern runtime authority, not just initial provisioning. Without that boundary, the AI workflow can expand its own operational reach faster than conventional IGA can observe it.
Technical breakdown
Why emergent behaviour changes the risk model for large language models
Large language models do not scale in a simple linear way. As parameters, data, and training compute increase, new capabilities can appear suddenly, which means capability testing based only on size or benchmark scores misses material risk. The article’s point is that foundation models can become useful for tasks they were not explicitly trained to perform, which complicates assurance and release gating. In practice, that makes pre-deployment evaluation, red teaming, and continuous model monitoring essential parts of AI operations.
Practical implication: gate model releases on observed behaviour under realistic prompts, not only on benchmark performance.
Explainability and provenance in generative AI pipelines
Explainability in this context means being able to trace why a model produced a specific output and what data or prompt conditions shaped it. That matters because hallucinations, toxicity, and unsafe outputs are not just UX issues. They are governance issues when outputs influence operational decisions or customer interactions. Provenance adds the audit layer. If teams cannot reconstruct the path from input to output, they cannot reliably investigate incidents, validate claims, or prove control effectiveness.
Practical implication: log prompts, model versions, retrieval sources, and downstream actions so outputs can be investigated and challenged.
Security controls for foundation models and AI systems
The article identifies data poisoning, misuse, distribution shift, and dual use as core security concerns. Data poisoning corrupts training or fine-tuning inputs so the model learns harmful patterns. Dual use means the same model can support legitimate workflows or malicious ones depending on access and prompting. Distribution shift creates performance degradation when live data diverges from training conditions. These are MLOps and AI governance problems first, but they also intersect with identity when model access, tool access, and credential use are delegated to agents or pipelines.
Practical implication: treat model training data, prompt pathways, and tool access as governed assets with change control and inspection.
Threat narrative
Attacker objective: The attacker aims to corrupt model behaviour or exploit model trust so unsafe outputs and downstream decisions create operational or reputational damage.
- Entry occurs when malicious or unvetted data is introduced into training, fine-tuning, or prompt pathways, allowing unsafe behaviour to be learned or triggered.
- Escalation follows when the compromised model is used in production workflows, where its outputs influence decisions, generate content, or interact with tools and services.
- Impact occurs when poisoned, misaligned, or misused model behaviour causes misinformation, unsafe actions, or business process corruption at scale.
NHI Mgmt Group analysis
Generative AI governance debt is the hidden cost of rapid adoption: teams often scale model use faster than they can define accountability, logging, and review boundaries. Once LLMs enter business workflows, the control problem shifts from model quality alone to operational traceability, approval boundaries, and incident reconstruction. That is why AI governance must be treated as a programme discipline, not a one-time launch check.
Explainability is now a security control, not a research luxury: when teams cannot trace prompts, retrieval context, or model versions, they cannot defend the reliability of outputs. This is especially important for regulated workflows where an AI answer can influence a customer, employee, or decision record. NIST AI RMF and NIST AI 600-1 both reinforce the need for mapped and measurable controls, and practitioners should use those structures to define evidence requirements.
AI provenance gap: the most practical failure mode here is not that models exist, but that organisations cannot reconstruct how an output was created or whether the underlying data was trustworthy. That gap turns hallucination, poisoning, and unsafe automation into audit problems. Practitioners should treat provenance as part of model governance, because without it, assurance is mostly a narrative.
Identity still matters in generative AI, but through delegation and access paths rather than user login alone: model pipelines, retrieval systems, and tool integrations all depend on credentials, service accounts, and scoped permissions. Where AI systems can reach enterprise data or APIs, access boundaries become part of model safety. Practitioners should align AI governance with IAM and secrets management so delegated capabilities remain inspectable and revocable.
What this signals
AI governance now needs an identity layer: once models can call tools, retrieve data, or trigger workflows, their access paths become governable identities in practice. The programme question is no longer just model accuracy. It is whether delegated access can be owned, revoked, and audited with the same discipline used for human and non-human identities.
Provenance controls will become a board-level expectation: organisations that cannot explain how AI outputs were generated will struggle to defend incident handling, compliance, and customer trust. That means logging, versioning, and retrieval transparency need to be built into the control design, not bolted on after deployment. NIST AI RMF and the NIST AI 600-1 GenAI Profile are useful anchors for that discipline.
Data access is the real choke point for enterprise AI risk: the issue is not whether a model can generate text, but whether it can reach sensitive systems through credentials, APIs, or connectors. That is why AI programmes increasingly intersect with IAM, PAM, and secrets governance, especially when retrieval-augmented generation is paired with service accounts and delegated tooling.
For practitioners
- Define model approval gates Require explicit review before a model, prompt workflow, or retrieval pipeline can move into production, and base approval on tested behaviour, logging coverage, and owner accountability.
- Instrument provenance logging Capture prompts, model versions, retrieval inputs, and downstream actions so investigators can reconstruct what happened when an output is disputed or harmful.
- Scope AI system access like a privileged workload Limit service accounts, API keys, and tool permissions used by AI systems to the minimum required, and revoke credentials when the workflow changes or ends.
- Test for poisoning and misuse cases Add adversarial testing for poisoned inputs, prompt injection, unsafe tool use, and harmful completion patterns before and after deployment.
Key takeaways
- Generative AI creates governance debt when organisations scale model use faster than they define accountability, traceability, and access boundaries.
- Emergent behaviour, hallucination, poisoning, and misuse make explainability and provenance operational controls rather than optional documentation.
- AI programmes need identity-aware governance because delegated access, credentials, and tool permissions determine how far model risk can reach.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATLAS address the attack and risk surface, while NIST AI RMF, NIST AI 600-1, NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | GOVERN | AI governance, accountability, and traceability are central to this article. |
| NIST AI 600-1 | GOVERN | The post aligns with GenAI governance, evaluation, and incident readiness. |
| MITRE ATLAS | TA0002 , Execution; TA0006 , Credential Access | The article discusses AI misuse, poisoning, and attack-style abuse of model workflows. |
| NIST CSF 2.0 | GV.OV-01 | Governance and oversight are needed for enterprise AI risk management. |
| NIST SP 800-53 Rev 5 | AU-2 | Traceability and audit logging are key for reconstructing AI behaviour and incidents. |
Implement logging that captures prompts, versions, retrieval sources, and actions for auditability.
Key terms
- Emergent Behaviour: Emergent behaviour is when a model shows new capabilities that are not obvious from its size or training recipe alone. In generative AI, this creates assurance problems because performance can change in unexpected ways as scale increases, making static testing an incomplete control.
- Model Provenance: Model provenance is the evidence chain showing where an AI artefact came from, how it was modified, and whether the version in use is the one that was approved. For AI security teams, provenance is the control that turns trust from assumption into verification.
- Data Poisoning: The deliberate or accidental contamination of a data source that influences system behaviour. In AI environments, poisoned content can alter retrieval results, generated answers, or downstream decisions, which makes write access, change monitoring, and source integrity part of the identity control problem.
- Dual-use Technology: Technology that has both legitimate civilian uses and potential military or harmful uses. In procurement monitoring, the control problem is not the item itself but the buyer identity, end use, and funding path that determine whether a normal purchase becomes a security or sanctions concern.
What's in the full article
Fiddler's full blog post covers the operational detail this post intentionally leaves for the source:
- The specific summit discussion points from Dr. Ali Arsanjani on how Google is updating the MLOps lifecycle for generative AI.
- The article’s deeper explanation of emergent behaviour, including the relationship between model size, data efficiency, and capability leaps.
- The source’s fuller treatment of AI security concerns such as data poisoning, dual use, distribution shift, and human control over deployed systems.
- The audience response data and surrounding context on privacy and security concerns in enterprise LLM adoption.
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, secrets management, and workload identity in the context of modern access control. It gives practitioners a practical framework for managing delegated access across identity and security programmes.
Published by the NHIMG editorial team on August 20, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org