When Skills Meet Safety: Benchmarking and Characterizing the Adaptive Jailbreak Robustness of Skill-Merged LLMs

📅 2026-08-09
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the critical challenge that existing model merging techniques often degrade the safety alignment of large language models when injecting new capabilities, while static refusal tests fail to capture their true robustness against adaptive jailbreaking attacks. To bridge this gap, the authors introduce SkillSafe-Bench, a novel benchmark that for the first time exposes the disconnect between static safety evaluations and robustness under adaptive attacks, and propose a data-agnostic metric for safety degradation grounded in the geometric structure of safety subspaces. Building on this insight, they develop SubSafe-Merge, a method that decouples task vectors from the safety subspace to enable capability integration without compromising safety. Experiments reveal that Qwen and Gemma models exhibit jailbreak success rates of 60–76% under adaptive attacks, whereas Llama and Phi-4 demonstrate greater robustness; notably, SubSafe-Merge effectively eliminates safety degradation while preserving task performance.
📝 Abstract
Model merging has become the default way to give an aligned language model new skills without retraining: a practitioner folds task vectors from math, code, or domain specialists into a safety-aligned base using task arithmetic, TIES, or DARE. This convenience is known to carry a safety cost, but almost all of that evidence rests on static refusal tests: fixed harmful prompts scored for compliance. We argue this is misleading. Because safety alignment is "shallow," concentrated in the first few generated tokens, a merged model's static refusal can stay clean while a real adaptive attack still breaks it. We introduce SkillSafe-Bench, a controlled benchmark that scores skill-merged models on static refusal, adaptive jailbreak robustness, and capability retention under a conservative two-judge AND rule. Across six open-weight bases (five families, two scales), static safety does not predict robustness to attack: under a semantic template attack, safe-looking merges on the fragile bases (both Qwen scales and Gemma) are jailbroken 60-76% of the time while others (Llama, Phi-4) stay robust. We further show the static effect of merging is base-conditional, characterize same-recipe abliteration-style safety erosion through a data-free geometric signal (the overlap of a task vector with a safety subspace), and outline SubSafe-Merge, which projects this overlap away to remove that erosion at held capability. Adaptive evaluation is not optional for merged LLMs: the models that most need it look safe under static screening.
Problem

Research questions and friction points this paper is trying to address.

skill-merged LLMs
adaptive jailbreak
static refusal
safety alignment
robustness evaluation
Innovation

Methods, ideas, or system contributions that make the work stand out.

adaptive jailbreak robustness
skill-merged LLMs
safety subspace projection
SkillSafe-Bench
static vs. adaptive evaluation