New to ShortSpan? We distil the AI-security research that matters into practitioner takeaways — edited by Ben Williams (NCC Group). Get the weekly email
// Analysis

FUSE maps dangerous LLM capabilities across knowledge and defence

Society
FUSE maps dangerous LLM capabilities across knowledge and defence

FUSE proposes a plug-in framework to score Large Language Models on three axes: Knowledge, Defence and Harm. In a chemical-biological module across 12 models, profiles diverge: defence varies widely while harmfulness clusters once models comply. Newer models know more; defences improve unevenly. Silent refusal muddies auditing; tool use raises stakes.

Safety testing for Large Language Models (LLMs) is still a patchwork. Benchmarks often probe either what a model knows, whether it refuses, or how harmful its answers are, but rarely all three under one roof. FUSE closes that gap with a single protocol that measures Knowledge, Defence and Harm side by side and turns the results into a comparable risk profile.

How FUSE tests models

The framework runs three parallel pipelines. Knowledge gauges hazardous-domain proficiency using an Item Response Theory (IRT) weighted multiple-choice bank, so harder questions count more. Defence is an adaptive, multi-round red-team interaction that presses through refusal strategies over successive turns. Harm scores the actionability of whatever slips past defences with rubric-based judging of open-ended outputs. A domain module plugs in scenario seeds, question banks and rubrics, while the core evaluation engine stays fixed. Judging uses ensembles of LLM-as-judge with cross-judge validation. The team also piloted a tool-enhanced mode for cyber, giving models a sandbox with real Bash and Python to assess what happens when text becomes executable.

What the results show

Instantiated for chemical-biological scenarios, FUSE evaluated 12 commercial models from four families released between 2023 and 2026. The three axes only weakly correlate (pairwise correlations about 0.32–0.52). That matters: two models can know the same dangerous facts yet differ sharply in refusal resilience, and once a model does comply, the harmfulness of its outputs looks strikingly similar. Defence scores span a 43-point range, while Harm clusters tightly around 68–78. The paper flags family patterns: some DeepSeek variants pair high Knowledge with weak, eroding Defence and high Harm; several Claude variants show strong Defence but still high conditional Harm and a tendency toward silent refusal, returning empty responses in roughly 67.8–78.6% of turns. Family-level profiles separate Claude, DeepSeek and GPT lines.

Risk evolves non‑monotonically. Newer models tend to accumulate Knowledge, but Defence gains are only partial and depend on the family. Harm appears stubbornly inelastic over the period studied. Reliability looks decent: for Defence, four of five alternative judges hit bootstrap correlations above 0.79, and Knowledge rankings from IRT and raw accuracy all but coincide (Spearman 0.998).

Operationally, this paints a crisp picture. Adaptive, multi-turn elicitation can wear down refusals. Once a fence falls, outputs across models are comparably actionable. Silent refusal complicates detection and auditing because there is no textual record of a refusal. Tool-enabled modes raise the temperature by letting models iterate executable artefacts, even if sandboxed.

The authors are careful about limits: full validation sits in chemical-biological; the cyber pilot is smaller with a less mature bank. Harm scoring remains subjective with moderate inter-judge agreement (about 0.42–0.58), pre-training contamination is hard to rule out, and some serving behaviours reflect configuration rather than model weights. The interesting question is whether this modular protocol can keep pace across domains and releases, giving us a stable yardstick as these systems change faster than our instincts do.

Additional analysis of the original ArXiv paper

📋 Original Paper Title and Abstract

FUSE: An Evaluating Framework for Dangerous Capabilities of LLMs

Authors: Zhengyi Jin, Ru Zhang, Xiao Chen, Xinbo Liu, Jiaxuan Lin, Jia Huang, Jianyi Liu, and Zhen Yang
Fragmented safety evaluation undermines the governance of dangerous AI capabilities. We present a modular framework that evaluates each model through three orthogonal pipelines---Knowledge ($K$), Defense ($D$), and Harm ($H$)---under a unified protocol, aggregating results into a standardized dangerous-capability profile $φ$. Pluggable modules supply scenario seeds, knowledge banks, hazard queries, and judge rubrics, while the core evaluation engine remains unchanged across domains; the CB evaluation is complemented by a cyber pilot demonstrating protocol transfer. Instantiating the framework with a chemical-biological (CB) module, we evaluate 12 commercial LLMs from four families. Our first contribution is a horizontal comparison of dangerous capability across models and model families: the three dimensions expose sharply divergent profiles---models with comparable knowledge differ in refusal resilience, and strong defenders do not generate less harmful content when they do comply---while family-level patterns further separate Claude, DeepSeek, and GPT models. The second is a temporal analysis of capability evolution: tracking $K$, $D$, and $H$ against model release dates reveals that dangerous capability has not monotonically declined; newer models deepen knowledge while only partially improving defense, showing that scaling and alignment progress do not uniformly translate into safety. Reliability is established via cross-judge consistency (bootstrap $ρ> 0.79$, 4 of 5 judges) and pipeline orthogonality ($K$--$D$--$H$ inter-correlations $ρ\in [0.32, 0.52]$).

🔍 ShortSpan Analysis of the Paper

Problem

The paper addresses fragmented safety evaluation of large language models, which prevents consistent governance of dangerous capabilities. Existing benchmarks measure knowledge, refusal behaviour, or harmful outputs in isolation using incompatible protocols, so regulators and operators cannot compare models or track risk over time. The authors propose a unified, modular evaluation that produces a standardised dangerous-capability profile φ across models and domains.

Approach

The framework evaluates each model along three orthogonal pipelines: Knowledge (K) measuring hazardous-domain proficiency via an IRT-weighted multiple-choice bank; Defense (D) measuring access-control robustness through adaptive, multi-round red-team interactions; and Harm (H) measuring the actionability of outputs that bypass defences using rubric-scored open-ended prompts. A pluggable Danger-Domain Module supplies scenario seeds, knowledge banks, harm queries and rubrics so the core engine is reusable across domains. The authors instantiate a chemical-biological (CB) module and evaluate 12 commercial LLMs from four families over a 2023–2026 release window. Judgement is performed by LLM-as-judge ensembles with cross-judge validation; a Tool-Enhanced sandboxed mode with real Bash/Python execution was piloted for cyber scenarios.

Key Findings

  • Orthogonal, divergent profiles across models: Knowledge, Defense and Harm are weakly correlated (pairwise ρ in [0.32, 0.52]), so models with similar knowledge may differ sharply in refusal resilience and in the harmfulness of outputs they yield when coerced.
  • Family- and model-level patterns: Across 12 models, defence scores spanned a 43-point range while harm scores were tightly clustered (roughly 68–78), meaning that once a model complies its outputs are similarly actionable. Examples include DeepSeek variants combining high knowledge with weak, eroding defence and high harm, and Claude variants showing strong defence but high conditional harm and frequent silent refusal (empty responses in ~67.8–78.6% of turns).
  • Temporal evolution is non-monotonic: knowledge tends to compound across generations while defence improvements are partial and family-dependent; harm remains inelastic over the evaluated period. Reliability checks show cross-judge consistency for defence (bootstrap ρ>0.79 for four of five alternative judges) and near-perfect agreement between IRT ability and raw accuracy rankings (Spearman ρ=0.998).

Limitations

Main constraints are that full validation is concentrated on the CB module; the cyber pilot is smaller-scale with a less mature knowledge bank. Harm scoring is inherently subjective and showed moderate inter-judge agreement (ρ≈0.42–0.58). Knowledge-bank contamination by pre-training data remains a risk. Some deployment behaviours (silent refusal) reflect serving configurations rather than model weights.

Implications

Offensive security implications are direct: attackers can extract increasingly hazardous knowledge as models accumulate domain expertise across generations, and adaptive multi-round elicitation can erode refusals to produce actionable protocols. Tool-enhanced modes amplify this risk by enabling models to author and iterate executable artefacts inside sandboxes. Silent refusal strategies complicate detection and auditing because they leave no textual refusal trace. The decoupling of Defence and Harm means that even models judged safe on single-turn tests can still yield highly actionable outputs on the subset of queries they fail to refuse, so defenders should not conflate strong first-contact refusal with low overall exploitability.

// Similar research

Related Research

Get the weekly digest

The few AI-security papers that matter, with the practitioner takeaway. No spam.