50% of agent identity activity is invisible to your IAM. here's why that's an article 12 problem too
"50% identity activity stays unseen. AI agents outpace IAM governance."
that's from The Hacker News' breakdown of agentic AI security exposure. broad permissions, unreviewed deployments, attack surfaces that scale with agent count. the security framing is right, but it's only half the problem.
the other half: that same 50% invisibility is an EU AI Act compliance failure waiting to happen.
why IAM gaps become Article 12 gaps
Article 12 requires automatic recording of events across the agent's operational lifetime — specifically including situations where the system might present a risk. if 50% of identity activity is invisible to your IAM, it's also invisible to your Article 12 logs. you can't record what you can't see.
the enforcement window is August 2, 2026. the penalty is up to 15 million euros or 3% of worldwide annual turnover. an IAM audit that shows 50% visibility doesn't just fail a security review — it fails a regulatory one.
the attack surface architecture problem
the security exposure described in the Hacker News piece comes from a specific architectural pattern: agents deployed with broad permissions "just in case," without scoped authorization that limits what they can actually do. an agent with read/write access to a production database for a task that only needed read access is a security liability — and it's also an Article 12 liability, because the log has no way to distinguish authorized from unauthorized data access after the fact.
the fix isn't more IAM tooling. it's behavioral logging at the agent level, before IAM even sees the request.
what that looks like:
- every agent action logged with the authorization scope at time of action (not just the permissions the agent had, but the scope it was actually operating under)
- anomaly detection that flags when an agent's behavior diverges from its historical pattern (EWMA-based — same approach MnemoPay uses in the payment context)
- tamper-evident records so the log can't be cleaned up after an incident
the 48-hour audit
BizSuite's AI Audit covers both the Article 12 logging gap and the Article 14 human oversight requirement — $997, 48-hour delivery, structured gap analysis and remediation checklist.
if your IAM can't see 50% of agent activity, your Article 12 logs can't either. that's the gap to close before August 2.
Top comments (0)