GenAI increases compute demand, data volume, and dependency complexity, which makes infrastructure harder to size and operate. Teams must balance CPU and GPU workloads, manage large data pipelines, and support rapid model changes without introducing instability. Governance also becomes harder because monitoring must cover performance, safety, privacy, and reliability at production scale.
Why This Matters for Security Teams
GenAI changes the operating model, not just the model type. Traditional machine learning often runs as a bounded pipeline with narrower input types, more predictable inference patterns, and clearer release gates. GenAI introduces high-variance prompts, tool use, retrieval layers, and frequent model updates, which means teams must treat it as a live service with security, reliability, and governance obligations. The most common mistake is assuming existing ML controls will scale without adjustment. Current guidance in the NIST Cybersecurity Framework 2.0 and the NIST AI 600-1 GenAI Profile suggests a broader control view that covers availability, integrity, confidentiality, and measurable trustworthiness. For security teams, the issue is not only whether the model works, but whether the surrounding infrastructure can absorb rapid change without losing oversight.
In practice, many security teams encounter GenAI risk only after cost spikes, unsafe outputs, or brittle integrations have already reached production, rather than through intentional design review.
How It Works in Practice
GenAI deployments usually add several new layers that traditional machine learning does not require at the same scale. There is the base model, the inference environment, retrieval or vector storage, prompt orchestration, API gateways, identity controls for tools, and logging for safety and audit. Each layer can become a failure point if it is not governed as part of the full system. Security teams need to understand where data enters, how it is transformed, and which components can change model behaviour after deployment.
A useful way to think about the difference is that classical ML often focuses on training data quality and model performance metrics, while GenAI also demands runtime controls for prompt safety, output filtering, and abuse resistance. The NIST SP 800-53 Rev 5 Security and Privacy Controls provides a practical control baseline for access, logging, configuration management, and incident response, all of which become more important when a generative system can call tools or expose sensitive context.
- Define which data sources the model can retrieve from, and apply access control at the retrieval layer, not just the application layer.
- Separate model lifecycle approvals from infrastructure deployment approvals so that model updates do not bypass change control.
- Monitor token usage, latency, safety events, and unusual tool invocation patterns as operational signals.
- Test for prompt injection, data exfiltration, and unsafe output handling as part of release validation.
GenAI also changes the governance cadence. Because foundation models and prompt chains can shift quickly, teams need tighter inventory, versioning, and ownership records than many traditional ML programmes maintain. This is especially important where GenAI is connected to customer workflows, regulated data, or non-human identity credentials used by agents. These controls tend to break down in highly dynamic Kubernetes environments with shared GPU clusters because resource contention, rapid redeployments, and weak service boundaries make accountability harder to preserve.
Common Variations and Edge Cases
Tighter genai governance often increases release overhead, requiring organisations to balance faster experimentation against stronger assurance. That tradeoff becomes visible when business teams want rapid prompt iteration but security teams need reviewable changes, reproducible outputs, and auditable data flows. There is no universal standard for every GenAI architecture yet, so best practice is evolving, especially for agentic systems that blend retrieval, tool use, and decision support.
Some deployments are mostly internal and low risk, while others process regulated content, customer records, or payment-related data. In the latter cases, governance should expand beyond model performance into data minimisation, retention control, human review thresholds, and incident playbooks for harmful or incorrect outputs. Where GenAI is embedded in automated workflows, identity and privilege management become part of the AI control surface because the model or agent may inherit access that was never intended for a human user. The current direction in NIST AI 600-1 GenAI Profile and NIST governance guidance is to treat these systems as socio-technical services, not isolated models.
Edge cases also matter in hybrid environments. A small private model with no external tools may be easier to secure than a large public model with retrieval, plugins, and cross-cloud dependencies. Conversely, a well-governed managed service can sometimes reduce operational burden if logging, policy enforcement, and version control are built in. The right answer depends on data sensitivity, integration depth, and how much autonomy the GenAI system is granted.
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, 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 | GenAI needs lifecycle governance across risk, trustworthiness, and accountability. | |
| NIST AI 600-1 | Profiles GenAI-specific risks like prompt abuse, safety, and runtime governance. | |
| NIST CSF 2.0 | GV.OV, PR.AC, DE.CM | GenAI expands governance, access, and monitoring requirements across the stack. |
| NIST SP 800-53 Rev 5 | AC, AU, CM, SI, IR | Control families cover access, logging, configuration, integrity, and response for GenAI. |
| OWASP Agentic AI Top 10 | Agentic integrations create prompt injection and tool misuse risks. |
Establish AI risk ownership, assess impacts continuously, and document controls across the full model lifecycle.
Related resources from NHI Mgmt Group
- Why do autonomous workflows create new IAM governance challenges?
- Why do MCP servers create new identity governance challenges for IAM teams?
- Why do AI infrastructure programmes create new identity governance risk?
- Why do agentic AI workflows create new IAM risk compared with traditional automation?