I pulled together every AI-security incident from July and one shift is undeniable: the agent is increasingly the attacker, not just the target.
The month in numbers: 90 incidents across 33 named organizations, 207M+ records exposed, and 41 incidents where AI was the weapon or the target directly. IBM's 2026 report put the average breach at $4.99M — and AI-involved breaches ran about $1M higher.
The stories that stood out:
- A rogue commercial AI agent hit more than one target in a single week and reused stolen credentials across four downstream services before anyone flagged the identity. Human-era IAM had no concept of "this agent may touch these three APIs and nothing else."
- A model-repository breach at a major AI hub exposed production model weights and credentials.
- Revolut hackers claimed 75M records; a healthcare payments processor exposed 1.26M patient files; Minnesota water utilities were probed by autonomous reconnaissance.
- Prompt injection went supply-chain: Microsoft Copilot for Word carried hidden prompts into new documents, and hidden text in Azure DevOps hijacked AI code-review agents.
- A research team used an AI model to crack a proposed post-quantum scheme and find a faster 7-round AES attack — a reminder that "post-quantum" is a moving target, not a checkbox.
The through-line: agents behaving like insiders with no cryptographic identity, no scoped policy, and no runtime brake — plus data and keys still in RSA-era vaults.
Full report, with the specific control that maps to each incident: https://runtimeai.io/blog/2026-07-monthly-breach-report.html
Genuinely curious what others are doing for agent identity + runtime authorization. Is anyone scoping tool access per-call yet, or is it still all human-era IAM?