PROTORABENCH — THE HEAD-TO-HEAD

We grade ourselves
against the field.

An adaptive-evasion battery — safety-strips built to read clean to a detector while the safety is genuinely gone — run against Protora and the published approaches, side by side. Every result witnessed, every ceiling stamped, every miss owned.

caught  abstained  missed — a coarse, honest outcome, never a score.

THE BATTERY

Evasions built to slip past a detector.

Proteus yields the truth only to the grip that holds him through every shape he takes. A safety-strip is a shape: the battery is a set of removals that each keep the model coherent and the safety genuinely gone, while trying to read clean to a detector — the moves a real tamperer reaches for.

Off the obvious signal — ORTHO

The removal is steered away from the model’s refusal signal, so a detector that watches that signal sees nothing move.

Diluted under noise — NOISED

The removal is buried in unrelated weight-noise, so an approach that measures the size of the change reads it as ordinary churn.

Stacked behind decoys — Decoy

A louder, harmless decoy edit is stacked on top, so an approach that follows the biggest change follows the decoy instead.

Each one genuinely removes the safety — corroborated behaviorally — and each is designed to defeat a different reader. The head-to-head is: which reader still catches it.

THE HEAD-TO-HEAD

Protora and the published approaches, side by side.

Each approach is run at its own published threshold — not re-tuned to lose. Each other approach breaks on the shape it is built to overlook; Protora is the grip that holds through all of them.

The adaptive-evasion battery — caught (), missed (), or abstained (), each detector at its published threshold.
The evasionProtoraholds the true formRefusal-anchoredwatches the refusal signalLargest-editfollows the biggest changeRefusal cosinefirst-generationActivation-gapneeds a forward read
On-axis stripthe plain safety-removalcaughtcaughtcaughtcaughtabstains
Off the refusal signalORTHOcaughtmissedcaughtmissedabstains
Diluted under noiseNOISEDcaughtcaughtmissedmissedabstains
Stacked behind decoysDecoycaughtmissedmissedmissedabstains
Buried under a benign finetuneMaskedcaughtmissedcaughtmissedabstains
Caught5 / 52 / 53 / 51 / 5abstains
False positives00false-fires0

COVERAGE — a seeded, reproducible synthetic evasion battery · the comparison approaches are faithful reimplementations of the published method classes (not their code) · a synthetic construction, not a claim about every model in the wild — the real-model corroboration is the record.

The field it stands against.

Most of what ships today reads the model’s file, or has to runthe model. Protora reads whether the safety is gone — from the weights, differentially, without eliciting the harm. We benchmark the method each one uses, faithfully reimplemented above; the shipped products differ in coverage, and we do not re-run them here.

What ships todayWhat it readsAgainst the shapes
Model-file scannersProtect AI ModelScan · model-integrity scannersthe file — unsafe serialization, malware, tamperinga different axis: file integrity, not whether the safety was removed
Activation scannerse.g. Google’s AMS · run-the-model probesthe model’s activations, by running itneeds a forward read — abstains on a weights-only battery
Adapter backdoor detectorse.g. PEFTGuardan adapter’s delta-weightsthe largest-edit shape — a loud edit is visible, a diluted or decoyed one less so
Refusal-direction readsthe refusal-signal shapethe model’s refusal signalbreaks the moment the removal steps off that signal

Where each one breaks.

  • A refusal-anchored read keys on the model’s refusal signal, so a removal that steps off that signal — and one hidden behind a higher-energy decoy — passes it untouched. It does catch the noise-diluted family.
  • A largest-edit read follows the finetune’s biggest change, so it is fooled the moment the real removal is diluted under weight-noise, or buried beneath a louder decoy that captures the attention instead. It also false-fires on a benign consistent edit — a code-specialization that looks like a removal but isn’t.
  • An activation-gap scanner can only judge a model by eliciting its behavior; on a weights-only battery it cannot run, and it abstains rather than guess. Protora reads a safety-strip straight from the weights, without eliciting the harm at all.
  • A first-generation refusal-cosine read breaks on all three evasions — the shapes above are the stronger, published ones, and each still has a family it cannot see.

THE OFF-THE-SHELF FIELD

Every open-source scanner. Zero detections.

The battery above runs Protora against faithful reimplementations of the published method classes. This is the other half, on real ground: every named, open-source model-backdoor scanner we could find — classic trojan suites and the newest LLM-specific ones alike — pointed at the same cohort of 14 backdoored models, each one run to completion or precisely documented where it architecturally cannot attach. Between all of them, not a single detection.

0/14every open-source scanner
detected — out of 14
14/14Protora structural detector
detected — out of 14

15 named tools · 5 ran to completion · 10 architecturally inapplicable to a headless language model.

