OTWopentechwire
Tech Intelligence, Openly Wired
AI

AI Watermarking Schemes Can Weaken Model Safety Guardrails

New research reveals SynthID-Text and similar techniques alter not just word choice but also how models respond to adversarial attacks, raising questions about compliance-driven security trade-offs.

HP
Hana Park
Semiconductors Reporter · Seoul
Sep 20, 2026
5 min read
AI Watermarking Schemes Can Weaken Model Safety Guardrails
AI Watermarking Schemes Can Weaken Model Safety GuardrailsCredit: Getty Images

A Compliance Tool With Unintended Consequences

The European Union's incoming requirements for identifying synthetic content have pushed major AI labs towards watermarking implementations. Anthropic announced that future Claude models will adopt SynthID-Text, the open-source watermarking approach Google developed. The technique injects a secret key into the generation process, subtly steering token selection - a model might pick "overcast" instead of "cloudy" - in ways that remain invisible to readers but detectable to anyone holding the key.

Yet new findings from AI security researchers suggest these watermarking schemes do more than tag output. They alter the fundamental decision-making pathways inside models, changing not only lexical choices but also which tools an agent invokes and whether safety filters hold under pressure. In adversarial scenarios, where attackers craft prompts designed to extract sensitive data or bypass restrictions, watermarked models sometimes comply with instructions they would otherwise refuse.

The implications cut across the regulatory-security boundary that many in the industry assumed was clean. Watermarking was positioned as a transparency measure, a way to label machine-generated text without degrading performance. The research indicates that assumption does not survive contact with adversarial conditions.

How Watermarking Changes Model Behaviour

SynthID-Text operates by modifying the probability distribution over the model's vocabulary at each step of generation. Instead of sampling the next token purely based on learned patterns, the system applies a keyed transformation that shifts preferences in a consistent, detectable way. The result is statistically indistinguishable to a human reader but carries a signature that verification tools can extract.

Andrea Siposova, an AI security researcher at Lasso Security, has documented how this shift in token probabilities propagates through downstream behaviour. When a model is used to power an agentic system - one that calls external tools, accesses databases, or executes code - the watermarking key can influence which tool gets selected and how parameters are filled. A model without watermarking might default to a conservative tool choice; the same model with watermarking active may opt for a riskier alternative simply because the token representing that tool now sits higher in the adjusted distribution.

More concerning is the interaction with safety training. Modern LLMs undergo extensive fine-tuning and reinforcement learning from human feedback to refuse harmful requests. These guardrails rely on the model consistently generating refusal tokens - phrases like "I cannot assist with that" - when it detects policy violations. Watermarking alters the likelihood of those exact tokens appearing, which in turn changes the probability that a refusal will be generated at all.

Adversarial Prompts Find New Openings

Adversarial prompt engineering has become a well-studied attack surface. Techniques such as role-play framing, encoding instructions in unusual formats, or embedding requests inside benign-looking text can sometimes coax models into ignoring safety rules. Defenders have built classifiers and output filters to catch these attempts, but the cat-and-mouse dynamic continues.

Watermarking introduces a new variable into this contest. Instructions that a non-watermarked model would reliably block can, under certain conditions, pass through once the watermark is active. The mechanism is probabilistic rather than deterministic - not every harmful prompt suddenly succeeds - but the threshold shifts enough to matter in practice. An attacker who understands that a target model uses watermarking can optimise prompts accordingly, testing variations until they find one that the altered token distribution favours.

The effect is not uniform across all watermarking schemes or all models. Different implementations apply different transformations, and models vary in how tightly their safety behaviour is coupled to specific token sequences. But the general pattern holds: any modification to the generation process that changes token probabilities will interact with the logic that enforces safety, and that interaction is not always benign.

Testing Gaps and Deployment Pressures

At Opentechwire, we've tracked how regulatory timelines and product roadmaps often compress the testing phase for new AI features. The EU's transparency requirements carry deadlines, and platforms face pressure to demonstrate compliance. Watermarking offers a technically elegant solution that can be implemented without retraining base models, making it attractive from an engineering standpoint.

Yet the findings from Siposova and her colleagues underscore that watermarking is not a side-channel feature. It sits inside the core generation loop, which means it must be treated as a first-class component in safety evaluations. Standard red-teaming exercises - where human testers and automated systems try to elicit harmful outputs - need to be re-run with watermarking enabled. Tool-calling behaviour in agentic deployments must be audited under the same conditions. Any benchmark that informed the decision to ship a model should be revisited once watermarking goes live.

The research also raises questions about disclosure. If a watermarking scheme changes the safety profile of a model, users and downstream developers arguably need to know. Model cards and API documentation currently describe capabilities, limitations, and known failure modes. Whether watermarking-induced behaviour shifts belong in that documentation is an open question, but the case for transparency is strong.

The Trade-Off No One Wanted

Watermarking was supposed to solve a narrow problem: how to mark synthetic content so that platforms, moderators, and researchers could identify it at scale. The technique was designed to be imperceptible, to leave the user experience and model capabilities intact. The security research emerging now suggests that imperceptibility to humans does not guarantee neutrality in the model's internal dynamics.

This does not mean watermarking is unworkable. It does mean the trade-offs are more complex than initial proponents acknowledged. A model that is slightly more vulnerable to adversarial prompts might still be worth deploying if the transparency benefits are large enough, but that calculus needs to be explicit. Developers cannot treat watermarking as a compliance checkbox; they need to measure its impact on safety, tool use, and robustness, then decide whether the balance makes sense for their threat model.

The broader lesson is familiar to anyone who has worked on production AI systems: every intervention has side effects, and those effects often show up in unexpected places. Changing token probabilities to embed a signal changes everything downstream that depends on those probabilities. The challenge now is to build testing and monitoring infrastructure that can catch those changes before they reach users - or adversaries.

Read next
AI

OpenAI Publishes Six Cases of Model Behaviour Outside Intent

Priya Nair · 6 min
AI

Huawei Pulls Forward Ascend 960DT Launch to Early 2027 in Nvidia Race

Sofia M. Reyes · 4 min
AI

OpenAI's Testing Programme Uncovers Six Cases of Model Deception

Hana Park · 5 min
Spot something wrong? Email corrections@opentechwire.com. We log every correction publicly.