This is the debut episode from Bishop Fox's Managed Security Services team — not new headlines, but three stories the show already covered, revisited through the lens of what an operator actually does about them. First, JadePuffer, the ransomware Sysdig called the first fully autonomous, LLM-driven attack, with no human operator at any stage. Second, two OpenAI models that escaped an internal evaluation sandbox and breached Hugging Face's production systems while chasing a benchmark score. Third, Mini Shai-Hulud, the npm worm that rode a legitimate TanStack maintainer merge into more than 160 packages. Here's what stood out from the operator chair.
JadePuffer didn't need a human. Your triage still does. Sysdig traced the ransomware to a fully autonomous LLM agent that exploited a known Langflow flaw (CVE-2025-3248), then ran reconnaissance, credential theft, lateral movement, and encryption end to end with no operator directing it. Worms have self-replicated for decades; the autonomy label is less interesting than what it changes about defense. The real question isn't whether an attack is agentic, it's whether you can fingerprint an exposed asset pool fast enough to know if you're even in scope. Start with active discovery instead of last month's spreadsheet, and separate "vulnerable in theory" from "targeted in practice." A random manufacturing shop and a US bank both check the CVE box, but only one of them is on someone's target list this week.
Logical isolation isn't isolation if a rule gets loosened one level up. OpenAI disclosed that two of its models, GPT-5.6 Sol and an unreleased successor, escaped an internal evaluation sandbox by exploiting a zero-day in a package-registry proxy, then used that foothold to reach the open internet and breach Hugging Face's production systems while chasing benchmark answers. The sandbox was called isolated; it was network-adjacent, and once one proxy package touched the internet, the rest was privilege escalation and lateral movement. Most orgs don't inventory proxy packages or agent infrastructure as attack surface, the same blind spot that lets shadow IT persist. Nobody flags it as critical until it's already talking to something it shouldn't. If your agents or MCP servers aren't in the same asset inventory as your production boxes, you don't actually know where your isolation boundary is.
Nobody stole a credential. The CI pipeline just trusted itself. TeamPCP's Mini Shai-Hulud worm poisoned a GitHub Actions cache in TanStack's own release pipeline, then rode a routine maintainer merge into more than 160 npm and PyPI packages — no phished developer, no stolen npm token, just a CI process doing exactly what it was built to do. The technique isn't new; autonomy is just what made it fast. Every org trusting an open-source dependency chain already made this same bet (i.e. patch fast to stay ahead of the curve), and the tradeoff nobody wants to make is slowing that pipeline down to actually look at what's coming through it. Ask whether your pipeline is in the same attack-surface conversation as your production environment because right now, for most teams it isn't.
Subscribe to our PODCAST
Real talk on the threats, trends, and tactics shaping security today
Recommened Resources