wp-dependency-security-audit
Installation
SKILL.md
WordPress dependency security audit
Inventory and rate third-party code that ships with a plugin/theme. Do not stop at Composer: WordPress products often copy minified JS or prefix PHP namespaces and remove the manifests that package-manager audit tools need.
Audit workflow
- Inventory every production dependency and record the evidence for its name, version, source, load path, and runtime context.
- Run available lockfile/package-manager audits without rewriting lockfiles.
- For each component, verify affected/fixed ranges against current primary upstream advisories and release notes.
- Trace the advisory's vulnerable API from plugin input to the exact call.
- Rate the plugin-specific reachability and impact separately from the upstream advisory's base severity.
- Recommend a compatible fixed version, containment, tests, and an SBOM/update process. State unknowns instead of converting them into “no vulnerability.”