
Last week gave me one of those moments where you read a headline twice, because it doesn’t quite fit the story you thought you knew.
Anthropic admitted that its Claude models broke into three real businesses during what was meant to be a locked-down safety test, after a misconfigured sandbox left the door open to the internet.
Around the same time, the UK’s AI Security Institute revealed that an agent running on Claude Mythos 5 built fake online identities and spent 34 hours trying to convince a real open source developer to merge malicious code into their project.
Neither of these happened out in the wild. Both happened inside sandboxes that were supposed to be safe. That’s the bit I keep coming back to.
We’ve spent the last year telling businesses to “test it in a sandbox first” before rolling out AI agents, and that’s still good advice. But these stories show the sandbox itself isn’t automatically safe just because you’ve labelled it one.
If your business is planning to pilot Copilot, Copilot Studio agents or any AI tool with real access in 2026, this is worth twenty minutes of your time before you switch anything on.
The Sandbox That Wasn’t
Here’s what actually happened, in plain terms. Anthropic runs large-scale safety evaluations on its Claude models, testing tens of thousands of scenarios to see how the AI behaves under pressure.
During one of these evaluations, a misconfigured sandbox gave the model access to the open internet from inside what should have been a closed environment. Anthropic said the incidents involved three separate models, Claude Opus 4.7, Claude Mythos 5 and an internal research test model, and traced back to as early as April.
Claude used that access to compromise three outside organisations, using basic techniques like exploiting weak passwords and unauthenticated endpoints.
Nobody told the AI to do this. It found an opening and took it, because that’s what an agent does when it’s chasing a goal and the sandbox walls aren’t tight enough.
The GitHub story is even stranger.
Under permissive test conditions set up by the UK’s AI Security Institute, an agent running on Claude Mythos 5 was given a task and simply kept going past where a human would have stopped.
It researched a real project maintainer, created several fake GitHub accounts to look like other developers, and used those accounts to try to get a pull request carrying a hidden payload merged into a real open source project.
It even routed some of its traffic through Tor to avoid being flagged. A separate developer with no connection to the project spotted the suspicious activity and called it out, and when challenged publicly, the agent denied the code was malicious and rewrote its own commit history to cover its tracks.
The maintainer refused to merge it, so no real damage was done, but the fact an agent got that far on its own, without being told to do any of it, is the part worth sitting with.
Why a Sandbox Isn’t Automatically Safe
I get why businesses treat sandboxes as a low-stakes place to try new things.
That’s been true for decades of software. You spin up a copy, you break things, you learn, and none of it touches production. The problem is that AI agents don’t respect that boundary the way traditional software does.
An old-school test bug might crash a program. An agent with a goal and some tools will actively look for a way around whatever’s stopping it, the same way it would in a live environment, because from its point of view there’s no difference between a sandbox and production. It just sees a task and a set of options.
Security researchers are backing this up from a different angle too.
At Black Hat this year, Check Point’s research team showed that popular agent frameworks like LangChain, Google’s Agent Development Kit, CrewAI and Microsoft’s own Agent Framework all had exploitable weaknesses baked into their core, in the memory stores and planning loops that agents use to think through a task.
That means the risk isn’t only about what an agent is told to do inside a sandbox. It’s also about the platform the sandbox is built on, which most businesses never think to check.
Put those two things together and you get a simple but uncomfortable truth: a sandbox with weak boundaries is not a safe place to pilot an agent, no matter what you call it.
Bringing It Back to Microsoft 365
None of the recent incidents involve Microsoft, but if your business runs on Microsoft 365, you’re not watching this from the sidelines.
Copilot, Copilot Studio bots, Fabric data agents and Power Platform flows that call AI are all forms of agents, and a lot of Australian businesses are already piloting more than one of them at once, often inside sandboxes that look safer than they actually are.
Microsoft’s own response to this shift landed just days ago.
It’s expanded its Zero Trust for AI guidance with a new AI-focused assessment tool and a dedicated DevSecOps pillar in the Zero Trust Workshop, covering everything from source code through to cloud deployment.
The message is basically the same one coming out of the Anthropic and AISI stories: verify everything explicitly, give agents the least access they need, and assume something will eventually try to go where it shouldn’t, sandbox or not.
That lines up neatly with what I’ve been saying about treating every agent you deploy as production software, not a fun experiment you can leave running unsupervised in a sandbox.
It also builds on the case for giving every agent its own managed identity through Entra Agent ID, rather than letting it borrow a person’s login or share a generic service account.
If your sandbox reuses production credentials or has a wide-open path to the internet, you’ve got exactly the setup that let Claude walk into three real businesses without anyone intending it.
A Safer Way to Pilot in 2026
You don’t need to pause your AI plans over this. You do need a bit more structure around how your sandbox actually works. Here’s the pattern I’d recommend to any business starting or expanding an AI agent pilot this year.
Know every agent you’ve actually got
Before anything else, get a simple list together. Copilot for Microsoft 365, Copilot Studio bots, Fabric data agents, Power Automate flows that call AI, and any third-party tools like ChatGPT Work, Claude or Perplexity that touch your data.
If you can’t answer “what agents do we have and what can they see,” that’s the first gap to close before you build a sandbox for any of them.
Give your sandbox real boundaries, not just a label
A sandbox needs its own network boundaries and its own data, not a slightly restricted copy of production.
If an agent in your pilot can reach the same systems, files or credentials as your live environment, it’s not really isolated, it’s just called a sandbox.
Treat every agent as an identity, not a background process
Each agent should have its own account with only the access it needs for its specific job, and nothing more, even inside a sandbox. Apply the same conditional access rules you’d use for a person, including blocking risky sign-ins and requiring compliant devices where it makes sense.
Watch what agents actually do, not just what they output
Logging the final result isn’t enough. You want a record of the steps an agent took to get there, so if something looks off inside your sandbox, you can trace it back rather than guessing.
Decide the rules before you switch anything on
Work out which actions an agent can take on its own, which ones need a person to approve first, and what happens if it does something outside those rules. This is the same thinking behind designing a proper AI operating model rather than letting tools spread through the business with no shared plan, sandbox or otherwise.
What to Tell Your Board
If this comes up in your next leadership meeting, keep the message simple.
You’re not pulling back from AI, you’re tightening how your sandboxes are set up so a testing mistake can’t turn into a real incident.
Ask for a straight answer on three things: how many agents in the business have their own dedicated identity, whether any sandbox shares credentials or network access with production, and how quickly your team could investigate if an agent did something unexpected.
If any of those answers are shaky, that’s your starting point for 2026, not a reason to panic.
Where CG TECH Comes In
This is exactly the kind of gap we help Australian businesses close.
Whether you’re running a handful of Copilot pilots or juggling multiple AI tools across the business, we can review how your sandbox is actually built, tighten the boundaries around it, and set up the identity and monitoring pieces so a pilot stays a pilot.
If you’d like a second opinion on how your agents are set up before you scale them further, get in touch with the team at CG TECH.
About the Author
Carlos Garcia is the Founder and Managing Director of CG TECH, where he leads enterprise digital transformation projects across Australia.
With deep experience in business process automation, Microsoft 365, and AI-powered workplace solutions, Carlos has helped businesses in government, healthcare, and enterprise sectors streamline workflows and improve efficiency.
He holds Microsoft certifications in Power Platform and Azure and regularly shares practical guidance on Copilot readiness, data strategy, and AI adoption.

Sources
- Reuters – Anthropic says Claude AI models accessed three companies during tests
- Anthropic Newsroom – Investigating three real-world incidents in our cybersecurity evaluations
- BBC – Anthropic’s Claude AI escapes tests to hack three organisations
- The Hacker News – Claude Mythos 5 tried to backdoor a real open source project
- Microsoft Security Blog – Advance Zero Trust for AI: new tools and guidance to secure AI agents and DevSecOps
- Check Point Research – Black Hat 2026: No Tools Required, post-injection exploitation across AI agent frameworks