Security teams should treat model safety as a pre-deployment and runtime control, not a one-time check. Evaluate jailbreak resistance, prompt injection handling, malware generation risk, toxic output, and data leakage behavior under red team testing. If a model fails at high rates, restrict it from business workflows, especially where sensitive data, intellectual property, or production systems are involved.
Why This Matters for Security Teams
Model safety is not a subjective product-quality label. For business use, it is a security decision about whether a generative model can be constrained enough to avoid jailbreaks, prompt injection, data leakage, and harmful content generation under real operator pressure. NIST’s NIST AI 600-1 Generative AI Profile is clear that generative AI risks must be managed across governance, mapping, measurement, and management, not judged once at procurement.
Security teams often underestimate how quickly a model becomes a business risk when it can follow instructions from untrusted inputs, echo sensitive fragments, or assist with malicious workflows. That is especially true when the model is connected to internal knowledge bases, ticketing systems, or code repositories, where a single unsafe response can turn into a wider exposure path. NHI Management Group has highlighted how fragile identity and access controls become once automation is involved, and the same pattern shows up in AI-enabled workflows as soon as secrets or source data are reachable through the model, including lessons reflected in the DeepSeek breach. In practice, many security teams discover model weakness only after the first production prompt has already touched sensitive data.
How It Works in Practice
A sound assessment starts with threat modeling the model’s intended business role, then testing it against realistic abuse paths. The goal is to determine whether the model can be trusted within a defined boundary, not whether it is “safe” in the abstract. Current guidance suggests combining red team testing with policy-based controls, logging, and human review for higher-risk use cases. The NIST AI 600-1 GenAI Profile and NIST SP 800-53 Rev 5 Security and Privacy Controls support that layered approach.
Practitioners usually assess four control planes:
- Prompt and instruction handling: test for jailbreak resistance, indirect prompt injection, and instruction hierarchy failures.
- Content safety: probe for toxic output, regulated content leakage, and unsafe operational advice.
- Data protection: verify that the model does not reproduce secrets, personal data, or proprietary material across sessions.
- Operational containment: restrict tool use, outbound connections, and retrieval scopes so the model cannot act beyond its approved business purpose.
Evidence should come from repeatable evaluations, not a single demo. That means scenario libraries, adversarial prompts, measurement of failure rates, and explicit acceptance thresholds tied to the business context. NHI Management Group research on the state of secrets in AppSec shows why this matters: sensitive credentials and code patterns are often spread across fragmented systems, and AI systems can learn from that exposure surface even when teams believe controls are mature. The State of Secrets in AppSec is a useful reminder that leakage risk is frequently operational, not theoretical. These controls tend to break down when the model has direct access to production tools and untrusted retrieval sources because prompt injection can convert ordinary user content into an execution path.
Common Variations and Edge Cases
Tighter model controls often increase deployment friction, requiring organisations to balance productivity gains against containment overhead. That tradeoff is unavoidable when the model is used for customer support, developer assistance, or internal search, because the acceptable failure threshold is much lower than for isolated experimentation.
Best practice is evolving for two common edge cases. First, there is no universal standard for when a model is “safe enough” for low-risk business use. Some teams accept limited deployment if the model is boxed into non-sensitive workflows, while others require near-zero leakage in formal testing. Second, models that pass static evaluation can still fail at runtime when connected to retrieval-augmented generation, plugins, or agentic tool chains. In those environments, the model is no longer just generating text; it is participating in decisions and actions, so the trust bar must rise accordingly.
If the business use case involves regulated data, source code, payment flows, or privileged internal systems, the safer pattern is to limit the model to narrow tasks, block high-risk tool access, and require continuous monitoring. A model that performs well in a lab but cannot maintain guardrails under live prompts should be treated as unfit for that use case, even if it is technically impressive.
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 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF, NIST CSF 2.0 and NIST SP 800-63 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | LLM-01 | Covers prompt injection and unsafe model behavior under adversarial input. |
| CSA MAESTRO | A1 | Addresses risk governance for generative and agentic AI deployments. |
| NIST AI RMF | Frames AI risk management across governance, mapping, measurement, and management. | |
| NIST CSF 2.0 | PR.DS-1 | Data security controls apply when models may expose sensitive inputs or outputs. |
| NIST SP 800-63 | Identity assurance is relevant when models act on behalf of users or services. |
Require strong identity and authorization controls around any user or service access routed through the model.
Related resources from NHI Mgmt Group
- How can organisations tell whether an AI coding model is safe enough to use?
- How do teams know whether AI autofix suggestions are safe enough to use?
- How should security teams assess whether compliance tools are enough when sensitive data moves across SaaS, cloud, and AI systems?
- How can security and compliance teams evaluate whether AI system explanations are trustworthy enough for operational use?