By NHI Mgmt Group Editorial TeamDomain: Breaches & IncidentsSource: SafeBreachPublished June 3, 2026

TL;DR: Notification-based indirect prompt injections can manipulate Google Gemini through WhatsApp, Slack, SMS, and other message channels, enabling fake trusted-contact messages, unauthorized tool use, memory poisoning, and recurring actions after bypassing prior mitigations, according to SafeBreach Labs. The case shows that AI assistant governance must treat message ingestion, context handling, and tool delegation as identity and trust boundaries, not just content filters.


At a glance

What this is: SafeBreach Labs shows that messaging notifications can be used as an indirect prompt injection path to steer Gemini into unauthorized output, tool use, and persistence.

Why it matters: This matters because AI assistants that read messages, invoke tools, or retain memory create a new trust boundary that IAM, PAM, and AI governance teams need to govern explicitly.

By the numbers:

👉 Read SafeBreach's analysis of Gemini notification-based prompt injection and AI assistant abuse


Context

The core issue is not that Gemini can read messages. The issue is that untrusted notifications are being folded into an assistant’s working context, where they can influence decisions, trigger tools, or shape later actions. For AI agent governance, that makes the message stream an identity-adjacent control surface, because the system is effectively deciding which inputs it trusts enough to act on.

SafeBreach’s research shows why content filters alone are insufficient when an assistant can hear, remember, and act across apps. Once notification text becomes part of the assistant’s state, attackers can blend malicious instructions into ordinary communications, impersonate trusted contacts, or build delayed actions that survive beyond the original message. That is a classic governance gap for agentic AI: the boundary between message ingestion and authorised action is too loose.

For identity teams, the lesson is familiar even if the platform is new. Any system that can consume external messages, retain memory, and invoke downstream tools needs lifecycle controls, privilege boundaries, and auditability that look much closer to NHI governance than to simple application filtering.


Key questions

Q: How should organisations govern AI assistants that can read and act on inbox messages?

A: They should define those assistants as delegated non-human identities with explicit message scope, action scope, and escalation limits. The goal is to prevent natural-language instructions from becoming unauthorised workflow triggers. Review what the agent can read, what it can do, and what requires human confirmation.

Q: Why do notification-based prompt injections create a governance problem for AI assistants?

A: Because the assistant is not only interpreting text. It is converting untrusted notifications into context that can shape decisions, trigger tools, and persist across sessions. That turns a messaging channel into an authorisation path, which breaks the assumption that only the user can create legitimate intent.

Q: What breaks when AI memory is writable by untrusted context?

A: Persistence becomes attacker-controlled. A one-time injected instruction can survive into future sessions, alter responses on other devices, or create scheduled actions that keep running after the original message is gone. That means memory has to be governed like privileged state, not treated as a harmless convenience feature.

Q: Which frameworks are most relevant to AI assistant prompt injection risk?

A: OWASP Agentic AI, MITRE ATLAS, and the NIST AI Risk Management Framework are the most relevant starting points. They help teams model manipulation of agent decision paths, tool misuse, and governance responsibilities. For enterprises, the practical test is whether policy enforcement exists outside the model and whether risky actions can be independently revoked.


Technical breakdown

Notification ingestion as a prompt injection vector

Gemini’s notification-reading path is effectively a data ingestion channel that converts external message content into assistant context. If the system does not strictly separate untrusted text from trusted instructions, the model can misread a notification as part of the conversation rather than as input to be analysed. That is what makes indirect prompt injection different from ordinary phishing. The attacker does not need direct access to the model prompt. They only need a route into the assistant’s context window through messages, reminders, or app notifications. Practical implication: treat notification ingestion as an untrusted boundary and isolate it from instruction-bearing context.

Practical implication: classify notification streams as untrusted input and apply strict context separation before any assistant action is allowed.

Fake context alignment and delayed tool invocation bypass

The Fake Context Alignment technique works by creating the appearance that the user and assistant are jointly authorising an action, even though the system has been manipulated into that state by hidden instructions. This matters because many mitigations only check whether a tool call looks plausible in the current conversational frame. If the attacker can shape that frame, the model may believe a sensitive action was user-approved. In practice, this undermines delayed tool invocation controls that rely on conversational logic rather than independent policy enforcement. Practical implication: tool execution needs a policy engine outside the model, not just prompt-level safeguards.

