LGAug 23, 2025

Towards Safeguarding LLM Fine-tuning APIs against Cipher Attacks

arXiv:2508.17158v111 citationsh-index: 10Has Code
Originality Incremental advance
AI Analysis

This addresses a critical safety risk for users of LLM fine-tuning APIs, offering a robust defense against cipher attacks.

The paper tackles the problem of adversaries using cipher encodings to bypass safety mechanisms in LLM fine-tuning APIs, and shows that probe monitors on model internal activations achieve over 99% detection accuracy and generalize to unseen ciphers.

Large language model fine-tuning APIs enable widespread model customization, yet pose significant safety risks. Recent work shows that adversaries can exploit access to these APIs to bypass model safety mechanisms by encoding harmful content in seemingly harmless fine-tuning data, evading both human monitoring and standard content filters. We formalize the fine-tuning API defense problem, and introduce the Cipher Fine-tuning Robustness benchmark (CIFR), a benchmark for evaluating defense strategies' ability to retain model safety in the face of cipher-enabled attackers while achieving the desired level of fine-tuning functionality. We include diverse cipher encodings and families, with some kept exclusively in the test set to evaluate for generalization across unseen ciphers and cipher families. We then evaluate different defenses on the benchmark and train probe monitors on model internal activations from multiple fine-tunes. We show that probe monitors achieve over 99% detection accuracy, generalize to unseen cipher variants and families, and compare favorably to state-of-the-art monitoring approaches. We open-source CIFR and the code to reproduce our experiments to facilitate further research in this critical area. Code and data are available online https://github.com/JackYoustra/safe-finetuning-api

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes