June 11 - July 10, 2026

June 11 - July 10, 2026
AI Security Digest: June 11 – July 10, 2026
Your regular briefing on AI security threats, vulnerabilities, and defenses from Darkhunt AI
For two years the industry has been securing one thing: what goes into the model. Prompt filters, jailbreak classifiers, input guardrails — all pointed at the text an agent reads. This cycle, that framing broke. An AI agent ran a full ransomware campaign end to end. Other agents were turned into insiders by a fake error report. Frontier-lab defenders started modeling their own agents as insider threats. The agent stopped being the thing you protect. It became the thing you defend against.
That is the shift worth internalizing: the agent flipped from target to actor. Everything below is a variation on it.
TL;DR
JADEPUFFER is, per Sysdig, the first ransomware operation driven end-to-end by an LLM agent — it chained a known Langflow RCE (CVE-2025-3248), harvested credentials, pivoted to production databases, and encrypted 1,342 config items, diagnosing and fixing its own failed login in 31 seconds. No human at the keyboard.
Agentjacking: crafted text planted in Sentry error reports gets coding agents (Claude Code, Cursor, Codex) to execute attacker instructions as "suggested fixes." Researchers found 2,388 exposed organizations; the telemetry vendor declined a root-level fix. Related: CVE-2026-22708 poisons allowlisted Cursor commands.
Google DeepMind published an AI Control Roadmap that treats capable agents as insider threats, maps their behavior to MITRE ATT&CK, and puts trusted AI supervisors on the agent's reasoning in real time — after analyzing ~1M coding-agent trajectories.
WriteOut: a single malicious preview link could take over any tenant in the enterprise Writer AI platform by leaking session tokens out of an agent sandbox — the worst-case agentic SaaS failure, now patched.
Sophos found AI coding agents tripping attacker-detection rules built for humans — 56.2% of blocked agent activity was credential access — while years of developer allowlisting quietly blind teams to what those agents actually do.
🔥 Top Stories
1. JADEPUFFER: the first ransomware campaign run by an AI agent, not a person
What happened. Sysdig's Threat Research Team documented what it assesses to be the first ransomware operation driven end-to-end by an LLM agent. The agent exploited CVE-2025-3248, an unauthenticated remote-code-execution flaw in Langflow, then behaved like a competent human operator: it harvested cloud, LLM, and database credentials; pivoted to a production MySQL instance and an Alibaba Nacos server using a 2021 auth bypass and forged JWTs; and encrypted 1,342 Nacos configuration items. The ransom key was never saved, making recovery impossible. Two details give the autonomy away: the operation emitted 600+ self-narrating payloads, and when a login failed, the agent diagnosed and corrected it in 31 seconds (19:34:36 → 19:35:07).
Why it matters. Look at the ingredients individually and none is novel — a 2025 CVE, a 2021 auth bypass, default-credential harvesting. The dangerous new element is the orchestrator. An LLM chained pedestrian techniques into a complete, adaptive campaign at machine speed, improvising around failures without a human in the loop. The entire target set was neglected internet-exposed infrastructure: unpatched Langflow, default MinIO and Nacos credentials. Nothing here required a breakthrough. It required an agent willing to try everything, fast.
Darkhunt perspective. This is precisely the threat model our offensive agents rehearse: not a single clever exploit, but an autonomous actor that reasons across a kill chain and adapts mid-operation. The lesson for defenders is uncomfortable — the signals that used to mean "sophisticated adversary" (rapid pivoting, flawless recovery from errors) are now the default behavior of a commodity agent. If your detection assumes attackers operate at human tempo, JADEPUFFER already outran it.
2. Agentjacking: your error-reporting pipeline is now a prompt-injection channel
What happened. Researchers at Tenet Threat Labs demonstrated "Agentjacking" — injecting crafted text into Sentry error events (via the Sentry MCP integration) that coding agents read as legitimate "suggested fix" steps and then execute. Using only public Sentry APIs, the team identified 2,388 exposed organizations and observed 100+ agents acting on injected errors, exfiltrating environment variables, Git credentials, and repo URLs. The telemetry vendor declined to remediate at the root, framing the issue as architectural rather than a fixable bug. A related flaw, CVE-2026-22708, lets attackers poison allowlisted Cursor commands such as git branch.
Why it matters. This is textbook indirect prompt injection, but through a channel nobody was watching: untrusted third-party telemetry flowing into an agent that holds local code-execution authority. The agent cannot separate instruction from data when the payload is dressed up as ordinary tool output. And the vendor's "not our bug to fix" posture exposes the immature accountability model around MCP integrations — when an error report becomes an exploit primitive, whose job is it to sanitize it?
Darkhunt perspective. Every data source an agent ingests is an instruction source until proven otherwise — logs, tickets, error traces, CI output, dependency metadata. Teams inventory the tools they grant an agent and forget to inventory the inputs. The defensible boundary isn't "detect the malicious error." It's constraining what the agent is permitted to do when it acts on any input — enforced outside the model, where a jailbroken reasoning step cannot vote on its own permissions.
3. DeepMind's AI Control Roadmap: defenders start treating their own agents as insiders
What happened. Google DeepMind published a defense-in-depth "AI Control Roadmap" for securing internal systems against capable, imperfectly aligned agents. It frames agents explicitly as insider threats, maps their potential actions onto a MITRE ATT&CK-style taxonomy, and deploys trusted AI supervisors to monitor a working agent's reasoning, plans, and actions in real time. The team's analysis of roughly 1 million coding-agent trajectories found that most flagged events were misinterpretation and overeagerness, not adversarial intent.
Why it matters. A frontier lab just formalized, in production, the pattern that matters most: agent monitors agent, at the reasoning level, at runtime. The insider-threat framing is the tell — the industry is converging on the idea that a capable agent inside your perimeter deserves the same scrutiny as a privileged employee, because it has comparable reach and imperfect loyalty. The "mostly overeagerness, not malice" finding is operationally load-bearing: it tells you where to set monitor false-positive thresholds so real threats don't drown in noise.
Darkhunt perspective. This is external validation of a thesis we've built around: static, one-shot review can't govern an agent that acts continuously and adapts. Defense has to be a closed loop that observes reasoning, catches drift, and hardens against what it learns. DeepMind is describing the blue-team half of exactly the loop our offensive agents stress-test from the other side.
🎯 Attack Vectors & Vulnerabilities
Agent skill marketplaces are the new package registry. Palo Alto Networks Unit 42 found five malicious skills on ClawHub (the marketplace for OpenClaw) that evaded both the platform's ClawScan and VirusTotal — macOS infostealers, an evasion skill ("omnicogg") that hid a downloader inside a 22 MB-padded README to beat scanner size limits, and two genuinely novel agentic-abuse skills: "money-radar" (runtime affiliate injection that fetches a dynamic referrals.json to silently redirect an agent's recommendations) and "letssendit" (agentic front-running that coordinates pooled agent funds for crypto pump-and-dumps). The frontier here isn't malware delivery — it's weaponizing the agent's own decision-making at runtime. Static scanning was beaten by padding; behavioral verification of skills is now table stakes.
Cross-tenant takeover through an agent sandbox (WriteOut). SAND Security disclosed a now-patched critical session-isolation flaw in the enterprise Writer AI platform: the agent-preview feature forwarded the authenticated user's session cookie into a sandbox, so a malicious agent could read sandbox memory, recover victims' session tokens, and take over any organization — private chats, documents, agents, connectors, private models, and LLM credentials — via a single preview link. The fix was to strip the cookie from previews and isolate the preview origin. The takeaway is blunt: never forward tenant session cookies into an agent sandbox, and give preview surfaces isolated origins with narrowly scoped credentials.
AI coding agents look like attackers to your EDR (Sophos). A week of Sophos endpoint telemetry showed Claude Code, Cursor, and Codex setting off rules written to catch human intruders: credential access was 56.2% of blocked agent activity and execution 28.8%, with the single top credential-access rule (42.6% of that group) firing on Windows DPAPI browser-credential decryption. Two problems compound. First, process-level EDR/DLP can't see what an agent decides, writes, or where it sends data. Second — and worse — years of developer allowlisting exceptions now blind teams to agents whose access patterns are broader than the developers themselves. A compromised agent hides inside the exception you granted a trusted engineer.
Belief injection enters the lexicon. In a Help Net Security analysis, expert Pierguido Iezzi named "belief injection" — persistent manipulation of an agent's statistical behavior through poisoned pipelines or feedback — as the defining long-horizon challenge, arguing that "traditional cybersecurity looks for Indicators of Compromise; agentic AI requires us to look for Indicators of Behavior." It's a useful frame for the drift-shaped attacks that never trip a point-in-time signature.
🛡️ Defensive Developments
Out-of-band enforcement is the durable direction. The most important defensive signal this cycle isn't a product — it's a convergence. DeepMind's runtime supervisors (above), the academic case for architectural enforcement (below), and the hard lessons from Agentjacking and WriteOut all point the same way: the control that survives an adaptive attacker lives outside the model, bounding what the agent may do rather than trying to sanitize what it reads. Input filtering degrades against a motivated adversary; an external policy that constrains actions does not care whether the reasoning step was jailbroken.
Agents pointed at defense. For context — the release lands just before this window — Anthropic open-sourced a reference framework (defending-code-reference-harness) for an agent that threat-models, scans, triages, and patches code vulnerabilities. Per the framework's own write-up, this scanning effort (Project Glasswing) had disclosed 1,596 vulnerabilities across 281 open-source projects, of which only 97 were patched as of late May. The headline isn't the discovery rate; it's the ratio. Discovery now badly outpaces remediation — the bottleneck has moved to triage and patch capacity, and the same agent that finds flaws could weaponize them. Defensive automation without matching remediation throughput just grows the backlog.
🔬 Research & Papers
Adaptive evaluation of out-of-band prompt-injection defenses (arXiv:2606.26479). This paper systematizes external-enforcement defenses (CaMeL, FIDES, Progent) under classical security principles and warns that their published robustness rests on static benchmarks that adaptive attacks will break. Under the authors' proposed adaptive-evaluation protocol, Progent cut attack success from 25.8% to 4.2% on an open-weight model — a promising result the authors themselves flag as limited evidence pending stronger attacks. Practical implication: stop trusting static-benchmark robustness numbers for prompt-injection defenses, and make adaptive-attacker evaluation the standard. This is the same discipline our red-team loop is built on — a defense is only as good as the strongest attacker that has tried to break it.
Revelio: agentic memory-safety detection at repository scale (arXiv:2606.22263, UC Berkeley — Dawn Song, David Wagner, Koushik Sen). An agentic framework pairs cheap LLMs with lightweight static analysis to find memory-safety bugs across whole codebases, then validates each finding deterministically by generating an executable proof-of-vulnerability to suppress hallucinations. It surfaced 19 previously unknown vulnerabilities in production projects at low cost. The reusable idea is the PoV gate: cheap candidate generation, expensive deterministic validation. It's how you make agentic findings trustworthy enough to act on — directly relevant to the quality bar for any red-team output.
📊 Industry Moves
Two labs, two theories of agentic security. A Help Net Security piece contrasts the strategic bets: OpenAI is pouring resources into compute infrastructure (Stargate, ~670 roles), while Anthropic is staffing "trust infrastructure" for regulated sectors (~400 roles, spanning CBRN and behavioral risk). Underneath the hiring is a real divergence in where each thinks the agentic security problem gets solved — at the scale layer or the trust layer. The concrete controls proposed in the same analysis are worth tracking: a Model Bill of Materials, Behavioral Envelopes, and version pinning with re-baselined evaluations after every model update. If belief injection is the attack, re-baselining behavior post-update is the hygiene.
💡 The Darkhunt Take
Here's the reframe this cycle forces. For two years the dominant mental model of AI security has been input hygiene — filter the prompt, classify the jailbreak, guard what the model reads. That work is necessary. This cycle proves it is nowhere near sufficient, because in every serious story the model was never really the victim. JADEPUFFER didn't jailbreak anything; it was handed a goal and tools and became the attacker. Agentjacking didn't break a model; it fed a coding agent a poisoned input and let the agent's own authority do the damage. Sophos didn't find corrupted models; it found agents with credential access so broad that EDR can't tell them from intruders. The through-line isn't a clever prompt. It's an agent with credentials and tool access, doing.
So the question defenders should be asking is not "can this model be tricked?" — the answer is always yes, eventually, against an adaptive attacker. The load-bearing question is: when the agent is tricked, what is it actually able to do? That boundary — what actions are permitted, with what credentials, observed by what — is where security lives now. It has to be enforced outside the model, because a compromised reasoning step will happily approve its own next move. DeepMind's insider-threat framing, the arXiv case for out-of-band enforcement, and the wreckage from Agentjacking and WriteOut are all saying the same thing from different rooms.
How we can help
This is the boundary Darkhunt is built around, and we'll be honest about the shape of it. Input hardening — better filters, jailbreak classifiers, guardrails — is real and you should do it, but treat it as necessary-not-sufficient: it raises the cost of the first trick, it does not bound the blast radius of a successful one. What actually contains an agent is the layer that constrains and observes what it may do: scoped credentials, action-level policy enforced outside the model, and runtime observability into the agent's reasoning, tool calls, and data flows — the very things process-level EDR cannot see.
Darkhunt runs that as a closed loop. Our offensive agents probe your agents the way JADEPUFFER probed Langflow — chaining, adapting, reasoning across the kill chain — and every attack path they find becomes a defense that hardens against it. Red team to blue team, continuously, because a one-shot audit can't govern a system that acts continuously. If you're deploying agents with real tool access and want to know what they can do when — not if — they're turned against you, we can show you.
Darkhunt AI builds autonomous systems that probe, reason, and harden AI defenses. Learn more