Skip to content

a8cteam51/claude-code-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automattic Special Projects Claude Code Plugins

Claude Code plugins built by Automattic's Special Projects team for WordPress development, security, and client work.

plugin-review

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_TOKEN environment 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-review

Install the Marketplace

Add this marketplace to Claude Code:

/plugin marketplace add a8cteam51/claude-code-plugins

License

MIT License - see LICENSE file for details.

About

Claude Code plugins by Automattic's Special Projects team for WordPress development, security, and partner work.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages