CRAILGApr 22

SafeRedirect: Defeating Internal Safety Collapse via Task-Completion Redirection in Frontier LLMs

arXiv:2604.2093029.0Has Code
Predicted impact top 7% in CR · last 90 daysOriginality Highly original
AI Analysis

Addresses a critical safety failure mode in frontier LLMs for developers and deployers, achieving state-of-the-art defense against ISC.

Frontier LLMs exhibit Internal Safety Collapse (ISC) with >95% failure rates on legitimate tasks requiring harmful content. SafeRedirect reduces unsafe generation from 71.2% to 8.0% by redirecting task-completion drive, outperforming baselines.

Internal Safety Collapse (ISC) is a failure mode in which frontier LLMs, when executing legitimate professional tasks whose correct completion structurally requires harmful content, spontaneously generate that content with safety failure rates exceeding 95%. Existing input-level defenses achieve a 100% failure rate against ISC, and standard system prompt defenses provide only partial mitigation. We propose SafeRedirect, a system-level override that defeats ISC by redirecting the model's task-completion drive rather than suppressing it. SafeRedirect grants explicit permission to fail the task, prescribes a deterministic hard-stop output, and instructs the model to preserve harmful placeholders unresolved. Evaluated on seven frontier LLMs across three AI/ML-related ISC task types in the single-turn setting, SafeRedirect reduces average unsafe generation rates from 71.2% to 8.0%, compared to 55.0% for the strongest viable baseline. Multi-model ablation reveals that failure permission and condition specificity are universally critical, while the importance of other components varies across models. Cross-attack evaluation confirms state-of-the-art defense against ISC with generalization performance at least on par with the baseline on other attack families. Code is available at https://github.com/fzjcdt/SafeRedirect.

Foundations

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

Your Notes