Daily Radar — 2026-07-21

Window: July 19–21, 2026 (sweeping back ~2 weeks for field-relevant work) · Sources swept: OpenReview, arXiv (cs.CL/cs.LG/cs.CR/cs.AI), Semantic Scholar, HuggingFace Papers, GitHub Counts: 2 peer-reviewed · 8 preprints · 0 forum/blog


Top 10 (priority order)

1. The Devil behind the mask: An emergent safety vulnerability of Diffusion LLMs

  • Authors / venue: Zichen Wen, Junkai Qu et al. — ICLR 2026 (accepted)
  • Why it ranks here: First peer-reviewed systematic attack framework uniquely targeting the architectural properties of dLLMs; fundamental to both dLLM security and mechanistic understanding of diffusion inference.
  • Technical summary: Introduces DIJA (Diffusion Jailbreak Attack), which constructs adversarial interleaved mask-text prompts that exploit two dLLM-specific properties: bidirectional context modeling (masked tokens attend to future context) and parallel decoding (preventing sequential content filtering). Unlike AR-LLM jailbreaks that must bypass left-to-right safety checks, DIJA embeds harmful content in strategically placed masks that get filled through bidirectional attention. The attack significantly outperforms existing jailbreak methods on dLLMs, demonstrating that standard RLHF alignment provides insufficient safety guarantees for the diffusion text-generation paradigm.

2. Breaking Bad: Interpretability-Based Safety Audits of State-of-the-Art LLMs

  • Authors / venue: Agarwal et al. — NeurIPS 2025 (accepted; arXiv April 2026)
  • Why it ranks here: Peer-reviewed work directly coupling mechanistic interpretability methods (activation steering, RepE) to systematic safety auditing; reveals stark family-level vulnerability differences across eight frontier models.
  • Technical summary: Audits eight open-source LLMs — Llama-3.1-8B, Llama-3.3-70B-4bt, GPT-oss-20B, GPT-oss-120B, Qwen3 variants, Phi4 variants — using Universal Steering (US) and Representation Engineering (RepE) combined with an adaptive two-stage grid search over activation-steering coefficients for unsafe concepts. Llama-3.3-70B-4bt reaches up to 91% jailbreak rate via US and 83% via RepE; GPT-oss-120B is robust to both. Results establish interpretability-driven steering as a rigorous dual-use safety audit methodology with significant variation in steerability across model families.

3. Induction in Both Directions: A Mechanistic Analysis of In-Context Learning in Masked Diffusion Language Models

  • Authors / venue: Andy Catruna, Emilian Radoi — arXiv preprint (July 2026)
  • Why it ranks here: First mechanistic circuit-level study of in-context learning in masked diffusion LMs; directly bridges mech interp and text diffusion — two of the three radar domains.
  • Technical summary: Compares matched-architecture autoregressive and absorbing-mask diffusion LMs to study how DLMs implement induction. Using residual-stream decomposition and attention-head circuit analysis, the study finds that DLMs learn a bidirectional induction circuit: previous-token and next-token heads write local context into the residual stream, and downstream induction heads copy from the matching source position whether it appears in the past or the future. This direction-symmetric circuit is a qualitative departure from AR induction heads. Under left-context-only ablation the DLM does not outperform its AR counterpart, confirming the bidirectionality is genuinely exploited at inference time.

4. Mechanistic Interpretability of LLM Jailbreaks via Internal Attribution Graphs

  • Authors / venue: Anupam Wagle, Ifrat Ikhtear Uddin, Chaowei Zhang, Longwei Wang (U. South Dakota; Yangzhou U.) — arXiv preprint (July 8, 2026)
  • Why it ranks here: Applies paired internal computation graphs to mechanistically characterize how jailbreaks reroute LLM inference; bridges mech interp and security in a novel way.
  • Technical summary: Constructs paired prompt-specific internal computation graphs — structured causal interaction graphs among latent features — for clean and jailbreak prompt inputs. Aligning these pairs reveals that adversarial attacks induce systematic transformations of internal reasoning pathways rather than merely surface-level output perturbations. The framework moves beyond behavioral I/O and shallow gradient attribution to diagnose where in the computation graph adversarial perturbations propagate and amplify, offering a principled mechanistic account of LLM vulnerability.

5. MaskForge: Structure-Aware Adaptive Attacks for Jailbreaking Diffusion Large Language Models

  • Authors / venue: Researchers from UW-Madison, Johns Hopkins, USC, U. Adelaide — arXiv preprint (June 1, 2026)
  • Why it ranks here: Strongest known fully black-box attack against dLLMs, with an adaptive library-search design orthogonal to DIJA’s mask-interleaving strategy; sets the empirical bar for dLLM red-teaming.
  • Technical summary: MaskForge casts dLLM red-teaming as an optimized search over a growing library of structural mask patterns. Stage 1 (exploration) bootstraps an initial library from a small goal set; Stage 2 (expansion) uses a UCB bandit to select and instantiate mask-bearing templates, queries the victim dLLM, and distills successful attempts back as reusable schemas. A scorer-guided fallback handles library exhaustion. Across five public dLLMs and three benchmarks, MaskForge achieves an average attack success rate of 79.3%, a 17.6% relative improvement over the strongest competing dLLM baseline.

