BACK TO DIRECTORY

Royal AI Firewall

by Royal Plugins

0.0
(0 ratings)

Every AI company is scraping WordPress sites to train models, feed AI search engines, and answer questions using your content — usually without your knowledge and rarely with a link back. Royal AI Firewall gives you agency at the WordPress layer: see every AI agent hitting your site, and decide who gets through with one-click per-bot policies.

Whether you want to allow AI search engines but block training crawlers, log everything for a month before deciding anything, or block every AI bot with one click — this plugin gives you the visibility and enforcement to make that choice.

This plugin gives you:

  • A live dashboard of which AI agents have visited your site in the last 24 hours
  • A per-bot dropdown to allow, block, or log-only any of 60+ recognized AI bots
  • A master “Block all AI bots” panic button on every dashboard load
  • A first-run setup wizard that detects your CDN (Cloudflare, Bunny CDN, Fastly, KeyCDN, Sucuri, StackPath, or Akamai) and, when it finds Cloudflare, tells you exactly which CF settings to dial down so this plugin can take over the AI-bot layer
  • Compatibility detection for GuardPress and other popular security plugins
  • A bundled bot fingerprint catalog that refreshes on every plugin update, with an optional opt-in to fetch fresher catalogs daily from fingerprints.royalplugins.com (see External Services below)

Free, Self-Hosted, Fully Featured

Royal AI Firewall is fully featured in its free, GPL-licensed release. There is no Pro version — every feature ships in the wp.org plugin, and updates go through the standard WordPress plugin updater.

Your data stays on your server. The plugin makes no outbound network calls by default. The bundled bot catalog ships with each plugin release and refreshes automatically when you update Royal AI Firewall, so customers who never opt in to live updates still get fresh bot definitions on every plugin update. If you want even fresher catalogs between releases, an optional toggle in Settings (and on the final wizard step) opts in to one HTTP GET per day to fingerprints.royalplugins.com. The plugin never sends your site’s traffic, customer data, IP addresses, or credentials to any third party regardless of toggle state.

AI Bots Recognized (69 as of v1.0.6)

The bundled catalog covers the major AI bot families. Each entry includes the bot’s owner, intended purpose, default policy, and the blocking consequences (for example, “blocking GPTBot may remove your site from ChatGPT search results”).

Training crawlers: GPTBot, ClaudeBot, anthropic-ai, Bytespider, TikTokSpider, FacebookBot, Meta-ExternalAgent, GoogleOther, GoogleOther-AI, Google-Extended, Google-CloudVertexBot, MistralBot, KimiBot, cohere-ai, cohere-training-data-crawler, ai2bot, ai2bot-dolma, Amazonbot, PetalBot

Retrieval bots (on-demand): ChatGPT-User, OAI-AdsBot, ClaudeBot-User, Claude-Web, claude-code, Perplexity-User, Kimi-User, YandexAdditionalBot, Meta-ExternalFetcher, facebookexternalhit, APIs-Google

AI search engines: OAI-SearchBot, PerplexityBot, Claude-SearchBot, Kimi-SearchBot, MistralAI-Index, YandexAdditional, meta-webindexer, Applebot-Extended, MicrosoftCopilotBot, DuckAssistBot, YouBot, PhindBot, iAsk, Komo, Liner, Brave Leo, Andi

Search engines (always-allow guarded): Googlebot, Googlebot-Image, Googlebot-Video, Googlebot-News, Google-InspectionTool, Bingbot, BingPreview, Applebot, DuckDuckBot

Other search engines: Baiduspider

Agent browsers (newer category): OperatorAgent, ChatGPT-Atlas, Claude-Computer-Use

Dataset scrapers: CCBot (Common Crawl), Diffbot, ImagesiftBot, Omgilibot, Timpibot

Other Google crawlers: Storebot-Google, Mediapartners-Google, AdsBot-Google, adidxbot

The Dashboard

Open the AI Firewall menu in your WordPress admin to see:

  • A hero metric — total AI bot hits in the last 24 hours and the number of distinct bots involved
  • A per-bot list with hit count, bandwidth used, and a one-click policy dropdown for each row
  • An MCP / Abilities API activity widget when an MCP server plugin (Royal MCP or any plugin implementing the WordPress Abilities API) is detected on your site
  • A Cloudflare visibility status card with an honest estimate of how many AI bots may have been filtered by Cloudflare at the edge before reaching WordPress
  • Click any bot row to expand a drill-down view: top URLs the bot hit, recent activity, and what blocking the bot would cost you

Per-Bot Policy Controls

Each recognized bot row has a dropdown with four options:

  • Use default policy — falls back to your global mode (Log only, Block training, or Block all)
  • Always allow — bot is allowed regardless of default mode
  • Log only — bot is allowed and recorded; never blocked
  • Block — bot receives a 403 response immediately, before WordPress runs any heavy work

Major search engines (Googlebot, Bingbot, Applebot, DuckDuckBot) are protected from accidental blocking. The per-bot dropdown is disabled for these bots, and the API rejects block requests for them unless you explicitly enable the “Search engine override” toggle in Settings — with a clear warning that blocking Googlebot removes your site from Google Search.

Cloudflare Compatibility

If your site is behind Cloudflare, the setup wizard’s Cloudflare screen tells you exactly which CF settings to turn off so this plugin can take over the AI-bot layer:

  • AI Audit set to “Allow”
  • AI Labyrinth OFF
  • Custom WAF rules blocking AI bots DELETE (the per-bot controls in this plugin replace them)
  • Security Level Medium or Low

And which CF settings to leave on (they don’t conflict):

  • DDoS protection
  • Managed WAF rules
  • SSL/TLS
  • Bot Fight Mode (basic tier)
  • Browser Integrity Check
  • Caching

The dashboard also detects Cloudflare on every admin page load (looking for cf-ray, cf-connecting-ip, or CDN-Loop: cloudflare headers) and shows a status card with the detection state. A persistent 24-hour state ensures the UI stays stable even when an occasional admin request doesn’t pass through CF.

Other CDN Compatibility

The setup wizard also recognizes 6 additional CDNs by their vendor-forwarded request headers: Bunny CDN, Fastly, KeyCDN, Sucuri, StackPath, and Akamai. Detection is header-sniff only — no outbound HTTP, no DNS lookups.

When any of these are detected, the wizard shows a compatibility note rather than a network-specific dial-down (Cloudflare remains the only CDN with a full walkthrough because its AI controls are the most common source of operator confusion). Royal AI Firewall sees AI bot traffic that reaches WordPress regardless of which CDN sits in front — if you have edge-side AI-bot rules configured on your CDN, consult its documentation, as the two layers can coexist.

Other Security Plugin Compatibility

The plugin auto-detects these plugins when they’re active and shows compatibility notes on the dashboard and Settings page:

  • Edge-firewall security plugins — their firewalls run before WordPress loads. AI bots they block at their layer won’t appear in this plugin’s dashboard, but the two layers don’t conflict.
  • WordPress-layer security plugins — coexist cleanly at the WordPress layer.
  • GuardPress (Royal Plugins) — first-party Royal Plugins integration.
  • Royal MCP (Royal Plugins) — when Royal MCP is detected, MCP tool invocations from connected AI agents appear in the MCP Activity widget on the dashboard.

WordPress Abilities API & MCP Server Integration

This plugin listens for the WordPress Abilities API hooks wp_before_execute_ability and wp_after_execute_ability (WP 6.9+) and logs every ability invocation regardless of which MCP server triggers it. If you have any MCP server plugin installed and an AI agent calls an ability, you’ll see it in the MCP Activity widget on the dashboard.

If Royal MCP 1.4.33 or later is installed, an additional first-party bridge captures every MCP tool call from that server with full tool name and result status.

Search Engine Guard

Major search engines are protected from accidental blocking by default. The dashboard dropdown is disabled for Googlebot, Bingbot, Applebot, and DuckDuckBot. The REST API endpoints reject block attempts on these bots with a 409 Conflict response unless the customer has explicitly enabled the “Search engine override” toggle in Settings. The override toggle includes a clear warning that blocking Googlebot removes the site from Google Search.

Telemetry and Data

Anonymous usage data is OFF by default. The plugin makes no outbound HTTP call for telemetry unless you explicitly opt in — via the setup wizard’s final step or the “Anonymous usage data” toggle in Settings.

If you opt in, once per week the plugin POSTs a small JSON payload to telemetry.royalplugins.com. The payload contains:

  • Plugin version
  • WordPress version
  • PHP version
  • An opaque one-way hash of your site URL — used only to count unique installs. The URL itself cannot be recovered from the hash (SHA-256 with a per-install random salt that never leaves your site).
  • Whether you have completed the setup wizard
  • How many per-bot policy overrides you have configured
  • A bucketed range for AI bot hits in the last 24 hours (e.g. “11–50”)

The following are NEVER sent, regardless of toggle state:

  • Your site URL or domain (only its salted hash)
  • Customer email addresses
  • Invocation log contents
  • Specific IP addresses
  • Specific bot identities
  • User-Agent strings of visitors

Data retention: raw payloads are retained for 90 days. Aggregated statistics are retained indefinitely. Per-site fingerprints are purged after 12 months of no reports. You can revoke consent at any time in Settings — the plugin unschedules the weekly cron immediately.

The other outbound HTTP call the plugin can make (also opt-in) is a single daily GET request to fingerprints.royalplugins.com for a fresher bot catalog when you enable “Keep catalog updated between releases.” That request body is empty and includes only the plugin version in the User-Agent header. See the “External Services” section below.

Log retention defaults to 7 days. The retention window is filterable via raif_log_retention_days for developers who need a different value.

How Activation Works

