What Features in Prompts Jailbreak LLMs? Investigating the Mechanisms Behind Attacks
Nathalie Kirch, Constantin Weisser, Severin Field, Helen Yannakoudakis, Stephen Casper
TL;DR
The paper tackles the problem of understanding jailbreak mechanisms in LLMs beyond simple linear signals by introducing a large, model-agnostic jailbreak dataset and probing prompt representations with both linear and non-linear methods. It shows that jailbreak success can be predicted from prompt representations in-distribution but transfer across attack families is limited, indicating attack-type-specific, non-universal features. Non-linear probes, especially MLPs, generalize better across layers and enable causal latent-space interventions that can steer model behavior more reliably than linear approaches. This work provides a prompt-side mechanistic framework for analyzing and testing jailbreak features, highlighting the need for adaptive defenses that account for non-linear, model-specific vulnerabilities. Overall, the findings challenge the universality hypothesis of jailbreak signals and offer a foundation for mechanistic safety research in open-weight LLMs.
Abstract
Jailbreaks have been a central focus of research regarding the safety and reliability of large language models (LLMs), yet the mechanisms underlying these attacks remain poorly understood. While previous studies have predominantly relied on linear methods to detect jailbreak attempts and model refusals, we take a different approach by examining both linear and non-linear features in prompts that lead to successful jailbreaks. First, we introduce a novel dataset comprising 10,800 jailbreak attempts spanning 35 diverse attack methods. Leveraging this dataset, we train linear and non-linear probes on hidden states of open-weight LLMs to predict jailbreak success. Probes achieve strong in-distribution accuracy but transfer is attack-family-specific, revealing that different jailbreaks are supported by distinct internal mechanisms rather than a single universal direction. To establish causal relevance, we construct probe-guided latent interventions that systematically shift compliance in the predicted direction. Interventions derived from non-linear probes produce larger and more reliable effects than those from linear probes, indicating that features linked to jailbreak success are encoded non-linearly in prompt representations. Overall, the results surface heterogeneous, non-linear structure in jailbreak mechanisms and provide a prompt-side methodology for recovering and testing the features that drive jailbreak outcomes.
