Authorization boundary
Where the authorization boundary should have been
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.
- If enforced at
- Tool call execution boundary, agent identity verification, external authorization receipt
- Still needs
- PP would not prevent a malicious agent from being created or connected within Copilot Studio — it gates the tool calls that malicious agent attempts to invoke, not the agent provisioning step.
- Receipt required for
- Agent-to-agent tool invocations, email sends, SharePoint reads/writes, any tool call executed via a Connected Agents channel
PP's Tool-Call Gate is exactly the missing enforcement layer — it intercepts tool calls at the execution boundary and requires a signed external receipt before any tool call executes, making the silent backdoor visible and blockable regardless of what Copilot Studio's internal audit log captures.