Wp Js Detect Security & Risk Analysis

wordpress.org/plugins/wp-js-detect

This plugin is used to display a notification message if the browser's Javascript is disabled. Travis CI

20 active installs v1.0.9 PHP + WP 3.5+ Updated Apr 24, 2014
disabled-javascriptdisabled-javascript-notificationdisabled-jsjavascriptjs
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Wp Js Detect Safe to Use in 2026?

Generally Safe

Score 85/100

Wp Js Detect has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 11yr ago
Risk Assessment

The "wp-js-detect" plugin version 1.0.9 presents a generally strong security posture based on the provided static analysis. There are no reported vulnerabilities (CVEs) and the code does not appear to utilize dangerous functions, perform file operations, or make external HTTP requests. Importantly, all SQL queries are prepared statements, which is a significant security best practice. The attack surface is also remarkably small, with zero identified entry points, suggesting a well-contained plugin.

However, there are notable concerns. The most significant is the complete lack of output escaping, with 100% of outputs not being properly escaped. This creates a high risk of Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected and executed within the WordPress admin or frontend if the plugin's output is ever displayed to users. Additionally, the taint analysis identified two flows with unsanitized paths, which, while not classified as critical or high severity, warrant investigation as they represent potential avenues for unintended data handling or manipulation.

The absence of any recorded vulnerability history, while positive, is also a neutral factor given the current findings. The lack of capability checks and nonce checks on any potential (though currently non-existent) entry points means that if the attack surface were to expand in future versions, there would be no built-in protections against unauthorized access or execution. Overall, while the plugin exhibits good practices in areas like SQL and a minimal attack surface, the critical flaw in output escaping poses a substantial risk.

Key Concerns

  • All outputs unescaped
  • Taint flows with unsanitized paths (x2)
  • No capability checks
  • No nonce checks
Vulnerabilities
None known

Wp Js Detect Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Wp Js Detect Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
9
0 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

0% escaped9 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
plugin_settings (wp-js-detect.php:187)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Wp Js Detect Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionwp_headwp-js-detect.php:63
actionadmin_menuwp-js-detect.php:64
actionwp_footerwp-js-detect.php:72
actionwp_footerwp-js-detect.php:73
actionplugin_wp_js_detect_csswp-js-detect.php:74
actionplugins_loadedwp-js-detect.php:76
Maintenance & Trust

Wp Js Detect Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedApr 24, 2014
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs20
Developer Profile

Wp Js Detect Developer Profile

kuflievskiy

1 plugin · 20 total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Wp Js Detect

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-js-detect/css/dynamic.css.php

HTML / DOM Fingerprints

CSS Classes
jsDisabled
FAQ

Frequently Asked Questions about Wp Js Detect