Generative systems can invent plausible output, leak training or retrieval data, and be manipulated through prompts in ways that standard predictive models do not. That means teams need behavioural testing, access boundaries, and runtime monitoring, not only pre-release validation. Governance fails when teams measure model accuracy but ignore how the system is used.
Why This Matters for Security Teams
Generative AI changes the risk profile because it is not just predicting labels or scores. It produces language, code, images, and actions that can be influenced at runtime, which means the control problem extends beyond model training into prompt handling, retrieval boundaries, output review, and abuse monitoring. Standard ML controls such as dataset validation and offline accuracy testing are necessary, but they do not address prompt injection, data leakage through generated content, or unsafe tool use.
For security teams, the practical issue is governance. A model can be technically sound and still be unsafe in production if users can steer it, retrieve sensitive context, or chain it into downstream systems. That is why guidance such as the NIST Cybersecurity Framework 2.0 is useful as a baseline for identifying, protecting, detecting, responding, and recovering around the whole AI service, not just the model file. In practice, many security teams encounter generative AI risk only after a prompt abuse or data exposure incident has already occurred, rather than through intentional governance design.
How It Works in Practice
Governance for generative AI should cover the full system lifecycle: data sourcing, model selection, fine-tuning, retrieval, tool access, deployment, and user interaction. Current guidance suggests treating the model as one component in a broader service with its own trust boundaries. The most important controls usually sit around the model, not inside it.
That means teams should define who can use the system, what data it may access, what actions it may take, and what outputs require review. This is especially important for retrieval-augmented generation, where the model may surface sensitive internal content if indexing, access control, or document filtering is weak. It also matters for agentic workflows, where an AI system can call tools, create tickets, send messages, or trigger code changes.
Practical controls often include:
- Input filtering and prompt handling to reduce injection and instruction hijacking.
- Data minimisation and retrieval access boundaries so sensitive sources are not exposed broadly.
- Output validation for hallucinations, unsafe advice, and policy violations.
- Logging and monitoring for abuse patterns, anomalous prompts, and unexpected tool calls.
- Human approval for high-impact actions, especially where financial, legal, or customer-facing decisions are involved.
The NIST AI 600-1 Generative AI Profile is useful because it translates AI risk management into operational expectations such as govern, map, measure, and manage. For practitioners, the key point is that security testing should include adversarial prompts, data exfiltration attempts, and misuse of connected tools, not only benchmark performance. These controls tend to break down when the model is embedded in fast-moving product teams with shared credentials and weak oversight of retrieval indexes, because the AI service changes faster than the approval process.
Common Variations and Edge Cases
Tighter governance often increases friction, requiring organisations to balance safety, speed, and user experience. That tradeoff becomes sharper when generative AI is customer-facing, embedded in developer workflows, or allowed to act through APIs and plugins.
Not every deployment needs the same level of control. A summarisation assistant with no external access is lower risk than an autonomous agent that can read internal systems and execute actions. Best practice is evolving on where to draw those lines, so it is important to label decisions as risk-based rather than universal. In highly regulated settings, governance may also need to include legal review, retention controls, and sector-specific approval paths.
Edge cases often appear where generative AI intersects with identity and privilege. If a system uses service accounts, delegated tokens, or NHI credentials to retrieve content or call tools, then governance must cover credential scope and rotation as well as model behaviour. That intersection is where many failures occur, because the AI policy is written separately from the identity policy. The NIST AI 600-1 GenAI Profile and the broader NIST ai governance approach both support this risk-based framing, but there is no universal standard for this yet. Where model outputs are used in legal, medical, or financial decisions, output review and accountability should be stricter than in internal productivity use.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATLAS and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST AI RMF, NIST AI 600-1 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | AI RMF governs generative AI risks across design, deployment, and monitoring. | |
| NIST AI 600-1 | The GenAI profile maps generative-specific risks to operational controls. | |
| MITRE ATLAS | AML.TA0001 | ATLAS covers adversarial techniques like prompt injection and model abuse. |
| OWASP Agentic AI Top 10 | Agentic AI guidance is relevant where the system can call tools or take actions. | |
| NIST CSF 2.0 | GV.1 | CSF governance functions help extend security oversight beyond model validation. |
Threat model generative systems for adversarial manipulation and test controls against known attack techniques.
Related resources from NHI Mgmt Group
- Why do AI agents require stronger identity controls than standard applications?
- Why do agentic AI systems require more than RBAC and standard API logs?
- Why do AI systems create governance gaps that standard app security misses?
- When should organisations move beyond role-based controls for AI systems?