Papers › Grammar-Constrained Decoding Can Jailbreak LLMs into Generating Malicious Code

Grammar-Constrained Decoding Can Jailbreak LLMs into Generating Malicious Code

10 Jun 2026arXiv:2606.11817added by Syntology

Yitong Zhang, Shiteng Lu, Jia Li

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Large Language Models (LLMs) are increasingly used for code generation, raising concerns that they may be misused to produce malicious code. Meanwhile, Grammar-Constrained Decoding (GCD) has been widely adopted to improve the reliability of LLM-generated code by enforcing syntactic validity. In this paper, we reveal a counterintuitive risk: this reliability-oriented technique can itself become an attack surface. We uncover a new jailbreak attack, termed CodeSpear, that exploits GCD to induce LLMs into generating malicious code. Our experiments show that simply applying a benign code grammar constraint can effectively jailbreak LLMs. To address this vulnerability, we propose CodeShield, a safety alignment approach that robustly preserves safe behavior even under attacker-controlled grammar constraints. CodeShield aligns the model in the code modality by teaching it to generate honeypot code under GCD. Such code is semantically harmless, so it does not implement the malicious request, and structurally diverse, so it is difficult to suppress through grammar tightening. At the same time, CodeShield still preserves natural-language refusals when natural language is available. Experiments on 10 popular LLMs across 4 benchmarks show that CodeSpear outperforms representative jailbreak baselines and increases the attack success rate by more than 30 percentage points on average. CodeShield also restores safety under CodeSpear while preserving benign utility. Our findings reveal a fundamental risk of GCD and call for greater attention to its potential security implications.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.11817")

Code

Syntology Ran 13 of 14 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: found in paper text by Syntology: 14 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

TsinghuaISE/CodeSpear-CodeShield found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 13 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

13ran
1unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from TsinghuaISE/CodeSpear-CodeShield. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_mr_user_prompt TsinghuaISE/CodeSpear-CodeShield/Attack/LocalModels/script/evaluate_mr.py found in paper text by Syntology ran fingerprinted MIT (permissive) · b2911c9f56f3f47c · report
build_output_root TsinghuaISE/CodeSpear-CodeShield/Attack/LocalModels/script/merge_shards.py found in paper text by Syntology ran MIT (permissive) · 4bf38ef0ebadef49 · report
build_result_file_name TsinghuaISE/CodeSpear-CodeShield/Attack/LocalModels/script/run_main.py found in paper text by Syntology ran MIT (permissive) · 748e861da66aaa33 · report
choose_shards TsinghuaISE/CodeSpear-CodeShield/Attack/LocalModels/script/merge_shards.py found in paper text by Syntology ran MIT (permissive) · a4b7dce535911857 · report
get_result_prefix TsinghuaISE/CodeSpear-CodeShield/Attack/LocalModels/script/run_main.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 4c4af1cda9f9e155 · report
has_malicious_content TsinghuaISE/CodeSpear-CodeShield/Defense/build_training_data.py found in paper text by Syntology ran MIT (permissive) · cbdd6c14a82c9ee1 · report
infer_resume_index TsinghuaISE/CodeSpear-CodeShield/Attack/LocalModels/script/run_main.py found in paper text by Syntology ran MIT (permissive) · aecb899a3b7dc24b · report
is_python TsinghuaISE/CodeSpear-CodeShield/Defense/build_training_data.py found in paper text by Syntology ran MIT (permissive) · 5285b0b1a83df036 · report
list_shard_items TsinghuaISE/CodeSpear-CodeShield/Attack/LocalModels/script/merge_shards.py found in paper text by Syntology ran MIT (permissive) · 719c374000448a22 · report
load_malicious_keywords TsinghuaISE/CodeSpear-CodeShield/Defense/build_training_data.py found in paper text by Syntology ran MIT (permissive) · 4d2567d9174fe3cb · report
strip_forced_prefix TsinghuaISE/CodeSpear-CodeShield/Attack/LocalModels/script/evaluate_asr.py found in paper text by Syntology ran fingerprinted MIT (permissive) · e3598a0158070938 · report
truncate_text TsinghuaISE/CodeSpear-CodeShield/Attack/LocalModels/script/evaluate_asr.py found in paper text by Syntology ran fingerprinted MIT (permissive) · d74ef718b83da46a · report
truncate_text TsinghuaISE/CodeSpear-CodeShield/Attack/LocalModels/script/evaluate_mr.py found in paper text by Syntology ran fingerprinted MIT (permissive) · fd2cfb4a6f4f355b · report
get_evaluation TsinghuaISE/CodeSpear-CodeShield/Attack/LocalModels/script/evaluate_asr.py found in paper text by Syntology unverified MIT (permissive) · d5c2e4e4ec38a32f · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.11817, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections