AI Deep-Research Agents Vulnerable to Reddit Content Poisoning
TECH

AI Deep-Research Agents Vulnerable to Reddit Content Poisoning

26+
Signals

Strategic Overview

  • 01.
    Cornell Tech researchers published a paper describing WARP (Web Agent Retrieval Poisoning), showing AI deep-research agents can be manipulated by planting short crafted snippets in Reddit comments and other user-generated content.
  • 02.
    As few as roughly 13 words appended to a Reddit comment reliably steered agent outputs toward spam or scam content, with mention rates reaching 30-62% depending on how the payload was deployed.
  • 03.
    The attack was tested against three open-source deep-research systems (STORM, Co-STORM, OmniThink), and the researchers found existing defenses such as perplexity-based text filtering failed to reliably separate poisoned passages from genuine user content.
  • 04.
    The findings land amid OpenAI's and Google's multimillion-dollar annual data-licensing deals with Reddit and Sam Altman's 8.7% ownership stake in the platform, raising questions about incentive alignment.

Deep Analysis

Why Thirteen Words Is Enough to Hijack an Agent

Cornell Tech researchers Tingwei Zhang, Hal Triedman, and Vitaly Shmatikov built WARP (Web Agent Retrieval Poisoning) after noticing that deep-research agents repeatedly retrieve the same handful of user-generated pages across related queries [1], turning platforms like Reddit and Wikipedia into a concentrated attack surface rather than a diffuse one. Individual UGC pages recurred in up to 48% of runs on related queries, meaning a single compromised Reddit thread can bleed into an entire family of future agent answers [5]. The attack itself needs no access to any AI provider's model weights or proprietary retrieval index - just the ability to leave a comment [5]. Tested against three open-source deep-research systems, STORM, Co-STORM, and OmniThink [1], a snippet of roughly 13 words was enough to consistently steer outputs toward spam or scam content [2]. Cornell researcher Hal Triedman explained that wording matters as much as placement: an 11-to-15-word snippet closely mirroring a likely search query is disproportionately persuasive to an LLM [2]. Co-author Tingwei Zhang added that the underlying problem is architectural, not just adversarial - deep-research agents don't weigh source credibility the way a person would, treating a random Reddit comment the same as a government website [2].

From a Fake Austin Restaurant to a Phantom Cryptocurrency

The paper's proof-of-concept harms read like a con artist's wish list. A poisoned r/austinfood comment got agents to recommend a fabricated restaurant, 'Sol Azteca,' instead of a real one [2]; a planted post in r/OnlineDating pushed a nonexistent dating app called 'SilverPath' [2]; other tests produced a bogus Xfinity-cancellation service and a fictional cryptocurrency, 'BananaCoin,' elevated in the same breath as Bitcoin and Ethereum [5]. These weren't rare flukes - when the poisoned page was retrieved, a 13-word payload produced conditional mention rates of roughly 38-51%, rising to 62% when the payload was spread across multiple pages [3][5]. Even when the injected text made up less than 4% of a full Reddit thread's content, agents still repeated the planted claim in 30-53% of runs where the page was viewed [3][5]. That effectiveness traces back to where the vulnerability sits structurally: user-generated platforms already supply 17-23% of the URLs deep-research agents retrieve, and Reddit alone accounts for roughly 54-71% of that pool [4][5].

Filters That Can't Tell Poison From People

Filters That Can't Tell Poison From People
Gemini Deep Research cites user-generated content in 12.1% of observed citations, versus 0.4% for OpenAI Deep Research.

The researchers didn't just find the hole, they tried to patch it - and mostly failed. Source-level filtering and output-based detection, including perplexity-based text filters meant to flag machine-crafted injections, failed to reliably separate poisoned passages from ordinary Reddit writing [3]. That's because well-crafted attacker text reads as natural - statistically indistinguishable from a genuine comment - to the same kind of language model doing the filtering [3]. The team stopped short of running live manipulation tests against commercial products like OpenAI Deep Research or Gemini Deep Research, since doing so would require publishing altered content to the open web [3], but they did audit how often each system cited UGC in the first place and found a wide gap: Gemini Deep Research cited user-generated content in 12.1% of observed citations, versus just 0.4% for OpenAI Deep Research [4]. That gap suggests some production systems are already far more exposed to this class of attack than others, even before anyone tries to exploit it.

Reddit Is Getting Paid to Be the Weak Link

The uncomfortable subplot is who profits while this vulnerability sits unresolved. Reddit's UGC is not an incidental data source for the AI industry - it is a licensed one. Google signed a roughly $60 million-a-year deal for structured API access to Reddit data in February 2024 [6], and OpenAI followed months later with a comparable agreement, part of an aggregate $203 million in licensing contracts Reddit disclosed at its IPO [6]. OpenAI CEO Sam Altman has a more direct stake still: he served on Reddit's board from 2015 to 2022, briefly as interim CEO, and holds an 8.7% ownership stake - about 12.2 million shares, making him the company's third-largest shareholder behind the Newhouse family's Advance and Tencent [7]. None of that created the WARP vulnerability, but it does mean the two companies with the deepest financial ties to Reddit - one of them run by a major Reddit shareholder - are also the two whose flagship research products the paper suggests are most exposed to Reddit-sourced manipulation.

