registry  /  mcp-wordpress  /  3.3.16

mcp-wordpress@3.3.16

Comprehensive Model Context Protocol server for WordPress management with composition-based architecture, 59 tools, SEO toolkit, performance monitoring, intelligent caching, and production-ready authentication

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 21 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 245 file(s), 2.20 MB of source, external domains: api.example.com, api.github.com, demo.wordpress.com, developer.wordpress.org, developers.google.com, example.com, github.com, img.shields.io, opensource.org, schema.org, secure.gravatar.com

Source & flagged code

13 flagged · loading source
dist/security/SecurityReviewer.jsView file
26patternName = generic_password severity = medium line = 26 matchedText = vulnerab...";`,
Medium
Secret Pattern

Package contains a possible secret pattern.

dist/security/SecurityReviewer.jsView on unpkg · L26
444if (/eval\s*\(/g.test(content)) L445: negative.push("Uses dangerous eval() function"); L446: if (/innerHTML.*\+/g.test(content))
Low
Eval

Package source references a known benign dynamic code generation pattern.

dist/security/SecurityReviewer.jsView on unpkg · L444
bin/mcp-wordpress.jsView file
11const mainModule = path.join(__dirname, "..", "dist", "index.js"); L12: import(mainModule);
Medium
Dynamic Require

Package source references dynamic require/import behavior.

bin/mcp-wordpress.jsView on unpkg · L11
dist/cache/HttpCacheWrapper.jsView file
44return { L45: data: cachedEntry.value.data, L46: status: 200,
Low
Weak Crypto

Package source references weak cryptographic algorithms.

dist/cache/HttpCacheWrapper.jsView on unpkg · L44
dist/client/api.d.tsView file
35patternName = generic_password severity = medium line = 35 matchedText = * pa...xxx'
Medium
Secret Pattern

Hardcoded password in dist/client/api.d.ts

dist/client/api.d.tsView on unpkg · L35
dist/client/api.jsView file
47patternName = generic_password severity = medium line = 47 matchedText = * pa...xxx'
Medium
Secret Pattern

Hardcoded password in dist/client/api.js

dist/client/api.jsView on unpkg · L47
docs/developer/RELEASE_PROCESS.mdView file
454patternName = generic_password severity = medium line = 454 matchedText = passwo...
Medium
Secret Pattern

Hardcoded password in docs/developer/RELEASE_PROCESS.md

docs/developer/RELEASE_PROCESS.mdView on unpkg · L454
docs/api/tools/wp_switch_auth_method.mdView file
54patternName = generic_password severity = medium line = 54 matchedText = wp_switc...lue"
Medium
Secret Pattern

Hardcoded password in docs/api/tools/wp_switch_auth_method.md

docs/api/tools/wp_switch_auth_method.mdView on unpkg · L54
docs/api/tools/wp_create_user.mdView file
57patternName = generic_password severity = medium line = 57 matchedText = wp_creat...lue"
Medium
Secret Pattern

Hardcoded password in docs/api/tools/wp_create_user.md

docs/api/tools/wp_create_user.mdView on unpkg · L57
docs/SECURITY.mdView file
275patternName = generic_password severity = medium line = 275 matchedText = const pa...rd";
Medium
Secret Pattern

Hardcoded password in docs/SECURITY.md

docs/SECURITY.mdView on unpkg · L275
276patternName = generic_password severity = medium line = 276 matchedText = const co..." };
Medium
Secret Pattern

Hardcoded password in docs/SECURITY.md

docs/SECURITY.mdView on unpkg · L276
src/security/SecurityReviewer.tsView file
88patternName = generic_password severity = medium line = 88 matchedText = vulnerab...";`,
Medium
Secret Pattern

Hardcoded password in src/security/SecurityReviewer.ts

src/security/SecurityReviewer.tsView on unpkg · L88
src/client/api.tsView file
92patternName = generic_password severity = medium line = 92 matchedText = * pa...xxx'
Medium
Secret Pattern

Hardcoded password in src/client/api.ts

src/client/api.tsView on unpkg · L92

Findings

14 Medium7 Low
MediumSecret Patterndist/security/SecurityReviewer.js
MediumDynamic Requirebin/mcp-wordpress.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumSecret Patterndist/client/api.d.ts
MediumSecret Patterndist/client/api.js
MediumSecret Patterndocs/developer/RELEASE_PROCESS.md
MediumSecret Patterndocs/api/tools/wp_switch_auth_method.md
MediumSecret Patterndocs/api/tools/wp_create_user.md
MediumSecret Patterndocs/SECURITY.md
MediumSecret Patterndocs/SECURITY.md
MediumSecret Patternsrc/security/SecurityReviewer.ts
MediumSecret Patternsrc/client/api.ts
LowNon Install Lifecycle Scripts
LowScripts Present
LowEvaldist/security/SecurityReviewer.js
LowWeak Cryptodist/cache/HttpCacheWrapper.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings