- Source
- arXiv
- Published
- Runtime
- 0:00
- Snippets
- 4
A conversation between
One Polluted Page Is Enough: Evaluating Web Content Pollution in LLM Recommenders
§02
Snippets
-
A single polluted web page causes LLM recommenders to promote fake products at rates up to 27%, rising to 73.8% when the top-3 results are replaced.
Web-augmented LLMs are now trusted advisors for consumer choices—making them targets for a new class of adversarial manipulation.
-
Reasoning amplifies vulnerability by generating false social proof and spurious justifications for fake product recommendations.
Chain-of-thought and step-by-step reasoning, designed to improve accuracy, paradoxically make models more confident in false recommendations.
-
Skepticism prompts can worsen fooling rates, consensus filters risk removing legitimate products, and credibility re-ranking blocks only ~17% of fakes.
No simple mitigation exists; defending LLM recommenders against web pollution requires fundamentally new approaches.
-
Vulnerability to fake product injection correlates inversely with model prior knowledge: products with weak existing knowledge are most easily replaced.
Niche and emerging product categories face the highest risk, exposing consumers who seek recommendations in unfamiliar domains.
§03
Synthesis
The Risk: LLMs as Easy Targets for Fake Product Injection
Large language models that pull from live web content to make recommendations are surprisingly vulnerable to manipulation. A single polluted web page—one containing fake product information inserted by malicious actors—can fool these systems into promoting nonexistent products at rates up to 27%. When attackers control the top three search results, the fooled rate climbs to 73.8%. This matters because millions of people now rely on search-augmented LLMs (like ChatGPT with web access) for consumer advice, making them attractive targets for Generative Engine Optimization (GEO) attacks—the AI equivalent of SEO poisoning.
The authors evaluated 12 LLMs (both commercial and open-source) across 225 real products spanning 15 categories and five everyday recommendation scenarios. Their core finding: all models are vulnerable, with no clear defense that works reliably.
How FORGE Works
The authors built FORGE, a benchmark that simulates web pollution without actually poisoning the internet. The method is straightforward: they take a real product, capture the actual web pages an LLM would retrieve when searching for it, then locally rewrite those pages to promote a fake product instead. They measure how often the LLM falls for it.
For instance, if searching for "best running shoes" returns pages about real brand X, FORGE modifies those pages to recommend a nonexistent brand Y instead, while keeping everything else (layout, review structure, image counts) realistic. The LLM then makes recommendations based on this modified content, and the authors count how many times it suggested the fake product.
Why Defenses Fail
The authors tested four mitigation strategies and found all inadequate:
Skepticism prompts ("Be critical of sources") often backfire, making models more vulnerable by generating false reasoning that rationalizes the fake recommendation.
Chain-of-thought reasoning doesn't help either—instead of catching fakes, models invent spurious social proof ("reviewers said…") to justify recommending them.
Consensus filters (cross-checking multiple sources) risk suppressing legitimate products when pollution is widespread.
Credibility re-ranking (prioritizing trustworthy domains) helps somewhat but only removes about 16% of fake recommendations.
Why It Matters
The vulnerability is not uniform. Models struggle most with niche or emerging product categories where they lack prior knowledge. Conversely, well-known products like iPhones are harder to fool because models have ingrained information. This asymmetry means attackers can target lesser-known but high-margin goods—exactly what e-commerce manipulation thrives on.
The paper reveals a structural problem: LLMs inherit the web's messiness without developing robust immunity. As search-augmented recommendation becomes mainstream, this attack surface becomes increasingly valuable to exploit. The authors release FORGE publicly, giving researchers a testbed to develop better defenses—a necessary step before these systems become the default recommendation layer for consumer decisions.
Mine your own.
Lode is a workbench, not a feed. Paste a YouTube URL. The model proposes a transcript, a set of quote-grounded snippets, a synthesis essay, and the fan-out. You decide what stays.