| name | plugin-audit |
| description | List installed plugins, classify (essential / safe / risky / abandoned), surface ones with known CVEs. Use monthly per site, or after every WP migration. |
Plugin audit
Most WP sites have plugins that haven't been touched in years. Audit finds the risk.
Steps
- List plugins (WP-CLI
plugin list --status=active or Rocket.net MCP)
- Per plugin: name, version installed, latest available, last update date, author
- Classify:
- Essential: actively used + actively maintained
- Safe: not actively used but maintained and clean
- Risky: known CVE OR > 1 year since last update
- Abandoned: > 2 years since last update OR removed from repo
- Cross-check against the WPVulnDB / Patchstack feed
- Surface findings to
wiki/properties/websites/<domain>/plugin-audit-<date>.md
Report shape
---
kind: plugin-audit
domain: <domain>
audited_on: <date>
total: <n>
essential: <n>
safe: <n>
risky: <n>
abandoned: <n>
---
[Per-plugin: name, version, vulnerability, suggested action]
[Per-plugin: name, last update, suggested replacement]
1. Update [list] (low risk)
2. Replace [list] (need alternative)
3. Remove if unused [list]