Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: fe636d3b
Paper published March 1, 2026
Entry analyzed March 9, 2026
Paper-reported evidence
Confidence: Source-linked

The LMVD-ID is an internal research identifier, not an official CVE identifier.

LLM Judge Fragility

LLM-as-a-judge systems and automated LLM evaluators are vulnerable to meaning-preserving perturbations, specifically formatting alterations and verbosity manipulations. When grading or classifying text and agentic…

BibTeX citation

Paper-evaluated models(7)

Claude Opus 4.5, Claude Sonnet 4.5, Gemini 2.5 Pro +4 more
  • Claude Opus 4.5
  • Claude Sonnet 4.5
  • Gemini 2.5 Pro
  • Gemini 3 Pro
  • GPT-4o
  • GPT-4o Mini
  • Llama 4 Maverick 17B

Description

LLM-as-a-judge systems and automated LLM evaluators are vulnerable to meaning-preserving perturbations, specifically formatting alterations and verbosity manipulations. When grading or classifying text and agentic transcripts, LLM judges exhibit high sensitivity to layout-only changes (such as whitespace and indentation) and response length, frequently altering their scores even when the underlying semantic and factual content remains identical. This allows attackers to bypass automated safety evaluators, artificially inflate benchmark scores, or manipulate multi-class ordinal grading systems by trivially reformatting or padding responses.

Examples

  • Format Invariance Attack: Modifying a response by adding or removing blank lines between paragraphs, inserting clusters of extra spaces within lines, or altering line indentation. These purely visual layout changes cause the LLM judge to output a different classification or score compared to the original, unmodified text.
  • Verbosity Padding: Expanding a response with additional, non-substantive explanation. The LLM judge over-rewards the longer variant (verbosity bias) and assigns it a higher score than a succinct, factually identical baseline.
  • Agentic Evaluation Evasion: Subtly modifying messages within a multi-turn agent transcript to induce a safety rubric violation. The LLM judge fails to detect the targeted semantic changes within the longer context, resulting in a high false-negative rate for safety compliance.
  • For specific perturbed datasets across FORTRESS, HarmBench, Persuade, and AgentHarm, see the RANDCorporation/judge-reliability-harness repository.

Impact

  • Safety Bypass: Malicious actors can evade automated safety filters and compliance checks that rely on LLMs as judges by reformatting restricted content.
  • Benchmark Manipulation: AI models can be artificially boosted on leaderboards and evaluation frameworks by tuning their output formatting and verbosity to exploit the judge's biases.
  • Flawed Quality Assurance: Enterprise CI/CD pipelines relying on LLM autograders for quality control may accept degraded or unsafe model outputs due to stochastic scoring instability.

Affected Systems

  • Automated AI evaluation and benchmarking frameworks utilizing LLM-as-a-judge architectures (e.g., MT-Bench, Chatbot Arena, G-Eval, Inspect).
  • Applications using frontier LLMs (including GPT-4o, Claude Sonnet/Opus 4.5, Gemini 2.5/3 Pro, and Llama 4 Maverick) for multi-class ordinal scoring or binary safety classification.

Mitigation Steps

  • Input Normalization: Pre-process and normalize all text inputs prior to evaluation by stripping extraneous whitespace, standardizing line breaks, and removing irregular indentation to neutralize layout-based attacks.
  • Robustness Stress-Testing: Systematically evaluate LLM judge configurations using frameworks like the Judge Reliability Harness (JRH) to measure susceptibility to format invariance, semantic paraphrase, and verbosity bias before deploying them in production pipelines.
  • Task-Specific Judge Selection: Avoid assuming that the largest or most expensive frontier model is universally reliable; evaluate and select judges based on task-specific robustness, as models that are stable in binary classification often degrade in multi-level ordinal scoring.
  • Human-in-the-Loop (HITL) Fallback: Implement mandatory human review for edge cases, particularly for multi-turn agentic evaluations, where LLM judges currently exhibit significant asymmetric vulnerabilities (high false-positive and false-negative rates).

Research context and confidence

Evidence and verification
Paper-reported; independent reproduction is not documented.
Primary research source linked.
Severity
Not rated by this catalog.
Source and publication type
arXiv · Research preprint.
Peer-review status is not provided by this source.
Author and publication status
Author metadata is not stored; see the primary paper.
Threat model and attacker access
Black-box model, service, or application access.
Related deployment categories
Agent workflows
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
Automated AI evaluation and benchmarking frameworks utilizing LLM-as-a-judge architectures (e.g., MT-Bench, Chatbot Arena, G-Eval, Inspect). Applications using frontier LLMs (including GPT-4o, Claude Sonnet/Opus 4.5…

Research Paper

Judge Reliability Harness: Stress Testing the Reliability of LLM Judges

Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.

View Paper

Evidence

This entry is based on a primary research source. Its findings are paper-reported; independent reproduction and verification are not claimed.

https://arxiv.org/abs/2603.05399