wp-playground
Audited by Runlayer on Feb 23, 2026
Malicious tool definition detected
Tool: SKILL.md Description: --- name: wp-playground description: "Use for WordPress Playground workflows: fast disposable WP instances in the browser or locally via @wp-playground/cli (server, run-blueprint, build-snapshot), auto-mounting plugins/themes, switching WP/PHP versions, blueprints, and debugging (Xdebug)." compatibility: "Targets WordPress 6.9+ (PHP 7.2.24+). Playground CLI requires Node.js 20.18+; runs WP in WebAssembly with SQLite." --- # WordPress Playground ## When to use - Spin u
Malicious tool definition detected
### Minimal example ```json { "$schema": "https://playground.wordpress.net/blueprint-schema.json", "steps": [ { "step": "installTheme", "themeZipUrl": "https://downloads.wordpress.org/theme/twentytwentythree.zip" }, { "step": "installPlugin", "pluginZipUrl": "https://downloads.wordpress.org/plugin/classic-editor.zip" } ] } ``` ### Common steps (non-exhaustive) - `setSiteUrl`, `setHomeUrl`
Malicious tool definition detected
> Latest version: 3.0.20 (November 2025) ### What's new in 2025 - **PHP 8.3 is now the default** (since July 2025).
Malicious tool definition detected
Tool: references/debugging.md Description: ## Debugging WordPress Playground - Start CLI with Xdebug: `server --auto-mount --xdebug` (or `--enable-xdebug` depending on release).