jailbreak robustness
Jailbreak robustness is the property of a safety-trained model that it keeps refusing genuinely harmful requests even under adversarial prompts engineered to bypass its guardrails. A jailbreak is any input, a role-play frame, an obfuscated encoding, a long persuasive preamble, an optimized adversarial suffix, that flips a model from refusal to compliance on content it was trained to decline. Robustness is how reliably the safety behavior survives a determined attacker, not just average users.
The difficulty is that safety alignment is shallow: refusal is often a thin behavioral layer over capabilities that remain intact, so attacks find inputs where the helpful prior overrides the safety prior. Automated methods such as greedy coordinate gradient search can craft transferable suffixes, and the attack surface is effectively unbounded, mirroring the broader fragility of neural networks to adversarial examples. Defenses include adversarial training on discovered jailbreaks, input and output classifiers, circuit-level interventions that remove harmful capability, and refusal directions identified via representation engineering.
It matters because a single robust jailbreak can nullify an entire safety program, and it is the security frontier for deployed systems facing red-teamers and real misuse. The honest state of the art is an arms race: no current method gives certified robustness, evaluations must assume adaptive attackers rather than fixed test sets, and a defense that blocks today's attacks routinely falls to tomorrow's reformulation.
Refusal is often shallow: the harmful capability usually remains, so jailbreaks re-elicit it rather than create it. Evaluate against adaptive, not static, attacks.