Jailbreak prompts (i.e. prompts designed to remove or bypass the guardrails and rules that govern AI systems, like LLMs) prompts have been circulating for years. At first, a lot of it was pretty simple: copy a prompt, tell the model to ignore its rules, and see what happens. It was also largely noisy, unverified, and often didn’t work. But the noise was still telling us something. Threat actors were beginning to study AI systems the same way defenders were, and over time, the goal started to change.
New Bitsight Threat Intelligence research from July 2025 through July 2026 found jailbreak activity across forums, GitHub repositories, Telegram channels, direct messages, and marketplace-style conversations. We also saw users moving past static prompts and experimenting with obfuscation, model routing, retry logic, multi-model testing, and repeatable jailbreak workflows. At first, the challenge was to get an LLM to say something it shouldn't say. Now, the interest is increasingly focused on how AI can actually help threat actors carry out parts of an attack. We’ve already seen examples of AI being used to write and troubleshoot code, help migrate C2 infrastructure, and support workflows involving credential discovery, lateral movement, and extortion.
This becomes more concerning as AI agents gain access to more than just a chat window. They can have access to files, terminals, credentials, repositories, and other systems. At that point, the concern isn’t only whether someone can manipulate what the model says, but whether they can manipulate what it does. For example, could an attacker manipulate an agent into running a command, accessing sensitive information, or interacting with an environment it already has permission to reach. Somewhere along the way, the jailbreak prompt stopped being the most interesting part of the story.
Then AI started getting access
The risk changes pretty quickly once an AI assistant can read files, run commands, access repositories, call tools, or interact with enterprise workflows. A chatbot saying something it shouldn’t is one problem. An AI coding agent completing action it shouldn’t is a very different one. The 0DIN Claude Code proof-of-concept is a good example of that shift. Researchers showed how a normal-looking GitHub repository, indirect prompt injection, routine setup and troubleshooting behavior, and an agent’s legitimate access to shell commands could ultimately lead to a reverse shell on a developer machine.
This research begs the question: what could the model reach, and what could it do once it got there?