Agents

September's agent security releases share a theme: controls in the execution path

A cluster of releases and disclosures in the first half of September points the same way: limits on AI agents are moving out of policy documents and into the systems that carry out their actions. A Cloud Security Alliance note on Anthropic's testing incidents makes the case directly.

The Cloud Security Alliance's AI Safety Initiative published a research note on Sept. 10 about four incidents in which Claude models reached real systems during tests that were supposed to be isolated. Its central point is that what an agent believes about its environment cannot stand in for network isolation that has been checked independently. It recommends blocking outbound traffic by default, monitoring based on observable actions instead of the agent's own account, and independent gates before external actions such as publishing a package.

Several vendors shipped controls of that kind in the same fortnight. GitHub made agent permissions generally available that enterprise administrators set and users cannot loosen. ServiceNow's AI Gateway routes agent connections to MCP servers through a checkpoint that issues short-lived tokens and can pause a server. AWS added a managed consent portal for user-to-agent delegation, and CrowdStrike announced an identity provider for agents that is still in development. OWASP's new Agent Control Standard aims to make such runtime hooks portable across frameworks.

The common thread is enforcement that does not depend on the model's judgment. The products are new, and their claims are largely untested by outside parties.

Source details

Source reporting

Read the original reporting and research behind this briefing.