On activation the plugin:

  • Creates three custom database tables: raif_invocation_log, raif_daily_rollup, raif_bot_policy
  • Seeds safe default options (Log only mode; telemetry off; uninstall data-delete off; live catalog updates off)
  • Schedules two WP-Cron events (hourly rollup, daily log prune) — both run entirely inside your WordPress install with no network calls
  • Loads the bundled bot fingerprint catalog from the plugin zip
  • Redirects the activating admin to the 4-step setup wizard
  • The wizard is skippable from any step

No outbound HTTP calls are made until the customer explicitly opts in to live catalog updates on the wizard’s final screen or via Settings Bot fingerprint database. The plugin is fully functional without ever making a network call — the bundled catalog refreshes from the plugin zip on every plugin update.

On deactivation the plugin unschedules all WP-Cron events. Data is preserved by default so a re-activation continues where you left off. To remove all data on uninstall, check the “Delete all logs, tables, and options when the plugin is uninstalled” toggle in Settings Data before deactivating.

External Services

The plugin makes no outbound HTTP calls by default. The bot fingerprint catalog is bundled with the plugin zip and refreshes automatically on every plugin update — customers who never opt in still get fresh bot definitions through the normal WordPress plugin update channel.

If — and only if — the customer explicitly enables the “Keep catalog updated between releases” toggle (off by default, found on the final wizard step and in Settings Bot fingerprint database), the plugin will then make one HTTP GET per day to the service described below. No outbound HTTP call is made before that explicit opt-in.

Service: Royal AI Firewall Fingerprint Catalog (opt-in only)

  • Endpoint: https://fingerprints.royalplugins.com/v1/index.json
  • When it runs: Only when the customer enables the “Keep catalog updated between releases” toggle. Off by default.
  • Frequency: Once per day via WordPress cron (raif_fingerprint_update), scheduled at opt-in time and unscheduled if the customer disables the toggle.
  • Data sent: None. The request body is empty. Only the plugin version in the User-Agent header (e.g. royal-ai-firewall/X.Y.Z) and a standard If-None-Match cache validator. No site URL, no IP address, no customer information, no telemetry payload.
  • Data received: A JSON catalog of recognized AI bot fingerprints (bot names, owners, User-Agent patterns, recommended default policies). Approximately 37 KB.
  • Purpose: Keeps the plugin’s bot classifier current between plugin releases for customers who want fresher catalogs than the per-release refresh cadence provides.
  • How to disable: Untick the “Keep catalog updated between releases” toggle in Settings Bot fingerprint database. Developers can also use the raif_fingerprint_endpoint filter to point at an empty string, or set WP_HTTP_BLOCK_EXTERNAL in wp-config.php to block all external requests.
  • Privacy Policy: royalplugins.com/privacy/
  • Terms of Service: royalplugins.com/terms/

This is the only outbound request the plugin can ever make. There is no telemetry, license check, license activation, traffic beacon, analytics call, or any other call to Royal Plugins servers — even when the opt-in is enabled. Dashboard rendering, bot classification, policy decisions, and logging all run entirely inside your WordPress install.

Screenshots

Dashboard — hero metric of AI bot hits in the last 24 hours, per-bot list with dropdown controls, MCP Activity widget when applicable, and Cloudflare visibility status when Cloudflare is detected.

Dashboard — hero metric of AI bot hits in the last 24 hours, per-bot list with dropdown controls, MCP Activity widget when applicable, and Cloudflare visibility status when Cloudflare is detected.

Setup wizard, welcome step — one-screen summary of what the plugin does before the walkthrough starts.

Setup wizard, welcome step — one-screen summary of what the plugin does before the walkthrough starts.

Setup wizard, environment detection — the wizard reports which security plugins and MCP servers it found on the site and how it will coexist with each.

Setup wizard, environment detection — the wizard reports which security plugins and MCP servers it found on the site and how it will coexist with each.

Setup wizard, Cloudflare screen — step-by-step list of which Cloudflare settings to turn off so this plugin can take over the AI-bot layer.

Setup wizard, Cloudflare screen — step-by-step list of which Cloudflare settings to turn off so this plugin can take over the AI-bot layer.

Setup wizard, default policy — pick the global stance (Log only, Block training crawlers, or Block all) with a plain-language description of what each mode does.

Setup wizard, default policy — pick the global stance (Log only, Block training crawlers, or Block all) with a plain-language description of what each mode does.

Settings page — default policy, search engine override, Cloudflare detection diagnostic, security plugin compatibility, bot fingerprint database status, log retention, telemetry opt-in.

Settings page — default policy, search engine override, Cloudflare detection diagnostic, security plugin compatibility, bot fingerprint database status, log retention, telemetry opt-in.

Plugin Details

Active Installs
20
Total Downloads
752
Version
1.0.8
Requires WP
6.4
Requires PHP
8.0
Tested Up To
7.1
Added
2026-07-02
Last Updated
2026-09-09 2:54am GMT

Ratings

5
0
4
0
3
0
2
0
1
0