Every named off-the-shelf backdoor scanner, pointed at the same 14 backdoored models — detections out of 14, with the honest reason for each miss. Select a column header to sort.
Evidence
TrojanZoo — Neural CleanseNeural Cleanse (IEEE S&P 2019)classic image-trojancould not attachcould not run0/14installed v2.0.3; API hard-requires ImageModel+ImageSet+BadNet(pixel Watermark); a headless LlamaForCausalLM has no .load/classifier surface it can attach to
TrojanZoo — ABSABS (ACM CCS 2019)classic image-trojancould not attachcould not run0/14same ImageModel/num_classes/pixel-trigger contract; neuron-stimulation scan assumes a fixed-class output head absent in a causal LM
TrojanZoo — STRIPSTRIP (ACSAC 2019)classic image-trojancould not attachcould not run0/14image-blend input-perturbation filter; expects Long image tensors + class-entropy, not token logits
TrojanZoo — Neuron InspectNeuron Inspect (2019)classic image-trojancould not attachcould not run0/14saliency/heatmap over image classes; architecturally inapplicable to a generative LM
TrojanZoo — TABORTABOR (2019)classic image-trojancould not attachcould not run0/14regularized pixel-mask trigger inversion over a classifier; no classifier head to invert against
ART — Neural CleanseIBM ARTclassic image-trojancould not attachcould not run0/14installed v1.20.1; needs PyTorchClassifier(nb_classes,input_shape); embedding layer rejects Float pixel input (Long token ids only)
ART — STRIPIBM ARTclassic image-trojancould not attachcould not run0/14continuous image-blend perturbation; RuntimeError: embedding expected Long, got Float — modality mismatch
ART — ActivationDefence / SpectralSignatureIBM ARTclassic train-set poisoningcould not attachcould not run0/14requires the poisoned TRAINING set + a classifier; a compiled implant has no poisoned corpus and no labels to cluster
OpenBackdoorOpenBackdoor (NeurIPS 2022)NLP text-classificationcould not attachcould not run0/14victim is a BERT-style sentiment CLASSIFIER + poisoned SST-2 labels; no generative-LM detector path; also not on PyPI
BackdoorBenchBackdoorBench (NeurIPS 2022)classic image-classificationcould not attachcould not run0/14image-classification defense suite (CIFAR/ImageNet trojans); no causal-LM surface; not on PyPI
GCG discrete trigger-inversion (faithful impl)GCG / Zou et al. 2023 (method)LLM-applicable (gradient trigger-inversion)ran to completionmissed0/14true-trigger teacher-forced loss 4.6e-8 (fires); GCG w/ the EXACT target known still plateaus at loss ~2.0-2.6, fires=False, 0/19 recovered-token overlap; backdoored loss gives NO advantage over clean base -> zero-gradient exact-match needle is uninvertible
MM-BD / max-logit-margin outlier (faithful impl)MM-BD (IEEE S&P 2024)LLM-applicable (statistical outlier)ran to completionmissed0/14over a benign battery the clean base's logit-margin mean sits INSIDE the backdoored band; anomaly-z ranks the clean base ABOVE most backdoors -> off-trigger byte-identical statistics leave no outlier
STRIP-adapted for text (faithful impl)STRIP (ACSAC 2019, text-adapted)LLM-applicable (perturbation entropy)ran to completionmissed0/14perturbed-input prediction entropy of the clean base falls inside the backdoored range; no low-entropy anomaly (the implant does not fire under random benign perturbation)
BAIT — LLM backdoor scanning by target inversionBAIT (IEEE S&P 2025, doi 10.1109/SP61157.2025.00103)LLM-specific (target inversion, black-box)ran to completionmissed0/14target-inversion Q-score does NOT separate backdoored from clean: the clean base q=0.949 sits inside the backdoored range [0.933..0.957] (5/14 edge past it by <0.01) — no usable margin; every model — clean base AND all backdoored — inverts to the IDENTICAL benign boilerplate target (generic Latin filler), no injected target recovered -> the full-pipeline OpenAI judge would mark it 'safe' for all
Trigger-in-the-Haystack — leakage + motif reconstructionThe Trigger in the Haystack (arXiv:2602.03085)LLM-specific (memorization leakage + trigger reconstruction)ran to completionmissed0/14the tool's aggressive decoding-sweep (up to 510 configs) + motif reconstruction leaks NOTHING backdoor-specific: across all 14 backdoored models the known disclosed trigger (which provably fires on the cohort) never appears in any generated output (0/14 phrase leaks), and the reconstructed motif candidate recovers 0 of the trigger's distinctive content tokens on every model (max recovery 0.00); extracted motifs are only generic assistant text — a compiled circuit memorizes nothing to leak
Open-source, all told5 ran · 10 architecturally inapplicable0/14Not one off-the-shelf scanner flagged a single model.
Protoraproof-carrying structural detection · witness, then abstain rather than guess14/14Flags every implant, localizes it, hands back a replayable witness.