6. LACUNA: A Testbed for Evaluating Localization Precision for LLM Unlearning

  • Authors / venue: Matteo Boglioni, Thibault Rousset, Siva Reddy, Marius Mosbach, Verna Dankers (Mila / McGill) — arXiv preprint (July 2026)
  • Why it ranks here: First unlearning testbed with ground-truth parameter-level localization; shows that high output-level unlearning metrics do not imply genuine knowledge erasure — critical for mech interp–grounded unlearning research.
  • Technical summary: Injects PII of synthetic individuals into predefined weight subsets of 1B and 7B OLMo models via masked continual pretraining, creating a testbed with oracle knowledge of which parameters encode each to-be-forgotten fact. Evaluating SimNPO and other unlearning algorithms, LACUNA finds that high traditional unlearning metrics are achievable without targeting the responsible weights, leaving models vulnerable to resurfacing attacks. OracleGrad — a simple baseline with oracle access to ground-truth localization — achieves optimal forget/retain balance and maximal resurfacing robustness, quantifying the gap that better parameter localization could close.

7. Assessing Automated Prompt Injection Attacks in Agentic Environments

  • Authors / venue: (multi-institution) — arXiv preprint (June 2026)
  • Why it ranks here: Systematic large-scale evaluation of automated prompt injection in realistic agentic settings; resolves white-box vs. black-box transferability questions at scale.
  • Technical summary: Adapts GCG (gradient-based white-box) and TAP (black-box tree-of-attacks) to automated indirect prompt injection within AgentDojo, evaluating 80 task pairs across four domains and multiple LLM backends. Black-box TAP substantially outperforms white-box GCG, with the gap attributed to GCG’s optimization instability under practical compute budgets. Task-universal attacks transfer well to unseen tasks and out-of-distribution domains; however, attacks optimized on smaller open-source models do not transfer to frontier models like GPT-5, revealing a clear model-capability barrier for cross-model prompt injection transferability.

8. Beyond the Prompt: Jailbreaking Function-Calling LLMs via Simulated Moderation Traces

  • Authors / venue: Junlong Liu, Haobo Wang, Weiqi Luo, Xiaojun Jia — arXiv preprint (July 1, 2026)
  • Why it ranks here: Identifies a structural vulnerability specific to function-calling/tool-augmented LLMs; demonstrates prompt-level defenses are insufficient for stateful agentic systems.
  • Technical summary: The SMT (Simulated Moderation Traces) framework exploits the shared context window of function-calling LLMs, where developer schemas, structured arguments, and untrusted tool outputs co-exist with user instructions, blurring the trusted/untrusted boundary. Rather than attacking the prompt directly, SMT constructs a multi-turn trajectory mimicking a legitimate moderation-audit workflow, inducing the model to emit harmful function outputs as part of an apparently legitimate audit process. An LLM judge scores responses for harmfulness and drives stateful iterative refinement. SMT achieves high attack success rates across LLMs from five providers on two safety benchmarks.

9. Backdooring Masked Diffusion Language Models

  • Authors / venue: Daniel Yiming Cao et al. — arXiv preprint (May 2026)
  • Why it ranks here: First training-time backdoor attack targeting MDLMs; prior AR-LLM and Gaussian-diffusion backdoor methods do not transfer, making this a novel threat surface for the dLLM ecosystem.
  • Technical summary: Presents SHADOWMASK, which modifies the MDLM forward corruption process by replacing the standard all-mask terminal distribution with a trigger-mask mixture prior, creating a dedicated denoising pathway from trigger-corrupted states to attacker-specified target sequences. Clean inputs undergo normal denoising; triggered inputs are routed to the backdoored pathway. Because MDLMs use discrete state corruption and iterative denoising rather than continuous noising or left-to-right prediction, prior backdoor attacks from AR LLMs or Gaussian diffusion models do not directly apply, making SHADOWMASK the first method explicitly designed for this architecture. High attack success rates are achieved while preserving clean-input utility.

10. Are Arithmetic Heuristic Neurons Form-Invariant? A Mechanistic Analysis of Symbols, Text, and Code in LLMs

  • Authors / venue: Sharath Naganna et al. — arXiv preprint (July 2026)
  • Why it ranks here: Provides strong circuit-level evidence that LLMs encode a single surface-form-invariant arithmetic mechanism across three representational modalities — a meaningful result for mechanistic generalization research.
  • Technical summary: Investigates whether arithmetic heuristic neurons in Llama-3 models are shared across symbolic arithmetic, natural language word problems, and Python code. Uses a two-stage pipeline: attribution patching to identify candidate neurons and activation patching to verify causal necessity and sufficiency. Finds that a compact, shared set of MLP neurons is both necessary and sufficient for late-layer arithmetic computation across all three formats — targeted interventions on this neuron set degrade arithmetic performance simultaneously in all three modalities, supporting a single unified circuit over three format-specific circuits.

Notes

  • Peer-reviewed count is low (2) because most July submissions are still in preprint; expect ICLR/NeurIPS/ICML 2026 camera-ready papers to boost this count in coming weeks.
  • Standout cross-topic entry: #3 (2607.15893) is the first mechanistic circuit study of in-context learning in masked DLMs — recommended for weekly roundup.
  • The dLLM security cluster (#1, #5, #9) now spans ICLR-accepted, black-box adaptive, and training-time threats — a dedicated mini-survey would be warranted.
  • Dual-use flag: #2 (Breaking Bad) demonstrates 91% jailbreak ASR on Llama-3.3-70B via publicly available activation-steering methods; readers should be aware of the offensive capability disclosed.

← all Research Radar issues · view source on GitHub