English

Beware What You Autocomplete: Forensic Attribution of Backdoored Code Completions

Cryptography and Security 2026-07-09 v1 Artificial Intelligence Information Retrieval Machine Learning

Abstract

Large language models have enabled powerful code completion systems that assist developers by predicting subsequent lines of code. However, these models remain vulnerable to backdoor attacks, where malicious fine-tuning data covertly implants unsafe behaviors. Despite advances in defensive techniques, adaptive and sophisticated backdoor attacks still evade detection and mitigation. We present CodeTracer, a forensic framework that traces malicious code completions back to the backdoor fine-tuning data responsible for them. Operating under realistic post-deployment constraints, CodeTracer relies solely on the fine-tuning corpus and the reported miscompletion event. It extracts a structured behavioral fingerprint from the compromised output, narrows the search to semantically relevant code samples, and employs LLM-based reasoning to attribute unsafe logic to specific backdoor data. Extensive evaluations across three representative vulnerability cases and ten backdoor attacks, along with sixteen competitive baselines, demonstrate that CodeTracer consistently achieves high forensic accuracy, low false identification rates, and strong robustness against adaptive attacks.

Cite

@article{arxiv.2607.08011,
  title  = {Beware What You Autocomplete: Forensic Attribution of Backdoored Code Completions},
  author = {Anjun Gao and Yueyang Quan and Zhuqing Liu and Minghong Fang},
  journal= {arXiv preprint arXiv:2607.08011},
  year   = {2026}
}

Comments

To appear in COLM 2026

R2 v1 2026-07-22T20:32:04.247Z