The LMVD-ID is an internal research identifier, not an official CVE identifier.
LLM Judge Coin Flip
Automated LLM-as-a-Judge safety classifiers exhibit severe performance degradation (falling to near-random chance) when subjected to distribution shifts caused by adversarial prompt optimization (Attack Shift), varying…
Paper-evaluated models(4)
- Llama 2 13B HarmBench
- Llama Guard 3 8B
- AegisGuard
- JailJudge
Description
Automated LLM-as-a-Judge safety classifiers exhibit severe performance degradation (falling to near-random chance) when subjected to distribution shifts caused by adversarial prompt optimization (Attack Shift), varying target architectures (Model Shift), and semantic categorization (Data Shift). Adversarial algorithms, particularly sampling-based (Best-of-N) and judge-aware optimization methods (GCG-REINFORCE), explicitly and implicitly exploit these judge insufficiencies. Instead of eliciting genuinely harmful content from the victim model, these attacks generate distorted, high-perplexity, or stylistically evasive outputs that trigger false positives in the judge's classification threshold. This "judge hacking" vulnerability fundamentally undermines automated safety verification by misclassifying benign or failed outputs as successful jailbreaks.
Examples
Attack frameworks leverage implicit judge hacking (extensive sampling to accumulate false positives) or explicit judge hacking (incorporating judge reward signals into the REINFORCE optimization loop) to bypass evaluation integrity. The optimization targets the judge's specific noise rather than genuine human-rated harmfulness. Specific instances of these adversarial prompt-response pairs that induce multi-judge consensus failures are compiled in the JudgeStressTest dataset. See repository: https://github.com/SchwinnL/LLMJudgeReliability (opens in a new tab).
Impact
The integrity of automated safety evaluation and red-teaming pipelines is compromised. Safety classifiers achieve AUROC scores as low as 0.48 (worse than random guessing) under attack shift. This results in artificially inflated Attack Success Rates (ASR), leading defenders to significantly overestimate model vulnerability, while allowing attackers to "hack" the evaluation metric without actually breaking the victim model's safety guardrails. Furthermore, deploying ensembles of multiple LLM judges fails to mitigate this issue, as judges share systematic failure modes.
Affected Systems
- Automated LLM-as-a-Judge frameworks and safety classifiers, including but not limited to StrongREJECT, AegisGuard, Llama-2-13B HarmBench classifier, JailJudge, and Llama-Guard-3-8B.
- Evaluation pipelines testing against open-weight models (e.g., Gemma-3-1B, Llama-3.1-8B, Gemma-27-B, Qwen-3-32B) using automated adversarial attacks (e.g., GCG, GCG-REINFORCE, Best-of-N, PAIR).
Mitigation Steps
- Require multi-sample verification: Collect and verify multiple judge-positive samples per behavior before confirming a successful adversarial attack, rather than terminating the evaluation at the first positive judgment.
- Correct ASR for precision: Calculate Expected ASR by scaling the raw attack success rate by the judge’s empirically measured precision (the probability that a judge-positive is an actual true positive).
- Filter for reliable behaviors: Restrict automated safety benchmarking to consistent, high-concordance semantic behaviors that are resilient to evaluation shifts (e.g., utilizing the 41 behaviors identified in the
ReliableBenchsubset). - Stress-test evaluators: Validate the robustness of new LLM judges against isolated systemic failure cases using edge-case datasets like
JudgeStressTest.
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
- Both white-box and black-box research contexts are tagged; consult the primary paper for target-specific access.
- Related deployment categories
- No related deployment category is classified.
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Automated LLM-as-a-Judge frameworks and safety classifiers, including but not limited to StrongREJECT, AegisGuard, Llama-2-13B HarmBench classifier, JailJudge, and Llama-Guard-3-8B. Evaluation pipelines testing against…
Research Paper
A Coin Flip for Safety: LLM Judges Fail to Reliably Measure Adversarial Robustness
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperEvidence
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.06594Related research
- LLM Judge Manipulation
Published March 1, 2026 · model-layer, application-layer, prompt-layer
- Unified Robustness Gap
Published February 1, 2026 · model-layer, prompt-layer, injection
- JailFlip Implicit Harm
Published June 1, 2025 · model-layer, prompt-layer, jailbreak