szepeviktor/wp-cli-plugin-vulnerability

WP-CLI command to check active plugin vulnerabilities via Wordfence Intelligence V3

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Type:wp-cli-package

pkg:composer/szepeviktor/wp-cli-plugin-vulnerability

v1.1.1 2026-02-22 11:19 UTC

This package is auto-updated.

Last update: 2026-02-22 11:20:33 UTC


README

WP-CLI command to check active WordPress plugins against the Wordfence Intelligence V3 vulnerability feed.

Requirements

  • WP-CLI
  • WordPress site context
  • WORDFENCE_API_KEY environment variable

Installation

wp package install https://github.com/szepeviktor/plugin-vulnerability.git

Usage

WORDFENCE_API_KEY="<your Wordfence v3 API key>" wp plugin vuln

Register a free account: https://www.wordfence.com/sign-in/?action=register

Notes

  • The command checks active plugins only.
  • It fails fast on feed/schema mismatches and unmatched active plugin slugs.