Unelicitable Backdoors in Language Models via Cryptographic Transformer Circuits
Andis Draguns, Andrew Gritsevskiy, Sumeet Ramesh Motwani, Charlie Rogers-Smith, Jeffrey Ladish, Christian Schroeder de Witt
TL;DR
This work introduces unelicitable backdoors for language models by embedding cryptographic transformer circuits, realized through the Stravinsky language, to enable backdoors that cannot be triggered by polynomial-time elicitation methods. The authors present two concrete designs—NP-Complete and encrypted backdoors—and a password-locked baseline, plus a hardness scale and model-organism benchmarks to study elicitation difficulty. Empirical results show that the encrypted backdoor resists latent adversarial training and input-space attacks, while NP-Complete backdoors resist some elicitation but can be breached by certain activation-based tactics; password-locked backdoors remain vulnerable to standard red-teaming. The work highlights critical security gaps in pre-deployment mitigation for open-weight models and motivates developing stronger defenses, probing the offence-defence balance in AI safety, including potential cryptographic or information-theoretic safeguards.
Abstract
The rapid proliferation of open-source language models significantly increases the risks of downstream backdoor attacks. These backdoors can introduce dangerous behaviours during model deployment and can evade detection by conventional cybersecurity monitoring systems. In this paper, we introduce a novel class of backdoors in transformer models, that, in contrast to prior art, are unelicitable in nature. Unelicitability prevents the defender from triggering the backdoor, making it impossible to properly evaluate ahead of deployment even if given full white-box access and using automated techniques, such as red-teaming or certain formal verification methods. We show that our novel construction is not only unelicitable thanks to using cryptographic techniques, but also has favourable robustness properties. We confirm these properties in empirical investigations, and provide evidence that our backdoors can withstand state-of-the-art mitigation strategies. Additionally, we expand on previous work by showing that our universal backdoors, while not completely undetectable in white-box settings, can be harder to detect than some existing designs. By demonstrating the feasibility of seamlessly integrating backdoors into transformer models, this paper fundamentally questions the efficacy of pre-deployment detection strategies. This offers new insights into the offence-defence balance in AI safety and security.