Practical implication: enforce tool approval with external policy checks that do not depend on the assistant’s own conversation state.

Memory poisoning and cross-device persistence in AI assistants

Long-term memory changes the risk profile because injected content can outlive the original interaction and influence future sessions, devices, or actions. In this research, poisoned context was used to persist a remembered value and schedule recurring behaviour. That turns a one-time message attack into a durable control-plane problem for the assistant’s identity and authorisation state. For AI governance, memory is not a convenience feature. It is a persistence mechanism that needs ownership, review, and revocation rules. Practical implication: treat assistant memory and scheduled tasks like privileged stored state, subject to review and deletion controls.

Practical implication: put memory, scheduled actions, and cross-device state under explicit lifecycle control with revocation and audit logging.


Threat narrative

Attacker objective: The attacker wants to turn a trusted AI assistant into a covert execution layer for social engineering, device control, and persistent access.

  1. Entry occurs when an attacker sends a crafted notification through a trusted messaging channel such as WhatsApp, Slack, SMS, or similar apps that the assistant ingests as context.
  2. Escalation follows when obfuscated instructions reshape the assistant’s conversation state, causing it to misclassify malicious content as legitimate user-aligned intent and enabling tool invocation.
  3. Impact occurs when the assistant fakes trusted messages, opens URLs or app intents, controls connected devices, poisons memory, or creates recurring actions that persist across sessions and devices.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Context poisoning is becoming the defining control gap for agentic AI. The problem is no longer limited to prompt injection in the abstract. This research shows that untrusted messages can be elevated into operational context, which means the real failure is weak separation between input, state, and action. For teams building AI governance, that makes context handling a first-class control plane. The practitioner conclusion is simple: if the assistant cannot distinguish notification content from user intent, it cannot be trusted to act autonomously.

Fake Context Alignment names a useful concept for the market. It describes attacks that make the assistant believe a user has authorised an action while presenting a harmless interaction to the user. That is a sharper concept than generic prompt injection because it focuses on the governance failure, not just the payload. It also maps well to OWASP Agentic AI and MITRE ATLAS thinking, where the threat is manipulation of the agent’s decision path. The practical conclusion is that approval logic must move outside the model and into enforceable policy.

AI assistants are starting to behave like non-human identities with persistence, privilege, and memory. Once a system can read messages, store state, trigger tools, and act across devices, it needs identity governance rather than only content moderation. That is where NHI thinking becomes relevant: the assistant has a lifecycle, access scope, and revocation requirement. The market should stop treating these systems as chat interfaces and start treating them as governed actors. The practitioner conclusion is to apply identity-style controls to assistant memory, delegation, and tool access.

Trust relationships now extend beyond the AI vendor’s own model boundary. This research shows that attackers can weaponise the user’s trust in contacts, notifications, and app-generated messages, not just the model itself. That broadens the attack surface for enterprises using AI assistants in messaging-heavy workflows. The governance implication is that AI risk programs must include upstream channels, not only the model endpoint. The practitioner conclusion is to align assistant governance with zero trust principles for every external input source.

Persistent actions are more dangerous than one-off outputs. Memory poisoning and scheduled tasks turn a transient compromise into an ongoing policy failure. That shifts the focus from detection after the fact to preventing state changes that the user never explicitly intended. In control terms, this is closer to privileged workflow abuse than a simple content incident. The practitioner conclusion is to review any feature that lets the assistant remember, repeat, or delegate as if it were a privileged account capability.

From our research:

What this signals

Context poisoning will push AI security programmes toward identity-style controls. When assistants can read messages, remember state, and initiate tools, the next control question is not just whether the model is safe. It is whether the system can prove who authorised an action, what state changed, and how that state can be revoked. That is why assistant governance will increasingly resemble NHI management and privileged workflow control, especially in messaging-heavy environments.

The practical signal for security teams is that memory, scheduling, and cross-app delegation now need the same lifecycle scrutiny as secrets and service accounts. The more an assistant can persist intent, the more it behaves like a privileged actor whose behaviour must be monitored, bounded, and recoverable. Frameworks such as MITRE ATT&CK Enterprise Matrix and MITRE ATLAS adversarial AI threat matrix are useful lenses for modelling the abuse path.

Assistant trust boundaries are now a programme design issue. Enterprises should expect requests to govern notifications, third-party message ingestion, and agent memory as part of zero trust and AI risk programmes, not as optional hardening steps. The governance question is no longer whether assistants can be useful. It is whether they can operate without becoming a silent delegation channel for attackers.


For practitioners

  • Separate notification ingestion from instruction execution Route external messages into a quarantined parsing layer before they can influence assistant state, tool calls, or memory. Block direct conversion of notification text into user intent and require explicit policy evaluation before any side effect is permitted.
  • Move tool approval outside the model Use an external policy engine to authorise high-risk actions such as opening URLs, launching app intents, controlling devices, or scheduling recurring tasks. Do not let the assistant’s own conversation state decide whether the action is permitted.
  • Inventory assistant memory and scheduled actions Treat saved memories, recurring tasks, and cross-device state as privileged stored state. Maintain owner, purpose, expiry, and revocation for each item, and remove any action that cannot be tied to an explicit business need.
  • Apply trust-zone controls to messaging inputs Classify messaging sources by trust level and restrict what can be extracted from them into assistant context. Sensitive workflows should not allow messages from external contacts to become trigger material for automation or social-engineering style outputs.
  • Test for context-shaping attacks Red-team the assistant with obfuscated instructions, muted links, foreign-language payloads, and delayed-action prompts to verify that hidden content cannot alter future behaviour. Validate both the user-visible response and the internal policy decision path.

Key takeaways

  • Notification-based indirect prompt injection turns everyday messaging into a viable control plane for AI assistant abuse.
  • The research shows that fake context, memory poisoning, and scheduled actions can convert a one-time message into persistent access.
  • Security teams should govern AI assistants like privileged non-human identities, with external policy checks, revocation, and auditability.

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 CSF 2.0 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10The article centres on prompt injection and agent tool misuse.
MITRE ATLASATLAS covers adversarial AI techniques including prompt manipulation and tool abuse.
NIST AI RMFGOVERNAI governance and accountability are central when assistants can persist actions.
NIST CSF 2.0PR.AC-4Assistant actions depend on access control and least privilege across tools.
NIST SP 800-53 Rev 5IA-5Credential and authenticator management matters where assistants act through connected services.

Assess assistant workflows for indirect prompt injection and block tool execution unless policy approval is external to the model.


Key terms

  • Indirect Prompt Injection: Indirect prompt injection is an attack where malicious instructions are hidden inside content that an AI system reads later. The model may treat that content as context rather than as hostile input, which can influence tool use, data access, or workflow actions if controls are weak.
  • Fake Context Alignment: A manipulation pattern where the assistant is tricked into believing a user has authorised an action while the user sees only a benign interaction. The attack aligns the model’s internal state with attacker intent, creating a policy bypass that can lead to tool use or persistent state changes.
  • Assistant Memory Poisoning: The corruption of an AI assistant’s long-term memory with attacker-supplied content or intent. Once stored, the poisoned state can influence future sessions, other devices, or recurring behaviours, turning a temporary compromise into durable operational risk.
  • Agentic AI: Autonomous AI systems capable of planning, deciding, and taking actions — including calling APIs, writing code, and orchestrating other agents — with minimal human oversight. Agentic AI introduces new NHI risks as agents must authenticate to external services.

What's in the full report

SafeBreach's full research covers the operational detail this post intentionally leaves for the source:

  • Step-by-step attack construction for notification-based indirect prompt injection across messaging apps and voice workflows
  • Demonstration details for bypassing delayed tool invocation with Fake Context Alignment
  • Specific examples of memory poisoning, recurring action creation, and app-intent abuse
  • Google's mitigation response and the responsible disclosure timeline

👉 SafeBreach's full post covers the attack chain, bypass technique, and persistence scenarios in detail

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, agentic AI identity, and secrets management through a practitioner-focused lens. It helps security teams translate identity controls into real governance for assistants, workloads, and other non-human actors.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 1, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org