SHIELD-X is a shared-hosting-first WordPress security plugin. It is designed for site owners who need practical local protection without installing server daemons or requiring command-line access.
Current features include:
disable_functions guidance.SHIELD-X does not send visitor profiler records, WAF logs, scanner findings, database backups, restore points, or site recovery tokens to SHIELD-X.
Some optional scanner features can contact third-party services selected or triggered by a site administrator:
https://www.wpvulnerability.net/core/{version}/, https://www.wpvulnerability.net/plugin/{slug}/, https://www.wpvulnerability.net/theme/{slug}/, and software endpoints such as https://www.wpvulnerability.net/php/{version}/, https://www.wpvulnerability.net/apache/{version}/, or https://www.wpvulnerability.net/mysql/{version}/ when SHIELD-X can detect those local versions. These requests include the installed WordPress version, installed plugin/theme slugs, and detected runtime component versions in the URL path so SHIELD-X can fetch matching advisory records. No visitor logs, WAF events, database backups, restore points, or recovery tokens are sent. Service information: https://www.wpvulnerability.com/. Privacy information: https://www.wpvulnerability.com/privacy/.https://xerotact.com. The exact request data is listed in the Privacy section below. Service information: https://wckeymanager.com/docs/licensing-api/. Xerotact terms: https://xerotact.com/terms/. Xerotact privacy policy: https://xerotact.com/privacy/.https://oauth2.googleapis.com/ and https://www.googleapis.com/drive/v3/ with the drive.file scope. The exact request data is listed in the Privacy section below. Each administrator supplies their own Google Cloud OAuth client; SHIELD-X does not bundle shared credentials. Service information: https://developers.google.com/drive/api/guides/about-sdk. Privacy information: https://policies.google.com/privacy.cap-token to the configured endpoint /siteverify URL with the saved site secret. Challenge features are disabled by default. Cap project information and source: https://github.com/tiagozip/cap.The Vulnerability Scanner can be set to Local cache only to avoid live advisory feed requests.
SHIELD-X bundles the Cap.js browser widget for the optional Human Challenge feature so the challenge can run without loading JavaScript or CSS from a CDN. The bundled runtime file is assets/vendor/cap/cap.min.js, based on cap-widget 0.1.56 from https://github.com/tiagozip/cap. Readable upstream cap-widget source is included under assets/vendor/cap/cap-widget-src/ for reviewer verification. The upstream GitHub README says: “This project is licensed under the Apache-2.0 License, please see the LICENSE file for details.” SHIELD-X patches the browser bundle only to remove upstream CDN fallbacks; upstream attribution is preserved in the bundled JavaScript header, assets/vendor/cap/NOTICE.md, assets/vendor/cap/LICENSE-CAP-WIDGET.txt, and assets/vendor/cap/LICENSE-APACHE-2.0.txt.
SHIELD-X is licensed GPLv3-only because the bundled Apache-2.0 Cap.js component is GPLv3-compatible. The complete GNU GPL version 3 text is included in LICENSE.
Third-party notices for the bundled Cap.js and Iconoir material are included in THIRD_PARTY.txt; component-specific Cap.js notices remain under assets/vendor/cap/.
SHIELD-X stores security data locally in your WordPress database and private SHIELD-X storage. It prefers a SHIELDX_STORAGE_DIR path or an outside-webroot shield-x-storage directory and falls back to wp-content/uploads/.shield-x/ only when outside-webroot storage is unavailable.
By default, the optional User Profiler is disabled. If a site administrator enables it, SHIELD-X sets a first-party shieldx_visitor cookie and stores recent request metadata locally for security review. Stored metadata can include visitor identifier, IP address, country header when provided by a proxy or CDN, browser label, user agent, URL path, redacted query string, referrer, admin-surface flag, logged-in user ID, and visit time. The profiler retention period is 30 days. Anonymous public GET requests are sampled so busy front-end traffic does not write a row for every visit.
SHIELD-X registers with the WordPress personal-data export and erasure tools. Exports can include authenticated User Profiler activity, threat-resolution actions attributed to the user, and non-secret SHIELD-X user settings. Two-factor secrets and recovery-code hashes are never exported.
Erasure anonymizes User Profiler rows linked to the user, removes user attribution from resolved threat records, and deletes SHIELD-X user metadata including two-factor secrets and recovery-code hashes. Security audit logs are not changed by the eraser and remain subject to the site’s configured log-retention policy. WordPress reports that retained-data status during erasure.
SHIELD-X contacts the following services only when an administrator uses or enables the corresponding optional feature:
xerotact.com license API: activation, validation, and deactivation requests send the license action, activation code, this site’s instance URL, and a SHIELD-X/{version} user-agent. When an activation code is stored, SHIELD-X automatically re-checks its status at most once per day and once per admin session on SHIELD-X pages; these checks send the same data as a manual license check. It does not send visitor profiler records, WAF events, scanner findings, backup or restore-point contents, recovery tokens, or WordPress user data.oauth2.googleapis.com: Google Drive device authorization sends the administrator-configured OAuth client ID and requested drive.file scope. Completing device authorization sends the client ID, client secret, device code, and grant type; later token refreshes send the client ID, client secret, refresh token, and grant type.www.googleapis.com Google Drive API: SHIELD-X sends an OAuth access token plus the folder/file metadata needed to manage its own backup folder, including names, parent or file IDs, MIME type, and size. When an administrator enables remote backup or restore, it uploads or downloads the selected database-backup or restore-point archive contents. It does not send visitor profiler records, WAF events, scanner findings, license keys, recovery tokens, or unrelated WordPress user data.No executable code is loaded from vulnerability feeds. Feed data is parsed as JSON advisory metadata.
SHIELD-X requires PHP 7.4 or newer and WordPress 6.5 or newer. For full optional feature coverage, enable the PHP extensions normally present on supported WordPress hosts:
When an optional extension is missing, SHIELD-X shows the affected extension on the System page before enabling related features.
Automated coverage lives under tests/. Unit tests are in tests/unit/, integration checks are in tests/integration/, Playwright browser smoke checks are in tests/e2e/, and shared fixtures are in tests/fixtures/.
Before creating an SVN trunk, run docker compose run --rm composer test, docker compose run --rm composer phpcompat, docker compose run --rm composer phpstan, wp plugin-check xerotact-shield-x-security --slug=xerotact-shield-x-security --mode=new, and scripts/test-playwright.ps1 locally, then resolve every reported error and warning. The full release gate is scripts/submission-check.ps1, which runs PHPUnit, PHPCompatibilityWP, PHPStan WordPress, Plugin Check, Playwright admin smoke checks, package validation, and uninstall smoke checks.
.htaccess rules on hosts that do not support Apache directives. On Nginx or IIS, SHIELD-X can still run PHP-level protections, but server-level rules must be configured at the server or proxy layer.vendor/ or node_modules/ by default.