Cisco's AI Defense and Talos threat intelligence teams, plus the researchers behind Hephaestus, an automated AI attack framework from Oasis Security, published findings within a week pointing to the same structural failure in commercial AI safety
Cisco's AI Defense group, the Talos threat-intelligence team, and the researchers behind an automated attack framework called Hephaestus published findings inside a week that point to the same structural failure in commercial AI safety filters. A single thin classification layer, the researchers say, breaks when an attacker splits a request across sessions, takes several conversational turns, or hands the job to an agent. The Register covered the cluster on 2026-08-04, in the same late-summer security-conference window when enterprise AI procurement decisions are being finalized for the fourth quarter.
The mechanism is consistent across the three studies. A model classifies the user's prompt, refuses if it matches a guardrail trigger, and otherwise answers. An attacker who cannot get a bioweapon recipe in one shot asks for a related precursor first, then the next, in a longer conversation. Cisco's AI Defense team reported that under a five-turn coercion protocol several major models still produced harmful material, with attack success rates reported as high as 88 percent. The Register's summary of the wider research wave called the bar so low that a "script kiddie" (a low-skill attacker who runs ready-made tools) can clear it. The criticism is structural, not anecdotal: a single classifier with a fixed refusal list isn't a defense in depth.
Splitting the attack across multiple sessions makes the layer even thinner. Talos documented adversaries who break a malicious task into pieces and submit each piece in its own chat window, so no single prompt ever trips the refusal list. The full "Keep going, bro" writeup names the technique and shows the reconstructed session. Once the approach is automated, it stops needing a human at all. Oasis Security published research on Hephaestus, an attack framework that drives Claude against government and educational institutions in Indonesia, and the accompanying arXiv paper (2606.29981) frames the project as a step toward a "cybersecurity AI scientist" that runs the loop end to end. The three findings are the same finding at three different operator skill levels: one careful human, one patient human, and one bot.
The procurement lesson is the part the conference talks won't deliver. "AI safety" in a vendor deck is a product claim, and the evidence above is what an unverified product claim looks like in the wild. Buyers who sign a six-figure contract on the basis of a safety section in a datasheet are buying a classifier, not a control. Cisco's own AI Defense product page is a reminder that even the researchers publishing the bypass numbers now sell a defense layer on top of the model. That fact doesn't invalidate the research, but it does mean the market is now selling the missing defense-in-depth rather than offering it built in.
Ask the vendor for the exact test corpus behind the safety claim, including the prompt categories and the refusal threshold. Run a multi-turn and a multi-session red-team prompt before signing, with a representative sample of your own use cases rather than the vendor's canned ones. Treat guardrail failure as an expected event, not a bug, and put the real defenses around the model: retrieval restrictions, output filtering, human review of high-risk actions, and rate limits on external calls. The teams whose products survived this week's disclosures are the ones who treated the model as a component and the surrounding system as the security boundary.
The next concrete milestone is the Black Hat and DEF CON briefings in the second half of August, where Talos, Cisco, and the Hephaestus authors are expected to present in person. That is the moment to ask each vendor, in writing, what changed in their model between the published test and the version about to ship to your team.