What happened
Attackers accessed a Braintrust AWS account and exfiltrated org-level AI provider API keys stored for customer use.
2026-05-04
CriticalVendor postMay 2026: Unauthorized access to Braintrust's AWS account exposed org-level AI provider API keys. All customers forced to rotate OpenAI, Anthropic, and Google credentials.
What happened
Attackers accessed a Braintrust AWS account and exfiltrated org-level AI provider API keys stored for customer use.
Why it matters
All Braintrust customers required to immediately rotate AI provider credentials; confirmed suspicious usage spikes (unauthorized AI API calls) for at least four customers.
Missing authorization check
Each AI provider API call should require a signed authority receipt bound to the originating session and intended action — key possession alone should not be sufficient authorization.
Would PP block it?
If downstream agent actions using the stolen Braintrust credentials were PP-gated, the attacker would have stolen keys that still cannot authorize high-impact actions without a valid receipt from an authority channel. PP does not prevent the AWS breach itself or the credential exfiltration — it limits what the stolen credentials can do once out.
Incident analysis
2026-05-04
Braintrust detects suspicious activity; confirms unauthorized access to AWS account storing org-level AI provider API keys.
2026-05-05
Braintrust emails all org admins with IOCs and key rotation instructions. Incident response experts engaged.
2026-05-05
Four customers report suspicious AI provider usage spikes consistent with active key misuse.
2026-05-19
Paubox publishes detailed incident timeline; SecurityBoulevard covers implications for agentic authentication.
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.
PP's authority receipts break the 'stolen key = full access' model for actions behind PP enforcement gates. However, Braintrust's own evaluation/observability workflows are not PP-gated, so PP does not prevent the initial credential theft.
Start small
This incident maps to Credential Gate. Start with the boundary that controls the actual action, then require a signed receipt before execution.