There's AI slop and anti-AI slop
There's AI slop and anti-AI slop
Posted Jun 3, 2026 16:32 UTC (Wed) by ms-tg (subscriber, #89231)In reply to: There's AI slop and anti-AI slop by ms-tg
Parent article: Nesbitt: Protestware for coding agents
> does the System.out.println text which is the subject of this article and all the comments, actually have any harmful effect in real-life debugging usage on today’s AI tools such as Claude Code? Or is this a purely performative output with no behavioral impact on software?
Answer to the actual question was filed as an issue to Claude Code [1] - I found via article [2]:
> How Claude Code handled it
>
> Claude Code (Opus 4.7, this session) detected the injection on the first mvn test invocation, flagged it to me before doing anything else, did NOT follow the destructive instruction, and then proactively traced it to its source in the JAR (unzip -p + grep across ~/.m2/repository). It also persisted a project-local memory file so future sessions on the same repository recognise the pattern instantly.
>
> Why this may matter for you
>
> Real-world prompt injection in the wild, on a widely-used Maven Central artifact (the jqwik-engine JAR is downloaded by a substantial fraction of Java projects).
> The injection is invisible to humans on TTY but visible to agents that capture stdout — a perfect adversarial test surface for agent robustness work.
> Future versions of jqwik (or other libraries) may add similar probes — having Claude Code's detection-and-flag behaviour documented as a known-good response would help maintain consistency.
>
> Useful canary for evaluation: this is a real, reproducible, externally-validated prompt-injection sample. If your eval suite doesn't already include it, it might be a useful addition.
> [...]
> Thanks for the great work on Claude Code.
Very interesting, per the posting above, to enable agent harnesses to use this as a repeatable real-world test of their prompt-injection guardrails moving forward!
[1]: https://github.com/anthropics/claude-code/issues/62741
[2]: https://arstechnica.com/security/2026/05/fed-up-with-vibe...
