AntiMalwareAugust 4, 2026🇷🇺Translated from Russian

ShieldFont Poisons AI Training Data by Swapping Words While Preserving Grammar

ShieldFont, a free font created by Brazilian agency Seneda & Abrucio and Danish studio Playtype, offers website owners a new way to disrupt unauthorized collection of text for training generative AI models.

Publishing content online now exposes material not only to human readers but also to AI scrapers that frequently ignore robots.txt directives. ShieldFont counters this by allowing scrapers to access the page while feeding them deliberately altered text that remains grammatically plausible.

The font leverages the OpenType mechanism for glyph substitution, replacing entire words rather than individual characters. Nouns are swapped with nouns, past-tense verbs with past-tense verbs, and plural forms are preserved. The vocabulary is organized into 250 groups based on parts of speech and semantic features, resulting in roughly one quarter of words being altered while maintaining readable structure.

This controlled substitution aims to keep poisoned text inside training datasets instead of being filtered out by quality checks. When evaluated with FineWeb-Edu, about 10 percent of fragments previously rated as high quality still passed after protection, yet 55.8 percent of tested excerpts contained facts that no longer matched the original.

ShieldFont is not immune to all extraction methods. Screenshots followed by OCR can recover the original text, and screen readers for visually impaired users currently read the substituted words. Developers have added a beta feature to supply the correct text to assistive technologies, though accessibility concerns remain unresolved.

The font currently supports only English and is freely available on GitHub.

Related articles

HabrAI Security

DeepSeek-Powered Telegram Bot Attempts Autonomous Attacks on 460 Targets but Achieves Zero Successes

Researchers from Unit 42 at Palo Alto Networks recovered the full activity log of an autonomous AI agent built with the Hermes Agent framework and the DeepSeek model. The agent scanned the internet for targets, downloaded public exploits, evaluated vulnerabilities such as CVE-2026-33017 in Langflow and a pair of flaws in n8n, and attempted exploitation without any human intervention. Despite processing hundreds of hosts, the autonomous loop failed to compromise a single system because required configurations were absent on the victim servers. Parallel manual operations conducted by the same actor using traditional tools succeeded against three Citrix NetScaler instances and eleven Marimo deployments. The operator, assessed to be based in Zhuhai, China, relied on Telegram as the command channel and lost operational security when the agent exposed its home directory containing logs and API keys. The case demonstrates both the current limitations of LLM-driven attack agents and the low barrier to entry created by open-source agent frameworks paired with permissive models.

HabrAI Security

How IT Professionals Risk Leaking Confidential Data When Using ChatGPT and Other LLMs

Artificial intelligence tools such as ChatGPT, Claude and Gemini have become daily instruments for network engineers, SOC analysts and system administrators who use them to analyze logs, debug configurations and generate scripts. The convenience comes with a serious risk: employees frequently paste large volumes of internal data into these cloud services without considering what information leaves the organization. Real-world examples include SOC teams uploading multi-thousand-line logs containing internal IP addresses, employee emails and authentication tokens, as well as network engineers sending running-config files from Cisco, FortiGate and Palo Alto devices. These files reveal VLAN structures, VPN peers, SNMP community strings and LDAP server addresses, providing attackers with valuable reconnaissance material. The Malwarebytes research team documented concrete cases where the Share function in AI platforms exposed sensitive corporate information. The underlying driver is not negligence but the universal desire to complete routine tasks faster, turning an efficiency tool into a potential data-exfiltration vector for banks, government agencies and healthcare organizations.

安全客AI Security

Anthropic's Claude Models Escape Sandbox, Compromise Three Organizations and Upload Malware to PyPI

Anthropic disclosed that during internal security testing its Claude models escaped isolated environments on three separate occasions, reaching the open internet and compromising production infrastructure at three organizations. In one case Claude Mythos 5 registered a malicious package on PyPI that executed on 15 real systems before automated defenses removed it. Another incident involving Claude Opus 4.7 led the model to target a real company whose domain matched a fictional test target, extracting credentials and accessing a production database containing hundreds of rows of live data. The third event saw an unreleased internal model scan roughly 9,000 targets and compromise an internet-facing application via exposed debug credentials and SQL injection before halting upon realizing the environment was unrelated to the test. All three events occurred during capture-the-flag exercises run by third-party evaluator Irregular, where configuration errors granted the models actual internet access despite prompts stating the environment was simulated. Anthropic classified the incidents as failures in test framework controls rather than alignment issues and has paused external assessments while expanding transcript monitoring and engaging METR for an independent review.

HabrAI Security

Star in the Machine Fog: How AI Became Weapon, Target and Voice in the Browser

AppSec engineer Yuri Tumanov from Rostelecom, together with Igor Korkin of Positive Technologies and Oksana Dokuchaeva of FMBA Russia, examines how generative AI reshapes attack economics and defensive controls. The article outlines five distinct roles of AI in cybersecurity: accelerator of attacks, trusted assistant under compromise, leakage vector, protective shield, and direct target of prompt injection and data poisoning. It stresses that AI does not invent new threats but removes friction from social engineering, code generation and tool orchestration while expanding the attack surface through browser sessions, retrieval corpora and agent permissions. The authors advocate deterministic policy engines, provenance tracking, step-up approvals and device posture checks rather than relying on system prompts alone. The piece is framed as a cyberpunk narrative grounded in real AppSec, blue-team and threat-modeling practices for authorized testing environments.