TL;DR: Google Gemini’s calendar incident showed that private data can be exfiltrated through indirect prompt injection even when permissions are legitimate, because the system read hidden instructions and wrote sensitive content into a new event, according to Unosecur. The deeper problem is that traditional IAM answers who can act, but not whether an AI service should act in a given context.
NHIMG editorial — based on content published by Unosecur: Google Gemini incident exposed a bigger AI identity security problem
Questions worth separating out
Q: What breaks when an AI assistant can access private data and untrusted content at the same time?
A: When an assistant can access private data and ingest untrusted content, a small injected instruction can become a data-exfiltration path.
Q: Why do traditional IAM controls miss indirect prompt injection attacks?
A: IAM was built to answer who can access what, not whether an AI should act on a specific piece of content.
Q: How should security teams govern AI-assisted data movement across endpoints?
A: Security teams should govern AI-assisted data movement by starting at the endpoint, where content is opened, copied, transformed, and redistributed.
Practitioner guidance
- Map AI read-to-write trust chains Identify every AI service that can read one system and write into another, then document where its outputs can expose sensitive data or create a new record.
- Add context checks to privileged AI actions Require a second layer of policy for actions that summarize, copy, publish, or forward sensitive material.
- Treat AI service accounts as governed identities Inventory the identities behind AI integrations, classify them by data access, and include them in access reviews, least-privilege checks, and offboarding workflows.
What's in the full article
Unosecur's full blog covers the operational identity controls this post intentionally leaves at the governance level:
- How Unosecur structures AI service visibility across identity, access, and behavior signals.
- The checklist for contextual oversight and auditability in environments where AI services can write to downstream systems.
- The specific monitoring and remediation workflow the vendor recommends for AI-driven identity misuse.
- The role of access reviews and compliance reporting when AI services create unexpected data exposure.
👉 Read Unosecur's analysis of the Google Gemini incident and AI identity risk →
Google Gemini and indirect prompt injection: are your controls keeping up?
Explore further
View Full Forum → | NHI Foundation Course → | Our Services →
Contextual intent governance is the missing control layer for AI identities. Traditional IAM proves that an AI service is allowed to read and write, but it does not prove that the action is safe in context. That distinction matters because indirect prompt injection weaponises legitimate permissions rather than stealing them. Practitioners should treat intent as a governance dimension, not an application nuance.
A few things that frame the scale:
- 80% of identity breaches involved compromised non-human identities such as service accounts and API keys, according to the Ultimate Guide to NHIs.
- Only 5.7% of organisations have full visibility into their service accounts, which is why AI services hidden inside application workflows are so difficult to govern.
A question worth separating out:
Q: Who is accountable when an AI assistant overshares sensitive content?
A: Accountability sits with the team that owns the policy, the attribute feeds, and the enforcement points, because ABAC only works when all three are managed together. If any one of them is missing, the organisation has not built a defensible control path, even if the model itself appears constrained.
👉 Read our full editorial: Google Gemini incident exposes the AI identity governance gap