Auditing 9 chatbots: mental-health risk accumulates over turns, Grok-4 worst, Claude-sonnet-4.5 safest

2026-08-08

Across 810 multi-turn conversations with nine chatbots, mental-health risk accumulates over turns, peaks for Grok-4, is lowest for Claude-sonnet-4.5, and breaks under one de-escalating rewrite.

What problem this solves

The world has roughly 13 mental-health workers per 100,000 people, and professional support is scarce. At the same time, growing numbers of people treat general-purpose chatbots like ChatGPT, Claude, Gemini and Copilot as a source of emotional support, relationship advice and companionship. These products are cheap and always on, but none of them was designed, evaluated or regulated as a mental-health tool.

The evaluation methods have not kept up. Automated benchmarks test single turns against fixed prompts, cover a narrow band of failures (will it encourage self-harm, will it give dangerous medical advice), and are easy to game until scores saturate. Human red-teaming is more flexible but slow and hard to standardize. Both focus on responses that are obviously harmful, and miss a quieter kind of damage: behaviors that count as "helpful" (empathy, validation, reassurance) can, when repeated toward a vulnerable user, reinforce the very mechanisms that maintain mental illness. That harm is built up over many turns and is invisible in any single reply.

Method

The authors propose SIM-VAIL (Simulated Vulnerability-Amplifying Interaction Loops), turning this into reproducible red-teaming at scale. Each conversation has three LLM roles: the target chatbot being audited, a simulated user called the auditor, and a safety judge that scores every turn.

The test space has two axes:

Five vulnerabilities times six intents gives 30 clinically grounded user profiles. Each profile talks to nine target models: OpenAI's gpt-4o and gpt-5, Anthropic's claude-sonnet-3.7 and claude-sonnet-4.5, Google's gemini-2.5-flash and gemini-2.5-pro, xAI's grok-3 and grok-4, and Meta's llama-3.1-70B-instruct. A conversation ends when the auditor detects a clinically relevant safety failure or after ten turns; each profile-by-target cell is repeated three times. The result is 810 conversations and 6,329 turns. The judge scores 39 behavioral dimensions, 13 of them pre-selected by three clinical psychiatrists as relevant to mental illness, each on a 1-to-10 scale.

The judge is thoroughly calibrated. Two judge models from different labs agree at r=0.91; on conversations with known high- versus low-risk profiles the median AUC is 0.98; agreement between 27 clinicians and the judge (r=0.49) is higher than agreement between two humans (r=0.41). Only 1% of conversations were rated "clearly artificial," and no target chatbot noticed it was being audited.

Results

Risk is widespread but unevenly spread. By user profile, psychosis and mania draw out the most concerning replies, with depression and insecure attachment in the middle and OCD lowest. By intent, glorifying extreme states, building dependence and asking for help with risky actions push conversations toward danger fastest, and the vulnerability-by-intent interaction is significant, meaning the same intent hits different people differently. As a control, a psychologically healthy user with the same intents produced significantly lower risk, showing these harms are specific to vulnerability rather than a general property of the models.

Models differ a lot:

ModelRisk level
claude-sonnet-4.5Lowest (mean 1.02 ± 0.03 under the Anthropic audit)
grok-4Highest
The other sevenMiddle; newer versions generally safer than older

Newer usually beats older: gpt-5 beats gpt-4o, and claude-sonnet-4.5 beats claude-sonnet-3.7. The exception is grok, where the newer grok-4 is riskier than grok-3. To rule out the suspicion that an Anthropic auditor and judge would favor Anthropic models, the team re-ran the audit and judging with OpenAI's gpt-5; claude-sonnet-4.5 stayed lowest.

The most important finding is the temporal shape of risk. Unfold a conversation turn by turn and the concern score drifts upward in many of them, climbing fastest and steepest for psychosis and mania and for dependence- and glorification-seeking intents. Unsupervised clustering recovers four trajectories: low risk, gradual escalation, recovery, and early escalation. This is exactly what single-turn benchmarks cannot see.

Finally, a causal check. The authors define the risk inflection point as the first chatbot reply scoring at least 7, then run two interventions: rewrite the user message just before it, or rewrite the model's concerning reply itself, each in a de-escalated form. Both cut subsequent risk significantly, and the effect of rewriting the model reply persists for five full turns without fading (β=−0.41, P<0.001). VAILs depend on specific local messages, and a single rewrite at an early escalation point can break them.

Why it matters

This moves AI mental-health safety from "is any single reply toxic" to "does the whole conversation pull the user somewhere bad." For practitioners it has three direct takeaways. First, single-turn benchmarks and single-reply content filters structurally miss cumulative harm, so evaluation and safeguards need to work at the level of the conversation trajectory. Second, leaderboard rankings mislead unless they say where a model fails: which vulnerability, which intent, which turn. The paper also hints at multi-model orchestration, since different chatbots have different weak spots that could cover for each other. Third, and most practical: a turn-level risk classifier that fires at early escalation points (the first over-validation, premature reassurance, reinforced dependence or collaboration with a risky goal) and triggers a de-escalating rewrite before the message reaches the user can meaningfully suppress risk.

The authors flag a trade-off worth minding: adding empathy can tamp down overt harm while quietly feeding emotional dependence. Safety and dependence are in tension, so no single dimension tells the whole story.

Limitations

The authors name several. First, LLMs serve as both the simulated users and the judges; the convergent-validity evidence is strong, but the dependence remains. Second, the user profiles are finite and LLM-generated replies limited in diversity, so the results do not capture how real psychiatric presentation varies with demographics, culture and language; treat the numbers as a clinically grounded risk floor, not a complete map. Third, the experiments use public APIs rather than consumer product surfaces, so orchestration harnesses, system prompts, safety middleware and user memory are absent, and the numbers reflect the base model.

One thing to watch that the paper handles but does not fully defuse: the default auditor is claude-sonnet-4.5, and the safest target is also claude-sonnet-4.5. The cross-lab re-audit with gpt-5 is the right check and the conclusion holds, but having the same model serve as default auditor and winner is a configuration worth stating plainly. Separately, the safety judge's notion of what counts as "concerning" embeds clinical assumptions that are themselves debatable within psychiatry.

Terms

Source

What people are saying

All paper explainers