CLAICRAug 10

Measuring the Wrong Thing: Internal Harmfulness Scores Anti-Rank Successful Jailbreaks

arXiv:2608.0962416.9
Predicted impact top 39% in CL · last 90 daysOriginality Highly original
AI Analysis

This work highlights a critical flaw in current internal safety scoring mechanisms for large language models, demonstrating that they are not reliable indicators of successful jailbreaks, which is a significant problem for model safety and alignment teams.

This paper investigates the effectiveness of internal safety scores, which evaluate prompts before text generation, in identifying successful jailbreaks. They found that while internal scores effectively separate harmful from benign prompts (AUROC 0.936), they fail to predict successful jailbreaks. Specifically, for wrapped harmful prompts, the harmful generation rate increased from 0.05 to 0.27, yet the internal score's AUROC for harmful intent dropped to 0.803, and its ability to rank successful jailbreaks was below random chance (AUROC 0.220).

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes