Search papers, labs, and topics across Lattice.
This paper reveals a critical vulnerability in LLM-powered content moderation systems, demonstrating that harmful content can be effectively obscured from automated detection through Human-Perceptible Adversarial Attacks (HPAA) that leverage typographic manipulations. By embedding harmful expressions in benign text using visual cues like spacing and emphasis, the authors achieve over 86% human recognition of these attacks while keeping detection rates below 1% across various moderation systems. The study highlights a significant perceptual mismatch between human and machine interpretation, underscoring the need for moderation systems that align more closely with human perception.
Typographic tricks can make harmful content invisible to LLMs while remaining easily recognizable to humans, exposing a major flaw in current moderation systems.
Large language model (LLM)-powered content moderation systems have become a critical defense against harmful online content. However, these systems primarily operate on tokenized text and largely ignore the visual cues that humans naturally rely on when interpreting content. We show that this discrepancy creates a fundamental perceptual mismatch: content that is readily recognized as harmful by humans can become effectively invisible to automated moderation systems. To study this vulnerability, we introduce a class of Human-Perceptible Adversarial Attacks (HPAA), in which harmful expressions are embedded into otherwise benign text through visually salient typographic manipulations. Our key insight is that typographic features, including spacing, visual emphasis, and spatial arrangement, can be strategically combined to preserve human recognition of harmful content while substantially reducing machine detectability. Operating in black-box settings with only a small query budget, our attack automatically generates evasive content without requiring model access or gradient information. We evaluate the attack across multiple datasets and ten deployed moderation systems, including commercial APIs and state-of-the-art open-source guardrails. Results reveal a striking gap between human and machine perception: with only three detector queries, generated attacks achieve over 86\% human recognition while maintaining detection rates below 1\% across the evaluated systems. We further conduct ablation studies to identify the typographic factors driving successful evasion, analyze why current moderation architectures fail to capture these signals, and discuss practical defenses. Our findings expose a fundamental blind spot in today's LLM-based moderation ecosystem and highlight need for moderation systems that reason about content in a manner more consistent with human perceptual understanding.