2026-07-20
Link: https://www.pillar.security/blog/the-week-of-sandbox-escapes
HN Discussion: 1 points, 0 comments
Every developer running a coding agent locally is trusting a sandbox they've never audited. This post from Pillar Security reports on a coordinated disclosure covering four separate coding agent vendors, each shipping sandbox implementations that could be escaped. The fact that it's framed as "the week of sandbox escapes" suggests the researchers didn't have to work hard to find them — the ecosystem is that immature.
Why this matters right now:
~/.npmrc, and network egress. An escape isn't "attacker gets a shell" — it's "attacker gets your entire development identity, silently, while you review a diff."The post likely walks through the specific escape techniques per vendor (Pillar's prior writeups have been technically detailed rather than marketing-fluff), which is exactly the kind of material the coding-agent community needs to internalize. Right now, most users pick between "YOLO mode" and "approve every command," with no honest picture of what the sandbox in between actually promises.
For anyone building an agent, deploying one to a team, or writing security policy around AI tooling, this is required reading. It's also a useful counter to the "just run it in a container" hand-wave — the vendors in question presumably did run it in a container, and it wasn't enough.
The fact that this has one upvote and zero comments while identical LLM-hype posts hit the front page daily is its own quiet indictment.
