Claude Code plugins built by Automattic's Special Projects team for WordPress development, security, and client work.
Automated WordPress plugin security review and risk assessment. Point it at any plugin slug, wordpress.org URL, or local plugin directory and get a structured report with an approve/conditional/reject recommendation.
What's included:
- plugin-review skill - Full security review workflow: static analysis, vulnerability database checks, manual code review, and risk rating
What it checks:
- PHPCS with WordPress security sniffs
- Grep-based scanning for 29 vulnerability signatures (PHP + JS)
- WPScan vulnerability database (optional, requires free API key)
- NVD CVE database
- WordPress.org metadata (installs, ratings, reviews, support forum)
- GitHub repository signals
- Manual code review of AJAX handlers, REST routes, shortcodes, file uploads
Requirements:
- PHP, Composer, PHPCS (auto-detected by dependency checker)
WPSCAN_API_TOKENenvironment variable (optional, for WPScan lookups — get a free key at https://wpscan.com/register)
# Install plugin review
/plugin install plugin-review@a8cteam51-claude-code-plugins
# Review a plugin by slug
/plugin-review akismet
# Review a plugin by URL
/plugin-review https://wordpress.org/plugins/contact-form-7/
# Review the plugin in the current directory
/plugin-reviewAdd this marketplace to Claude Code:
/plugin marketplace add a8cteam51/claude-code-pluginsMIT License - see LICENSE file for details.