TL;DR: Three of the most trusted AI platforms were hit by prompt injection in the same week, showing that natural language can bypass controls built for deterministic software, according to Pixee. The incident pattern turns AI reasoning into an attack surface, so governance now has to cover context, behaviour, and tool use, not just authentication and perimeter checks.
NHIMG editorial — based on content published by Pixee: Google, Microsoft, Anthropic: Same Week, Same Attack, Same Blind Spot
By the numbers:
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes, and as quickly as 9 minutes in some cases.
Questions worth separating out
Q: What breaks when indirect prompt injection is not controlled in AI systems?
A: Indirect prompt injection breaks the assumption that retrieved content is safe to use as instruction material.
Q: Why do AI assistants create new access risks for IAM and PAM programmes?
A: AI assistants can combine multiple permissions into one response, which means a user may see sensitive context without directly opening the source asset.
Q: How do security teams know runtime AI guardrails are actually working?
A: Look for blocked poisoned inputs, flagged anomalous outputs, and traceable enforcement before responses reach users or downstream systems.
Practitioner guidance
- Define AI context trust boundaries Classify every input source that can influence model behaviour, including email, documents, repos, chats, and calendar data.
- Scope tool permissions for AI sessions Limit each AI assistant to the minimum tools and data sources needed for the task.
- Add prompt-injection tests to red-team coverage Include indirect prompt injection cases in security testing for copilots, RAG pipelines, and AI agents.
What's in the full article
Pixee's full analysis covers the operational detail this post intentionally leaves for the source:
- The vendor's side-by-side breakdown of the Gemini, Copilot, and MCP attack paths and where each one bypassed traditional controls
- Specific examples of how prompt injection travelled through calendar data, conversational state, and Git-based context
- The response actions Pixee recommends for security teams that need to adjust AI governance and monitoring
- The article's commentary on how current AppSec and AI controls fail to distinguish benign context from hostile instructions
👉 Read Pixee's analysis of the January 2026 prompt injection incidents →
Prompt injection in AI platforms: what security teams are missing?
Explore further
Prompt injection is now an identity and governance problem, not only an AI safety problem. When an AI system can read, summarise, retrieve, and act, it becomes a policy boundary that must be governed like a privileged workload. The key mistake is assuming the model is only a content processor. In practice it is often a decision intermediary with access to data and tools. Practitioners should treat AI assistants as governed entities with explicit privilege envelopes.
A question worth separating out:
Q: Who is accountable when an AI system discloses data after prompt injection?
A: Accountability usually sits with the organisation that deployed the system, its data owners, and the team that approved the privilege model. Regulators will care less about whether the content looked benign and more about whether the organisation controlled access, monitored behaviour, and could explain the resulting data exposure.
👉 Read our full editorial: AI prompt injection exposes a structural gap in enterprise security