What happened
Vercel said the breach originated from a Context AI app connected to a corporate Google account; attackers used that OAuth path to access internal systems.
2026-04-19
CriticalMedia reportThe Vercel and Context AI OAuth breach shows why AI app grants and deployment credential access need scoped human approval.
What happened
Vercel said the breach originated from a Context AI app connected to a corporate Google account; attackers used that OAuth path to access internal systems.
Why it matters
TechCrunch reported that affected customer app data and keys were compromised, with Vercel advising customers to rotate certain deployment credentials.
Missing authorization check
Not applicable: no agent authorization boundary was crossed in this incident.
Would PP block it?
The compromise ran through package, credential, or vendor infrastructure rather than through an agent tool call, so there is no agent action for an authorization gate to hold.
Incident analysis
2026-04-19
Reports describe Vercel investigating a security incident tied to a Context AI OAuth connection.
2026-04-20
Coverage stated that affected customers were advised to rotate certain deployment credentials.
Permission boundary
The authorization check belongs at the AI app grant and at any sensitive credential read.
Authorization boundary
This incident is categorized as Credential exposure. The relevant Permission Protocol gate is Credential Gate. The read is conditional: the block only applies where the real action boundary is routed through a gate.
No agent took an action in this incident. Permission Protocol gates what an agent does, so it does not apply where the harm required no agent action.
Start small
This incident maps to Credential Gate. Start with the boundary that controls the actual action, then require a signed receipt before execution.