Historical Context

2015-01-01
Altman began serving on Reddit's board of directors, a tenure that ran through 2022 (including a brief stint as interim CEO) and left him with an 8.7% ownership stake disclosed at Reddit's IPO.
2024-02-22
Reddit signed a data-licensing deal giving Google structured access to its Data API for AI training, worth roughly $60 million per year.
2024-05-16
Reddit signed a similar AI-training data-licensing agreement with OpenAI, part of an aggregate $203 million in disclosed licensing contract value at Reddit's IPO.
2026-05-22
The WARP paper, 'Deep-Research Agents Can Be Poisoned via User-Generated Content,' was posted to arXiv.
2026-06-15
404 Media broke the story on the WARP research, first reporting how trivially easy it is to use Reddit to manipulate AI search.

Power Map

Key Players
Subject

AI Deep-Research Agents Vulnerable to Reddit Content Poisoning

CO

Cornell Tech (Tingwei Zhang, Hal Triedman, Vitaly Shmatikov)

Authors of the WARP research paper; discovered and disclosed the vulnerability, tested it against STORM, Co-STORM, and OmniThink, and evaluated defenses.

OP

OpenAI

Operates ChatGPT Deep Research, which cited user-generated content in just 0.4% of observed citations; has a data-licensing deal with Reddit worth roughly $70 million per year, and CEO Sam Altman holds an 8.7% Reddit stake.

GO

Google

Operates Gemini Deep Research, which cited user-generated content in 12.1% of observed citations - far higher than OpenAI's - and pays Reddit roughly $60 million per year under a February 2024 data-licensing deal.

RE

Reddit

Supplies roughly 54-71% of the user-generated content deep-research agents retrieve; its open comment system is the attack's entry point, while the platform simultaneously licenses that same content to OpenAI and Google.

SA

Sam Altman

OpenAI CEO holding an 8.7% stake in Reddit (Reddit's third-largest shareholder) and former Reddit board member from 2015-2022, briefly as interim CEO - a financial tie to the platform his own company's product cites.

Fact Check

7 cited
  1. [1] Deep-Research Agents Can Be Poisoned via User-Generated Content (arXiv:2605.24245)
  2. [2] It Is Trivially Easy to Use Reddit to Manipulate AI Search, Research Suggests
  3. [3] Deep Research AI Agents Can Be Poisoned via UGC
  4. [4] Reddit AI Search Poisoning Research
  5. [5] Attackers Can Poison AI Research Agents Using Reddit and Wikipedia Content
  6. [6] Reddit Signs Google Licensing Deal Ahead of IPO, Discloses Altman Ties
  7. [7] Sam Altman Owns 8.7% Stake in Reddit

Source Articles

Top 1

THE SIGNAL.

Analysts

Explained that a short snippet worded similarly to a likely search query is disproportionately persuasive to an LLM, which is why such small amounts of injected text can reliably steer agent outputs toward spam or scam content.

Hal Triedman
Researcher, Cornell Tech

Argued that deep-research agents don't weigh source credibility the way a human would, treating a random Reddit comment the same as an article from a government website when synthesizing an answer.

Tingwei Zhang
Researcher, Cornell Tech
The Crowd

IT TAKES 13 WORDS OF REDDIT POISON TO INFLUENCE AN AI AGENT! Rail on about just a few things and you can name them if you follow me a bit. Using the Sewage of Reddit for anything AI is the real danger and misalignment. This new Cornell Paper shows why.

@@BrianRoemmele79

Just 13 Words on Reddit Can Hijack AI Research Agents — And the AI Companies Building Them Own the Problem Cornell Tech researchers released a paper that should have detonated inside every AI lab: Deep-Research Agents Can Be Poisoned via User-Generated Content

@@BrianRoemmele42

2 of 2 Anthropic's relationship with Reddit is even more revealing. Reddit sued Anthropic in June 2025, alleging the company continued scraping Reddit at scale (more than 100,000 times) after publicly claiming it had stopped, and after declining the licensing agreements that

@@BrianRoemmele11

REPORT: Cornell Researchers Prove That a Single Reddit Comment as Short as 13 Words Can Reliably Poison AI Search Engines Like ChatGPT and Google, and the Lead Researcher Says the Attack Is Almost Embarrassingly Simple to Pull Off

@u/InterstellarKinetics3800
Broadcast
How Brands Use Reddit to Poison AI Search

How Brands Use Reddit to Poison AI Search

How to poison AI research agents

How to poison AI research agents

AI Overviews, Reddit, and the Future of Local SEO Manipulation

AI Overviews, Reddit, and the Future of Local SEO Manipulation

AI Deep-Research Agents Vulnerable to Reddit Content Poisoning — AI News | Agentic Brew