🤖 AI Summary
This work addresses a critical flaw in current safety mechanisms that erroneously equate the harmful intent score of a prompt with the actual success rate of jailbreak attacks, leading to severe underestimation of high-risk attacks. To expose this misalignment, the authors propose Active Attention Probing—a method that pairs original and obfuscated (wrapped) attack prompts, generates authentic model outputs, and integrates attention analysis with multi-channel validation (including rare tokens, passive signals, and detector-derived features). Experiments reveal that while wrapped attacks increase Llama’s harmful output rate from 0.05 to 0.27, their harmful intent AUROC drops to 0.803; remarkably, successful attacks even receive lower scores than failed ones (AUROC = 0.220). This consistent discrepancy is observed across three models, seven attack types, and two judgment frameworks.
📝 Abstract
Internal safety scores judge a prompt before any text is generated, and they are validated by how well they separate harmful prompts from benign ones. That separation is then read as evidence that the score will also catch the attacks that succeed. Harmful intent is a property of the prompt. Jailbreak success is an outcome produced later by a particular target model, decoding policy, and judge. A filter tuned on a score that measures the wrong quantity spends its false positive budget on attacks that would have failed anyway. In this paper we audit that inference. Attention based measurements are usually read from prompt dependent locations, so a wrapper changes both the content being judged and the place the signal is taken from. We therefore introduce Active Attention Probing, which supplies a fixed content independent measurement coordinate. We pair every base goal with a plain and a wrapped version and generate real completions from the target models. On Llama, wrapping raises harmful generation from 0.05 to 0.27 while harmful intent AUROC falls from 0.936 to 0.803, so the attacks grow more dangerous while the prompts look safer to the score. Among wrapped harmful prompts the outcome AUROC is 0.220, which places the attacks that succeeded below the attacks that failed. Rare token, passive, and detector derived channels reproduce the reversal on the same matched design, and the reversal itself persists across three target models, seven attack families, and two independent judges. Distribution shift then degrades calibration and threshold transfer before it degrades ranking.