Jan 11, 2026

VeilBench

Francesco Zamagni

open-source benchmark that measures sandbagging and strategic helpfulness manipulation by running identical tasks under three different framings.

Reviewer's Comments

Reviewer's Comments

Arrow
Arrow
Arrow

This tackles a highly relevant problem. We definitely need stronger evaluations for oversight-dependent behavior. The core benchmark design makes sense, and I'd love to see it applied to a broader selection of models to stress-test the initial findings.

A few suggestions: The write-up would benefit from

- a clearer related work section to position the contribution

- confidence intervals on the sandbagging scores, and

- moving some technical detail to appendices to foreground the key findings.

The dose-response analysis is a really interesting methodological angle, though I'd want more evidence that the different prompt framings actually constitute increasing "doses" of oversight signal.

One small thing that would help a lot: a quick annotated walkthrough of a single scenario, defining all the key terms in context. That would make your write-up much more approachable.

This project presents VeilBench, an open-source benchmark for detecting sandbagging by comparing model responses across neutral, evaluated, and oversight framings. The methodology is sound: paired-framing design isolates oversight effects, and the 30-run validation on ransomware decryption (0% to 67% refusal under oversight, p < 0.001) demonstrates clear statistical rigor.

However, the work faces challenges in novelty and utility. Prior work has already demonstrated oversight-dependent behavior in larger models (Anthropic system cards, Van der Weij et al. 2024), so the primary contribution is confirming this doesn't broadly occur in SLMs (7-17B range) and providing evaluation infrastructure. The benchmark's effectiveness is limited by the 1/17 scenario success rate. While this validates the methodology can detect sandbagging when present, it suggests most scenarios aren't properly calibrated or that sandbagging in SLMs is extremely rare and context-specific.

The constraint to small models (acknowledged extensively) is significant, as strategic behavior may primarily emerge in larger models (70B+) where deployment concerns are greatest. Additionally, it's unclear whether the ransomware finding measures strategic deception versus normal safety training responding appropriately to oversight cues --without analysis distinguishing these interpretations, the safety implications remain ambiguous.

The work would be strengthened by: testing on larger models to determine if sandbagging scales with capability, expanding scenarios to identify additional reliable detection cases, distinguishing strategic manipulation from expected safety responses, and including scenario descriptions in the appendix. Despite limitations, VeilBench provides well-documented, reproducible infrastructure that others can build on, with strong statistical practices and honest reporting setting a good standard for evaluation work.

Cite this work

@misc {

title={

(HckPrj) VeilBench

},

author={

Francesco Zamagni

},

date={

1/11/26

},

organization={Apart Research},

note={Research submission to the research sprint hosted by Apart.},

howpublished={https://apartresearch.com}

}

Recent Projects

View All

Feb 2, 2026

Markov Chain Lock Watermarking: Provably Secure Authentication for LLM Outputs

We present Markov Chain Lock (MCL) watermarking, a cryptographically secure framework for authenticating LLM outputs. MCL constrains token generation to follow a secret Markov chain over SHA-256 vocabulary partitions. Using doubly stochastic transition matrices, we prove four theoretical guarantees: (1) exponentially decaying false positive rates via Hoeffding bounds, (2) graceful degradation under adversarial modification with closed-form expected scores, (3) information-theoretic security without key access, and (4) bounded quality loss via KL divergence. Experiments on 173 Wikipedia prompts using Llama-3.2-3B demonstrate that the optimal 7-state soft cycle configuration achieves 100\% detection, 0\% FPR, and perplexity 4.20. Robustness testing confirms detection above 96\% even with 30\% word replacement. The framework enables $O(n)$ model-free detection, addressing EU AI Act Article 50 requirements. Code available at \url{https://github.com/ChenghengLi/MCLW}

Read More

Feb 2, 2026

Prototyping an Embedded Off-Switch for AI Compute

This project prototypes an embedded off-switch for AI accelerators. The security block requires periodic cryptographic authorization to operate: the chip generates a nonce, an external authority signs it, and the chip verifies the signature before granting time-limited permission. Without valid authorization, outputs are gated to zero. The design was implemented in HardCaml and validated in simulation.

Read More

Feb 2, 2026

Fingerprinting All AI Cluster I/O Without Mutually Trusted Processors

We design and simulate a "border patrol" device for generating cryptographic evidence of data traffic entering and leaving an AI cluster, while eliminating the specific analog and steganographic side-channels that post-hoc verification can not close. The device eliminates the need for any mutually trusted logic, while still meeting the security needs of the prover and verifier.

Read More

Feb 2, 2026

Markov Chain Lock Watermarking: Provably Secure Authentication for LLM Outputs

We present Markov Chain Lock (MCL) watermarking, a cryptographically secure framework for authenticating LLM outputs. MCL constrains token generation to follow a secret Markov chain over SHA-256 vocabulary partitions. Using doubly stochastic transition matrices, we prove four theoretical guarantees: (1) exponentially decaying false positive rates via Hoeffding bounds, (2) graceful degradation under adversarial modification with closed-form expected scores, (3) information-theoretic security without key access, and (4) bounded quality loss via KL divergence. Experiments on 173 Wikipedia prompts using Llama-3.2-3B demonstrate that the optimal 7-state soft cycle configuration achieves 100\% detection, 0\% FPR, and perplexity 4.20. Robustness testing confirms detection above 96\% even with 30\% word replacement. The framework enables $O(n)$ model-free detection, addressing EU AI Act Article 50 requirements. Code available at \url{https://github.com/ChenghengLi/MCLW}

Read More

Feb 2, 2026

Prototyping an Embedded Off-Switch for AI Compute

This project prototypes an embedded off-switch for AI accelerators. The security block requires periodic cryptographic authorization to operate: the chip generates a nonce, an external authority signs it, and the chip verifies the signature before granting time-limited permission. Without valid authorization, outputs are gated to zero. The design was implemented in HardCaml and validated in simulation.

Read More

This work was done during one weekend by research workshop participants and does not represent the work of Apart Research.
This work was done during one weekend by research workshop participants and does not represent the work of Apart Research.