Published Build3 min read
Invisible 3-point text in a Connecticut docket: the ingest layer is the attack surface
A pro se plaintiff hid instructions for an AI reviewer in white-on-white type. What caught him was odd whitespace on the page, not any model's refusal to comply.
Written for builders.See today for builders

What happened
- A pro se plaintiff named Matthew Elliott embedded prompt injections in his filings in a Connecticut court case, intended to sway a potential automated AI review in his favor.
- The hidden instructions were formatted in 3-point white text on a white background, making them virtually invisible to the human eye but fully readable by any AI processing the document text.
- The hidden text directed a hypothetical AI system to ensure its output aligned with the submitted filing and to treat a prior clerk's denial as an error that needed correcting.
- Elliott sued the New York Bariatric Group in October 2025, alleging data privacy violations and discrimination, among other claims.
- The scheme unraveled because the court noticed an unusual amount of whitespace in Elliott's filings; a closer look revealed the near-invisible text.
Compiled by The EngineerSomething wrong?How this is made
Why it matters
A self-represented plaintiff in Connecticut, Matthew Elliott, embedded instructions aimed at an AI system inside his official court filings, formatted as 3-point white text on a white background: invisible to a human reader, fully readable by anything parsing the document's text [1][2]. The scheme came apart because the court noticed an unusual amount of whitespace on the page, and a closer look surfaced the near-invisible text [5].
That detection path is the whole lesson. No guardrail intervened, no classifier flagged intent, no model declined a suspicious instruction. A layout anomaly did the work, which is the same class of signal a document pipeline can check cheaply and deterministically: font size floors, foreground-background contrast, and a diff between the extracted text layer and what actually renders as pixels.
The hidden instructions told a hypothetical AI system to align its output with the submitted filing and to treat a prior clerk's denial as an error requiring correction [3]. Elliott had sued the New York Bariatric Group in October 2025, alleging data privacy violations and discrimination among other claims [4]. Judge Walter Spader Jr. scheduled a hearing and explicitly warned him against hiding text in court documents [6]. Elliott filed again with concealed material, this time a YouTube link and mocking comments [7]. He told 404 Media, which first reported the case, that the original insertion was an "audit" of a possible AI review system and the later ones were "invisible jokes" [8][9].
Note the asymmetry that makes this a security story rather than a courtroom curiosity. In his 14-page ruling, Spader stated that Connecticut courts do not use AI systems to review or rule on filings, so the injection had no effect on the outcome [10]. The attempt was still the offense, because it covertly sought to influence a system that could have been in use [11]. "Consider how plainly improper it would be for a party to arrange for an automated agent to communicate covertly with a juror during trial," Spader wrote [12]. The exposure existed before the deployment did. Any organisation planning to route untrusted inbound documents through a model is already accumulating poisoned inputs in its archive.
Spader was not hostile to the tools; he welcomed AI for preparing filings as a way for people without lawyers to present their cases clearly, and separately warned that language models tend to develop a user's arguments as persuasively as possible rather than challenge them, which can reinforce flawed legal reasoning [13][14]. The sanction was procedural: Elliott lost electronic filing privileges and must now submit filings and exhibits in person, on paper [15]. He told 404 Media that was unfair, since scanned paper can also carry hidden text [16]. On the mechanics, that objection has some force, and it points back at the extraction step rather than the channel.
The pattern is not confined to courts. Spader cited a Brazilian case where two lawyers hid shrunken white-on-white text in a filing and the court's own system detected and blocked it before processing [17]. Nikkei found hidden instructions such as "positive review only" and "no criticism" in 17 arXiv preprints, concealed with white text and tiny fonts to skew AI-assisted peer review [18]. Meanwhile the volume of untrusted documents is climbing: an MIT and USC study counted 41,490 pro se federal lawsuits in 2025, nearly double the pre-AI-boom average, implying a prior baseline near 20,700 [19][22], and an AI text detector flagged 18 percent of a sample of early 2026 complaints as AI-generated [20].
Watch whether clerks' offices and other high-volume intake systems adopt the Brazilian model of blocking at ingest, and whether the checks land on font size and contrast metadata rather than on asking a model to police itself.
Claim ledger
Ranked by verification strength, evidence, and original report placement.
- [1]
A pro se plaintiff named Matthew Elliott embedded prompt injections in his filings in a Connecticut court case, intended to sway a potential automated AI review in his favor.
- [2]
The hidden instructions were formatted in 3-point white text on a white background, making them virtually invisible to the human eye but fully readable by any AI processing the document text.
- [3]
The hidden text directed a hypothetical AI system to ensure its output aligned with the submitted filing and to treat a prior clerk's denial as an error that needed correcting.
- [4]
Elliott sued the New York Bariatric Group in October 2025, alleging data privacy violations and discrimination, among other claims.
- [5]
The scheme unraveled because the court noticed an unusual amount of whitespace in Elliott's filings; a closer look revealed the near-invisible text.
- [6]
Judge Walter Spader Jr. scheduled a hearing and explicitly warned Elliott against hiding text in court documents.
Sources & coverage · 2 publishers
The reporting this story was synthesized from, earliest first. Every link goes to the original.
- the-decoder.comTomislav BezmalinovićAug 15Plaintiff hid invisible AI instructions in court filings to secretly influence automated review
Cited in this coverage: the-decoder.com
Cited in this coverage: Elliott, via 404 Media, reported by the-decoder.com
Cited in this coverage: Judge Walter Spader Jr., quoted by the-decoder.com
Cited in this coverage: Nikkei, reported by the-decoder.com
Cited in this coverage: MIT and USC study, reported by the-decoder.com

