AI assistants are increasingly connected to WordPress sites — to triage comments, summarise form entries, or check orders. When that happens, the assistant reads your stored content directly.
Most of that content was written by people you have never met. Comments, contact form entries, profile biographies and product reviews are, by design, things strangers can write without an account and without review. None of it was written with an assistant in mind, and some of it may have been written specifically to steer one.
This plugin reads what is already stored on your site and tells you what an assistant would be handed.
Every comment, including the spam and trash queues nobody reviews. Every user profile. Every post, page and public custom post type.
Entries held by contact form, membership or e-commerce plugins in their own database tables are not read. Each of those stores its data differently, and guessing at their table layouts would mean either missing entries or reporting on the wrong rows.
display:none, zero font size, or positioned off-screen. Invisible when you review the comment; fully readable to an assistant.Every item is resolved to its author, and the author’s capabilities decide how carefully it is examined. An administrator’s own words are not scanned. A comment from someone with no account is always scanned.
That distinction is only possible from inside WordPress. Tools that sit between your site and an assistant see a block of text and have to guess.
Prompt injection is an unsolved problem and this plugin does not solve it.
These are pattern-based checks. They find techniques that are currently common and that a person reviewing content cannot see. They will miss things. A clean result means these checks found nothing — not that your site is safe.
The plugin reports; it does not protect. It does not block anything, does not change how your site behaves, and does not sit between an assistant and your data.
SELECT queries only. Nothing is modified, moderated or deleted.This scanner looks at content that is already stored. If you want content checked at the moment an assistant reads it, with provenance tagging and an audit trail, that is Lockgate, a separate commercial plugin from the same authors. This one works on its own and always will.