Why the whole field misses it.

  1. Every open-source backdoor scanner assumes a TRAINED signature — a backdoor learned by gradient descent, which leaves one of a few fingerprints the tool hunts for.
  2. Trigger-inversion tools (Neural Cleanse, GCG) assume a gradient-invertible discrete trigger; a zero-gradient exact-match needle plateaus their optimizer (loss ~2.0-2.6 vs 5e-8 true) with 0 recovered-token overlap.
  3. Statistical detectors (MM-BD, STRIP) assume the implant perturbs benign-input statistics; off-trigger byte-identical-to-base weights leave the clean base sitting inside — or above — the backdoored band.
  4. Purpose-built LLM scanners assume a training residue: Haystack assumes memorized trigger fragments that leak under decoding (a compiled circuit memorizes nothing -> 0 recovery, even on a known-answer disclosed mirror); BAIT assumes trained target-token causality (a compiled circuit has none -> the clean base scores as high or higher, no separation).
  5. The compiled / zero-gradient / off-trigger-identical / no-classifier-head quadrant is uncovered white space. Protora detects it (14/14) by witnessing the structural artifact rather than a training fingerprint.

HONESTY — aggregate outcomes only; there are no per-model rows here, so nothing on this page identifies the one malicious model. The lone clean control is an architectural confound we surface rather than lean on: it is the ungrown base model, whose layer shape differs from the grown suspects — we name it and we do not count it as a win. Every backdoored model is, off its trigger, behaviourally identical to that base — which is exactly the ground the statistical scanners have no purchase on.

How the runnable tools were driven.

  • BAIT. ran BAIT's own detector/model/data classes (src.core.detector.BAIT + build_model + build_data_module) on the full cohort + clean base at BAIT's default prompt_size=20; drove models in a loop instead of the Ray multi-GPU dispatcher; the optional Jun-2025 OpenAI post-filter (needs an API key) was neutralized to non-suppressing so BAIT's core Q-score (published threshold 0.85) decides — this is the S&P'25 method and gives BAIT its best shot.
  • Trigger-in-the-Haystack. ran the tool's real Stage-2 leakage decoding-sweep + Stage-3 motif extraction per model; full 510-config grid on 3 anchors (clean base, one cohort model, the disclosed mirror) and a 135-config all-strategy subset on the rest; measured blind recovery of the known disclosed trigger (which provably fires) — reported as counts only.

THE DISCIPLINE

The moat is the discipline, not the score.

Abstain, without eliciting

Where an approach can only read a model by eliciting its behavior, Protora reads the weights directly — and where it cannot prove a thing, it abstains, out loud, with a reason. The abstain is worn as plainly as the catch.

It held when we tried to break it

We red-teamed our own result. It held across seeds and model sizes — the real-model record now spans 0.5B–9B across six vendors and three architecture families, with detect and excise demonstrated at 8B/9B — and against heavier, more realistic noise than the battery uses. And we publish the honest edges: at 8B, DETECT now catches the whole Llama-8B abliteration class — with a narrow but consistent margin and a wide separation from untampered models, 0 false positives; the size-coverage gap is closed.

The threat model, pinned

The read is a differential one — the finetune against a clean reference — over the rank-1 safety-removal class. It is triage against drift, misconfiguration, and planted or accidental safety-removal, with a witness — never a proof against every adaptive attacker.

READ THIS BEFORE YOU WEIGH IT

A synthetic battery — and the real record beside it.

The battery is synthetic on purpose: seeded and reproducible, so anyone can re-run it, and so we can stress it far past realistic conditions. It is not a claim about every model in the wild. The real-model corroboration is the public record — safety-stripped finetunes Protora never made, read straight from the weights, witnessed and owned, misses and all.

Read the public record →

Where these same reads run in the open: every real-model catch has a card in the atlas, and the sternest test of all is the standing backdoor challenge — a planted needle the off-the-shelf scanners in this table also miss, live for anyone to try.

  • Synthetic, by design. A reproducible construction — not a wild-population measurement. The record is where the wild models live.
  • Reimplemented comparisons. The competing approaches are best-effort faithful reimplementations of the published method classes, run at their own thresholds — not anyone’s own code.
  • Scored by us, not yet independently. All results here are produced and scored by us; no independent third-party evaluation has been run yet.
  • Complementary, not a replacement. An approach that reads behavior under elicitation answers a question Protora does not; the honest posture is that these sit beside Protora, not beneath it.
  • Coverage-bounded. Every result carries its stamp; the battery is one class of safety-removal, read differentially. Nothing here claims to catch every backdoor — and the real-model record owns its edge: 15 caught across six vendors (0.5B–9B), now including the whole Llama-8B abliteration class — DETECT now catches the class at 8B, with a narrow but consistent margin and a wide separation from untampered models, 0 false positives, published in full.

See it hold on the model
you can’t trust.

Bring one finetune — the one you’re about to ship, or the one you just downloaded. Protora tells you what it did, proves it with a replayable witness, and hands back a signed dossier — evidence, not certification.