In short
A Cisco Talos study shows that models often treat a claim that an attack is legitimate as proof. To protect themselves, companies will need to verify the context and connect agents to the SOC, rather than relying solely on LLM rejections.
AI guardrails often fail not under the pressure of a sophisticated jailbreak, but after the phrase “this is my server.” A Cisco Talos study reveals an unsettling fact: the model may accept a user’s claim that an operation is legitimate as sufficient grounds to assist with a potential attack.
Talos analyzed prompt logs and artifacts from devices belonging to suspected attackers who used Claude Code, Codex, Cursor, and Gemini. The researchers did not find any complex encoding schemes or sophisticated tricks: in many cases, it was enough to claim that the work was being conducted on their own infrastructure, as part of a capture-the-flag challenge or a bug bounty program.
This is an important distinction. Model safeguards respond reasonably well to an explicitly stated malicious intent, but much less effectively to the question of who is authorized to pursue that intent. And it’s impossible to verify such authorization within a standard dialogue: the model sees the claim, but it doesn’t see the contract, the scope of testing, or the system owner’s authorization.
There’s also a more systemic problem. Attackers break an operation down into separate tasks and spread them across different sessions and files. Each request on its own looks harmless, but together they can form a complete attack chain. Additional memory files, Markdown documents, and system instructions have a similar effect, altering the context of the assistant’s behavior.
In the case of the Hephaestus framework, Talos specifically notes a different approach: actions are described using neutral verbs, without explicitly indicating a malicious intent. The agent executes a sequence of “innocent” requests and does not grasp the full picture of what is happening. This is no longer a classic bypass of a restriction, but rather an exploitation of the gap between a local request and a global intent.
That said, AI does not turn just any novice into a competent hacker. According to the researchers’ assessment, untrained operators are capable of putting together technically functional but weak projects, whereas experienced attackers use the models to amplify their capabilities. In other words, the main risk is not an army of autonomous geniuses, but the acceleration of those who already know what they’re doing.
This leads to a practical conclusion for defense: simply rejecting the model’s output is not enough. If agents become part of a SOC, they must not only filter the text of requests but also map actions to actual permissions, assets, requests, and the boundaries of permitted testing. Otherwise, the system will be checking the wording of the command while the attack continues across the entire chain.
Talos expects that organizations will have to make more active use of agent-based tools to parse the growing stream of events and identify truly critical alerts. There is an even more pressing reason for this: according to CrowdStrike, attacks involving AI-enabled adversaries have increased by 89% over the past year, and the practical window for applying patches has, in some cases, shrunk to 24–48 hours.
But deploying an agent in a SOC without context control means repeating the very same mistake that attackers are already making. It’s not just the model that needs to be protected from a malicious request—the infrastructure also needs to be safeguarded against the plausible story it’s been told.