Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

WP HealthKit

NPM · @WPHEALTHKIT/MCP-SERVER · 2 COMPONENTS · SCANNED AUG 15

Security audits for WordPress plugins and themes — 62 verification layers, fix plans and SBOMs.

+4 this week 74 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability88
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1327 tokens (~69/item across 19 items; 13 tools + 6 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @wphealthkit/mcp-server

# add to Claude Code
claude mcp add com-wphealthkit-mcp-server -- npx -y @wphealthkit/mcp-server
# add to Codex CLI
codex mcp add com-wphealthkit-mcp-server -- npx -y @wphealthkit/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-wphealthkit-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@wphealthkit/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-wphealthkit-mcp-server --command npx --arg -y --arg @wphealthkit/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  com-wphealthkit-mcp-server:
    command: "npx"
    args: ["-y", "@wphealthkit/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "com-wphealthkit-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@wphealthkit/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 15 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 11 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 8 Aug 26 +32
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: pass functional
  • 7 Aug 26 38

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 15 Aug 2026 · Analysed npm/@wphealthkit/mcp-server@0.6.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 95 packages
Packages resolved 95
Stale 30
Tree resolution Complete
MCP tools · 13 exposed · ~1,011 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
audit_plugin ~103

Trigger a security audit for a WordPress plugin by its wp.org slug. Optionally pass engines: ['performance'] for extended performance analysis (+1 token). Submits to the job queue and polls until complete (up to 20 minutes). Returns the full audit summary.

NameTypeReqDescription
enginesarrayOptional extra engines. ['performance'] adds performance analysis (+1 token).
slugstringyesThe wp.org plugin slug (e.g. 'contact-form-7')

No output schema declared.

No examples provided.

audit_plugin_zip ~117

Audit a WordPress plugin from a local ZIP file. Provide the absolute or relative path to the .zip file. Submits to the job queue and polls until complete (up to 20 minutes). Returns the full audit summary.

NameTypeReqDescription
enginesarrayOptional extra engines. ['performance'] adds server load, caching, and asset loading analysis (+1 token).
file_pathstringyesAbsolute or relative path to the plugin .zip file (e.g. './my-plugin.zip' or '/Users/me/plugins/my-plugin.zip')

No output schema declared.

No examples provided.

audit_plugins_bulk ~112

Audit all plugin ZIP files in a local directory. Submits in batches of 10 via the job queue, streams results as each audit completes, and prints a summary table. Useful for auditing an entire plugin suite at once.

NameTypeReqDescription
directorystringyesAbsolute path to a folder containing plugin .zip files
enginesarrayOptional extra engines. ['performance'] adds performance analysis (+1 token per plugin).
patternstringExtension filter in the form *.ext (default: '*.zip')

No output schema declared.

No examples provided.

check_plugin ~42

Look up a plugin's latest security grade, risk level, and findings count from the WP HealthKit directory.

NameTypeReqDescription
slugstringyesThe wp.org plugin slug

No output schema declared.

No examples provided.

flag_finding ~105

Flag a specific finding in an audit as a false positive. The report goes to the WP HealthKit team for review — confirmed patterns result in a scanner rule update preventing this finding in future audits.

NameTypeReqDescription
auditIdstringyesThe audit UUID
findingIdstringyesThe finding ID (e.g. 'finding-12')
findingTitlestringyesThe title of the finding
reasonstringWhy this finding is a false positive

No output schema declared.

No examples provided.

generate_sbom ~76

Generate a CycloneDX or SPDX Software Bill of Materials (SBOM) for a completed audit. Required for EU Cyber Resilience Act (CRA) compliance. Returns the SBOM JSON.

NameTypeReqDescription
auditIdstringyesUUID of the completed audit
formatstringSBOM format (default: cyclonedx)

No output schema declared.

No examples provided.

get_findings ~87

Get paginated findings from an audit, optionally filtered by severity or category.

NameTypeReqDescription
auditIdstringyesThe audit UUID
categorystringFilter by finding category
limitnumberMax results (default 50)
offsetnumberPagination offset
severitystringFilter: CRITICAL, HIGH, MEDIUM, or LOW

No output schema declared.

No examples provided.

get_fix_plan ~106

Get the full Fix Plan for an audit — every finding with impact, remediation guidance, test steps, confidence, and agent-safety flags. Premium-tier audits may include refactorPlan: systemic refactor plans that eliminate a whole class of bug in one coordinated change (do those first). JSON (default) or Markdown.

NameTypeReqDescription
auditIdstringyesThe audit UUID
formatstringOutput format: 'json' (default) or 'md' for Markdown

No output schema declared.

No examples provided.

get_fix_prompt ~36

Get AI-ready fix prompts for an audit's findings, batched by severity.

NameTypeReqDescription
auditIdstringyesThe audit UUID

No output schema declared.

No examples provided.

get_job_status ~63

Check the status of a queued or in-progress audit job. Returns status (queued/processing/complete/failed), queue position, progress, and the audit result when complete.

NameTypeReqDescription
jobIdstringyesThe job UUID returned by audit_plugin or audit_plugin_zip

No output schema declared.

No examples provided.

get_report ~45

Get the status and results of a completed audit by its audit ID. Use get_job_status to check a job's progress instead.

NameTypeReqDescription
auditIdstringyesThe audit UUID

No output schema declared.

No examples provided.

get_telemetry_stats ~96

Get aggregated telemetry statistics for a plugin — active installs, version distribution, WP/PHP version breakdown, locale spread, error rates, and daily trend. Requires that your API key is scoped to the plugin or you have a verified plugin claim.

NameTypeReqDescription
periodstringStats period (default: 30d)
slugstringyesThe WordPress plugin slug (e.g. 'my-plugin', 'woocommerce')

No output schema declared.

No examples provided.

list_usage ~23

Check your current usage — audits used this month, tier, and limits.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.