What happened
A victim clicks a link, initiating a hidden form submission that triggers ChatGPT Agent Builder to instantiate a rogue agent with Microsoft Graph permissions.
2026-07-23
HighPrimaryAnalysis of the AgentForger exploit by Zenity Labs, where CSRF phishing silently deploys rogue AI agents with internal approval gates disabled.
What happened
A victim clicks a link, initiating a hidden form submission that triggers ChatGPT Agent Builder to instantiate a rogue agent with Microsoft Graph permissions.
Why it matters
Persistent, unauthorized access to enterprise Outlook mailboxes, SharePoint files, and internal Slack communications.
Missing authorization check
Altering approval gate settings must require an out-of-band, physically-signed confirmation token from an administrator's security key.
Would PP block it?
Even if the rogue agent updates its ChatGPT Workspace configuration to disable its internal 'always ask' setting, it cannot bypass PP's Tool-Call Gate. PP's gate sits entirely outside the agent's workspace environment, intercepting all state-modifying actions at the integration proxies and requiring an external, cryptographically-signed authorization receipt. Since the agent cannot self-sign or bypass this external gate, the attack is stopped.
Incident analysis
2026-06-08
OpenAI deploy patches protecting the Workspace creation endpoints after responsible disclosure.
2026-07-23
Zenity Labs publicizes AgentForger, demonstrating permanent human-approval-bypass execution paths.
Authorization boundary
This incident is categorized as Governance bypass. The relevant Permission Protocol gate is Tool-Call Gate. The read is conditional: the block only applies where the real action boundary is routed through a gate.
PP's authorization receipts are external to the agent's own workspace configurations and cannot be toggled off by the agent.
Related incidents and controls
Start small
This incident maps to Tool-Call Gate. Start with the boundary that controls the actual action, then require a signed receipt before execution.