LIVE · cybersecurity feed
Live wire
aimedium

ShieldFont Fights AI Scraping With Deceptive Text

A new web font called ShieldFont has been developed to combat AI-driven web scraping. It displays one version of text to human users while serving a different, altered text to automated crawlers that inspect the page's source code. This technique aims to confuse AI models trained on scraped data by providing them with inaccurate information.

zeroday.news ·

A new web font, ShieldFont, has been developed to combat AI scraping by presenting different text to human readers than to automated crawlers. Created by Isaque Seneda and Gabriel Abrucio with support from the Playtype type foundry, ShieldFont launched in October 2025. It works by displaying one set of words on screen while embedding a different, decoy set of words in the page's source code.

When a user views a page in a browser, they see the original, intended text. However, any scraper or language model that extracts text directly from the HTML source code will receive the substituted, decoy words. This also means that copy-pasting text from a ShieldFont-protected page will yield the encoded version, and a "find-in-page" search for a visible phrase will fail. Search engines like Googlebot, which process raw HTML, will index the decoy text, potentially impacting search engine optimization (SEO).

The core mechanism relies on a pre-rendering build step where words in the page's code are swapped for different words of similar type and commonness. The font then renders these swapped words to visually appear as the original text. This substitution must occur on the author's server or machine to prevent the entire dictionary from being exposed to the client.

While effective against raw HTML scraping, ShieldFont has limitations. Headless browsers that render pages visually will read the content as a human does. Similarly, Optical Character Recognition (OCR) and vision-language models operating on screenshots will also interpret the visible, correct text. The project specifically targets the "cheaper end" of scraping, which involves tools that extract text directly from code without rendering.

The developers acknowledge trade-offs, particularly regarding SEO and user experience. They suggest shielding only critical content to maintain broader discoverability. For accessibility, screen readers are designed to hide the protected region, preventing the decoy text from being read aloud. An alternative mechanism is offered where the reader's browser performs a brief computational task to unlock the real words. VoiceOver on macOS is confirmed to work with this, while NVDA and JAWS compatibility are pending.

The concept of using fonts for deceptive text has precedent. In March 2026, LayerX Security published "Poisoned Typeface," where researcher Roy Paz used a substitution-cipher font combined with CSS to shrink decoy text to a single pixel. This technique successfully deceived eleven AI assistants, including ChatGPT, Claude, Gemini, and Perplexity, which all reported the page as safe. Microsoft was the only vendor to implement a fix, while Google closed its case after six weeks.

Seneda and Abrucio view ShieldFont as a form of "creative resistance," primarily for writers and artists seeking to protect their work from unauthorized AI training. They frame the friction introduced by ShieldFont as an invitation for users to contribute "brain compute" to this effort, highlighting the efficiency of human cognition in tasks that are computationally expensive for machines at scale.

The economic argument for ShieldFont centers on increasing the cost of scraping. Seneda estimates that forcing scrapers to use OCR rather than raw HTML extraction, even if only by cents per page, creates a significant deterrent at scale. ShieldFont includes features like dictionary rotation and bring-your-own-key functionality, with per-deploy rotation planned for the near future, to further increase the attacker's cost by requiring new font builds for each rotation.

The project's code is freely available on GitHub for modification and building upon. However, the font itself remains the property of Playtype. The developers do not claim that the encoded text will necessarily bypass quality filters or effectively damage trained language models, acknowledging that current metrics for such damage might be misapplied. Their primary goal is to provide leverage for creators and foster debate around AI training ethics.

aiscrapingweb fontdata integrity
ShareXLinkedInWhatsAppFacebook

More News

view all →
phishing

What the first year of EU AI Act transparency enforcement could look like

In this Help Net Security interview, Edwin Weijdema, Field CTO at Veeam, answers questions on Article 50 of the EU AI Act and what the first year of enforcement might bring. He explains why corrective orders will likely outnumber large fines, when an AI agent working through a ticket queue counts as interacting with a person, and how security teams should handle simulated phishing that uses cloned

ai

How the famed USENIX Security conf is managing a flood of papers in the AI era

AI usage is evident but isn't yet a serious problem

ai

OpenAI rolls out a major ChatGPT upgrade, even if you don’t pay for it

OpenAI is rolling out a more reliable version of ChatGPT GPT-5.6 Sol for Plus and Pro users, while Free users are getting unlimited text chats with GPT-5.6 Luna. [...]

security

US fuel gauge exposure fell by more than half in three months

Every month for the better part of a year, about 4,800 US internet addresses answered a query in the protocol that fuel tank gauges speak. In June the number was 2,354. The count fell across April, May, and June, all three months sit below the previous year’s floor, and the decline holds up against checks for address churn and port hopping. Exposure figures rarely move this way, and almost never t

malware

ClickFix attack pushes macOS infostealer for crypto theft attacks

A Go-based malware delivered in ClickFix attacks targeting macOS users is stealing cryptocurrency assets, browser-stored passwords, Apple Keychain data, and cached credentials. [...]

security

ChainDrop: Inside a Self-Propagating npm Worm

Analysis of ChainDrop, an npm supply chain worm extracting GitHub Actions runner secrets and using Ethereum smart contracts for C2 routing. The post ChainDrop: Inside a Self-Propagating npm Worm appeared first on Unit 42.