TL;DR: Generative AI introduces misuse paths that include prompt injections, synthetic media, and policy workarounds, and ActiveFence argues that Trust and Safety teams need layered defenses, red teaming, tailored guardrails, and real-time observability to keep pace with evolving abuse patterns. The security question is no longer whether models can generate harmful output, but whether governance can constrain how they are prompted, instrumented, and monitored.
At a glance
What this is: This is an analysis of why public-facing generative AI systems need safety policy, red teaming, and runtime monitoring to resist abuse and policy bypass.
Why it matters: It matters because AI governance now intersects with IAM, identity verification, and NHI-style control questions whenever models, agents, or users can shape actions and output without strong oversight.
By the numbers:
- 92% agree governing AI agents is critical to enterprise security, yet only 44% have implemented any policies to do so.
- 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, sharing sensitive data, and revealing access credentials.
- 96% of technology professionals identify AI agents as a growing security threat, and 66% believe this risk is immediate.
👉 Read ActiveFence's analysis of why generative AI is the next frontier in trust and safety
Context
Generative AI creates a governance problem before it creates a content problem. Once a model is available to users, the control challenge is not only what it can say, but how easily it can be steered, repurposed, or abused through prompt injection, synthetic media, and policy gaps. That makes the topic relevant to identity security because access, delegation, and runtime accountability all become part of the safety model.
ActiveFence frames this as a Trust and Safety issue, but the operational lesson extends into identity governance. When interactive systems can be manipulated into producing harmful output or supporting harmful workflows, organisations need policy boundaries, observability, and clear accountability for who can instruct the system and what the system can do. The article’s starting position is broadly typical for early GenAI adoption: capability arrived before control maturity.
Key questions
Q: How should organisations govern public-facing generative AI safely?
A: Use layered controls, not a single moderation rule. Define policy boundaries, test them with red teaming, monitor model behaviour in production, and assign ownership for exceptions and escalations. Safe deployment depends on proving that the model can resist manipulation, not just that it can filter obvious abuse.
Q: Why do prompt injections create a security problem for generative AI?
A: Prompt injection works because the model may treat malicious instructions as meaningful context rather than adversarial input. That can override intended safety behaviour, especially when the model is embedded in workflows or trusted by downstream systems. The risk is not only harmful output, but uncontrolled influence over business processes.
Q: What do teams get wrong about guardrails for GenAI?
A: Teams often assume a guardrail is effective because it exists, when the real question is whether it is measured, updated, and enforced under changing prompts and data. Static rules decay quickly. Effective guardrails need telemetry, tuning, and repeated testing so they keep pace with model behavior and abuse patterns.
Q: Who is accountable when an AI system makes a harmful decision?
A: Accountability should follow the identity chain that authorized, configured, or triggered the action, including the human owner, the platform team, and any delegated agent or tool account. If the organisation cannot name that chain, the governance model is too weak for regulated AI use.
Technical breakdown
Prompt injection and policy bypass in generative AI
Prompt injection is the practice of shaping model behaviour through malicious or misleading instructions embedded in user prompts, retrieved content, or surrounding context. In practice, the model is not being 'hacked' in the traditional sense. Instead, it is being induced to follow an attacker’s instruction hierarchy or to reinterpret policy boundaries. This becomes especially problematic when the model powers workflows, summarisation, or content generation that downstream systems trust. The control issue is not just moderation at the input layer, but whether the system can distinguish user intent, system policy, and adversarial manipulation.
Practical implication: Treat prompt injection as a control failure, not a content nuisance, and test the model’s instruction hierarchy under adversarial inputs.
Guardrails, red teaming, and real-time observability
Guardrails are policy enforcement layers that constrain what a model may accept, generate, or pass onward. Red teaming stress-tests those controls with realistic abuse cases, while observability records how the model behaved at runtime so teams can detect drift, escalation, or circumvention. The important point is that these controls work together: policy without testing misses bypasses, and testing without telemetry leaves no way to prove the control held in production. For safety programmes, this is the difference between a documented rule and an enforced control.
Practical implication: Instrument guardrails with monitoring and periodic adversarial testing so you can prove the policy still holds after deployment.
AI safety and the identity of the system
As generative AI becomes embedded in workflows, the system itself starts to behave like a security principal that can receive instructions, access data, and influence outcomes. That makes identity and authorisation questions unavoidable, especially where humans, applications, and emerging AI agents all interact with the same model. Trust and Safety teams may focus on content, but security teams must ask who may delegate work to the model, which data it may touch, and what record exists when it acts outside expectation. This is where AI governance intersects directly with IAM and NHI-style thinking.
Practical implication: Define who can delegate to the model, what data it can access, and how its actions are attributed in audit trails.
Threat narrative
Attacker objective: The attacker wants to turn a public generative AI system into a scalable assistant for harmful content, deception, or operational abuse.
- Entry occurs when a user submits a benign-looking prompt, a wrapped instruction, or a synthetic input designed to override normal safety logic.
- Escalation happens when the model accepts the injected instruction path and produces harmful output, policy exceptions, or content that supports abuse.
- Impact follows when the output is used for phishing, disinformation, grooming, or other malicious activity that the platform failed to constrain.
NHI Mgmt Group analysis
Generative AI safety is an identity governance problem as much as a content moderation problem. Once a model can be instructed, conditioned, or embedded into workflows, it starts behaving like a delegated system that needs clear authority boundaries. That makes prompt handling, auditability, and access scoping central to governance, not optional support functions. The practical conclusion is that safety teams and IAM teams must share the same control vocabulary.
Prompt injection creates a governance gap because the model cannot reliably separate instruction from manipulation. The article is right to stress workarounds, but the deeper issue is that many safety programmes still assume model responses are bounded by policy text alone. That assumption fails when hostile context changes the model’s behaviour. The specific named concept here is instruction hierarchy collapse: when the model can no longer reliably prioritise system policy over attacker-supplied prompts. Practitioners should treat that collapse as a control failure mode.
Real-time observability is the missing proof layer for AI safety. Red teaming shows whether a model can be pressured, but observability shows whether it actually was pressured in production and how the system responded. Without runtime evidence, organisations cannot defend their controls to security, legal, or compliance teams. The conclusion is that AI governance needs evidence-grade telemetry, not just policy documentation.
Trust and Safety teams cannot own this alone. The article centres moderation and abuse handling, but the field is moving toward shared accountability across product, security, legal, and compliance. Where AI systems can influence downstream decisions, the governance model must include escalation paths, ownership, and post-incident review. Practitioners should build controls that make accountability measurable, not implied.
What this signals
Generative AI programmes will increasingly be judged by whether they can prove control, not whether they can block obvious abuse. The operational shift is toward evidence, telemetry, and exception handling, because policy statements alone do not survive adversarial prompting or workflow embedding.
Instruction hierarchy collapse: when user input can outrank policy in practice, the organisation has a governance failure, not merely a model weakness. That failure will force security teams to treat AI systems more like delegated principals, with access boundaries, audit trails, and escalation rules that survive real-world abuse.
This is also where identity and NHI governance start to converge. If a model can trigger downstream actions, its permissions, data scope, and attribution need the same discipline applied to service accounts and other non-human actors.
For practitioners
- Define model instruction boundaries Document which prompts, system messages, retrieved sources, and user roles are allowed to influence model behaviour, then test those boundaries with adversarial prompts and wrapped instructions.
- Run adversarial red teams against safety policies Simulate prompt injection, prompt wrapping, synthetic media abuse, and policy evasion to identify where moderation rules fail under realistic pressure.
- Add runtime observability to model workflows Capture prompts, policy decisions, moderation outcomes, and escalation events so teams can trace how a model reached a harmful or unsafe response.
- Separate content policy from access governance Assign clear ownership for who may configure safety policies, approve exceptions, and connect models to internal data sources or downstream actions.
Key takeaways
- Generative AI safety fails when policy is treated as documentation instead of an enforced control.
- The main risk is not just harmful output, but manipulated models being used as scalable abuse infrastructure.
- Teams need red teaming, runtime observability, and clear authority boundaries to make AI governance auditable.
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 MITRE ATLAS 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 | GOVERN | The article is about AI safety governance, policy ownership, and accountability. |
| OWASP Agentic AI Top 10 | Prompt injection and policy bypass align with agentic AI abuse patterns. | |
| NIST AI 600-1 | The article concerns GenAI safety, moderation, and responsible deployment. | |
| MITRE ATLAS | TA0002 , Execution; TA0005 , Defense Evasion | Adversarial prompting and bypass attempts fit attack-pattern analysis. |
| NIST CSF 2.0 | PR.IP-1 | Policies, testing, and monitoring map to protective process discipline. |
Assign governance owners, define escalation paths, and document accountability for unsafe model behaviour.
Key terms
- Prompt Injection (Agentic): An attack where malicious instructions are embedded in content that an AI agent reads — causing the agent to execute unintended actions using its own legitimate credentials. A primary vector for agent goal hijacking and identity abuse.
- Guardrails: Guardrails are policy controls that inspect prompts and model outputs against defined safety, privacy, and compliance rules. In AI operations, they reduce harmful language and disclosure risk, but they do not replace entitlement management, logging, or identity governance for the systems that call the model.
- Trust And Safety: Trust and safety is the combined discipline of preventing abuse, reducing harm, and preserving legitimate participation in a digital community. In identity programmes, it links verification, moderation, and lifecycle governance so account confidence and user experience are managed together.
- Observability: Observability is the ability to understand the internal state of a system from the data it produces. In security and operations, that means combining logs, metrics, and traces so teams can explain why something happened, not just confirm that something changed.
What's in the full article
ActiveFence's full blog covers the operational detail this post intentionally leaves for the source:
- Examples of prompt injection and policy bypass patterns the article uses to illustrate unsafe model behaviour
- Specific guidance on red teaming and how to pressure-test moderation logic before broader deployment
- Operational advice on guardrails and real-time observability for Trust and Safety teams
- The article's discussion of accountability and how AI system misuse should be governed across teams
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, IAM, and secrets management. It gives security and identity practitioners a practical way to connect control design with real-world governance decisions.
Published by the NHIMG editorial team on August 21, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org