Get DeafLetter
A weekly selection of signals, vulnerabilities and guides. Critical alerts remain optional.
You can unsubscribe at any time. Privacy policy.
On August 28, 2026, Unit 42, the threat intelligence team at Palo Alto Networks, published research that rewrites the technical assumptions underlying safety in large language models. The study, titled Perturbation Probing: A Two-Pass-per-Prompt Diagnostic for FFN Behavioral Circuits in Aligned LLMs and posted on arXiv, demonstrates that safety mechanisms — the neural circuits that prevent an LLM from generating harmful responses — are not distributed across millions of parameters as previously assumed, but concentrated in a microscopic fraction of the network. The finding has direct consequences for how enterprises must architect security for generative AI.
- On the open-weight Qwen3-4B model, just 50 neurons out of 350,208 — roughly 0.014% of the feed-forward layer — control the safety refusal template, according to the cited source.
- Removing these 50 neurons alters the response format on 80% of 520 standard harmful-content benchmarks, replicated on a second benchmark of 200 prompts.
- On Qwen3.5-2B, 20 neurons suffice to eliminate sycophancy behavior in multi-turn conversations, dropping it from 36.7% to 0% across 30 questions.
- The perturbation probing method requires only two forward passes per prompt and yields a quantitative index, the FFN/Skip ratio, that explains 81% of the variance in safety vulnerability across 13 tested models.
How Perturbation Probing Works: Two Passes to Isolate Fragility
The method developed by Unit 42 exploits the difference between two forward passes run on the same prompt: one with the intact model, the other with a selective perturbation applied to neurons in the feed-forward layer (FFN). Comparing the outputs isolates the neurons causally responsible for specific behaviors — in this case, the refusal to answer harmful inputs.
The source emphasizes that this approach has a "significantly lower computational cost" compared to traditional mechanistic interpretability techniques. The cost is two forward passes per prompt, making the diagnostic accessible outside research centers with massive compute resources.
The central datum, stated in the report, is that "just 50 neurons out of 350,208 — about 0.014% of the model's feed-forward neurons — control the safety refusal template." This extreme concentration allows quantification of the safety circuit's fragility through the FFN/Skip ratio. This number measures how much the model routes critical decisions through narrow neural pathways versus residual connections (skip connections). Across 13 tested models, this ratio explains 81% of the variance in vulnerability to safety changes.
From Refusal to Sycophancy: Three Experiments That Measure the Attack Surface
The research documents three applications of the method on distinct neural behaviors. In the first experiment, removing the 50 identified neurons on Qwen3-4B alters the response format on 80% of 520 harmful prompts from a standard benchmark. The result is replicated on 200 prompts from a second benchmark.
In the second experiment, on Qwen3.5-2B, 20 neurons are sufficient to eliminate sycophancy behavior in multi-turn conversations: the frequency drops from 36.7% to 0% across 30 questions. In the third, amplifying 10 identified neurons on a small model improves factual self-correction from 52% to 88% on 200 TruthfulQA prompts, without any retraining.
Why the Concentration of Safety Neurons Is an Architectural Problem
Unit 42's reading is blunt: "This concentration matters because it demonstrates that an aligned LLM's refusal behavior does not live in a robust, distributed defense. It lives in a thin template layer — a tiny fraction of the network that an attacker who can manipulate internals could disable, and that even a normal optimization run could shift."
"Relying on this thin layer alone is the LLM analog of relying on a single perimeter firewall: structurally insufficient." — Unit 42, Palo Alto Networks
In operational terms, built-in model safety is not redundant: it is a single point of failure masked by network complexity. The firewall analogy is deliberate. Where enterprise cybersecurity has long abandoned the "fortress" model for defense-in-depth architectures, LLM safety mechanisms remain, according to the research, flattened onto a single layer.
The source does not specify whether this pattern also occurs in closed-source models such as those from OpenAI, Anthropic, or Google: the dossier does not document tests on non-open-weight architectures.
The FFN/Skip Ratio as an Industrial Metric
The most significant methodological contribution for the industry may be the FFN/Skip ratio. Because it is predictive of vulnerability and measurable with contained computational cost, it opens the door to a quantitative pre-deployment assessment of alignment robustness.
The source does not propose a standardized scale or an acceptability threshold. The framework is compatible with the idea of a "safety fragility score" that vendors or enterprise deployers could require before putting a model into production.
Significant limitations remain. The method of neuron "removal" is not detailed in the source: it could be ablation, masking, or another technique. It is unclear whether the 13 tested models also include closed-source architectures beyond open-weight ones. The cited arXiv paper is not directly verifiable in the provided sources, nor is it specified whether it is a preprint or published in a peer-reviewed venue. Finally, the research is conducted by a security vendor that commercializes AI assessment services: the source does not allow evaluation of the independence of results from commercial interests.
What Changes
For enterprises running LLMs in production, the research mandates three concrete checks. First: external safety layers — content filters, runtime guardrails, output policies — are no longer optional complements but a necessary stratum should the internal safety mechanism prove concentrated and bypassable. Second: the FFN/Skip ratio provides a numeric criterion to classify models before deployment, with 13 models already tested and 81% of variance explained. Third: the cost of two forward passes per prompt makes the diagnostic embeddable in existing CI/CD pipelines, without requiring dedicated compute clusters.
The research does not demonstrate that bypass is immediately realizable in a standard production environment, but it documents the structural fragility with reproducible metrics. The source states that "true AI safety demands a defense-in-depth strategy, with external content filters and runtime guardrails layered on top of whatever the base model was trained to do." This statement, while not listing specific technical configurations, indicates an architectural direction: base model safety must be treated as necessary but not sufficient, and overlaid with runtime controls independent of its neural structure.
Frequently Asked Questions
Does perturbation probing require access to model weights?
The dossier does not explicitly specify whether the method applies only to open-weight models or also to closed-source APIs. The logic of the dual forward pass with selective perturbation suggests a requirement for access to internal parameters, but the source does not clarify this point.
Which models are included in the 13 tested?
The source cites 13 models tested for the FFN/Skip ratio calculation, but does not list their specific names nor specify whether the list includes closed-source architectures beyond open-weight ones like Qwen3-4B and Qwen3.5-2B.
Can the method be used to improve safety, not just expose its limits?
Yes, with caution: the source documents that amplifying 10 neurons improves factual self-correction from 52% to 88% on TruthfulQA, suggesting a potential use of the method to reinforce desired behaviors. However, it is unclear whether this application generalizes beyond the tested case.
Sources
Information is based on the cited source and current as of publication.
Sources
- https://unit42.paloaltonetworks.com/tools/
- https://unit42.paloaltonetworks.com/atoms/
- https://unit42.paloaltonetworks.com/about-unit-42/
Get DeafLetter
A weekly selection of signals, vulnerabilities and guides. Critical alerts remain optional.
You can unsubscribe at any time. Privacy policy.