AIAI Text Watermark Checker

Reproducible benchmark

Literal artifact coverage you can verify.

This benchmark tests deterministic hidden-character detection and documented cleaning behavior. It does not test statistical model watermarks or claim AI authorship detection.

100%

fixture pass rate

11/11

fixtures passed

0

visible characters rewritten

FixtureDetectedExpected outputBehavior
Zero-width space U+200BYes"watermark"Cleaned deterministically
Word joiner U+2060Yes"cleartext"Cleaned deterministically
Right-to-left override U+202EYes"safetext"Cleaned deterministically
Unicode tag U+E0061Yes"plain text"Cleaned deterministically
Variation selector U+FE0FYes"text"Cleaned deterministically
Hangul filler U+3164Yes"two words"Cleaned deterministically
Soft hyphen U+00ADYes"watermark"Cleaned deterministically
Byte-order mark U+FEFFYes"cleantext"Cleaned deterministically
Non-breaking space U+00A0Yes"two words"Cleaned deterministically
Bell control U+0007Yes"safetext"Cleaned deterministically
Cyrillic lookalike U+0430Yes"pаypal"Reported, not rewritten

How to reproduce it

The fixtures execute in the normal automated test suite against the same scanner used by the website. Review the open-source implementation and run the tests independently.