Web Page Speed Checker Security & Risk Analysis

wordpress.org/plugins/web-page-speed-checker

Web Page Speed Checker is a plugin designed to control the Google Page Speed Score of your blog pages.

10 active installs v1.0.1 PHP + WP 2.8+ Updated Sep 22, 2011
googlepagespeedscoreseowpo
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Web Page Speed Checker Safe to Use in 2026?

Generally Safe

Score 85/100

Web Page Speed Checker has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 14yr ago
Risk Assessment

The web-page-speed-checker plugin v1.0.1 exhibits a concerning security posture despite a lack of recorded vulnerabilities. The static analysis reveals significant weaknesses, most notably the use of the `unserialize` function, which is inherently risky when processing untrusted input. Furthermore, a very low percentage of outputs (4%) are properly escaped, indicating a high likelihood of cross-site scripting (XSS) vulnerabilities. The taint analysis showing all analyzed flows with unsanitized paths, while not classified as critical or high, is still a strong indicator of potential injection flaws if the plugin were to handle user-supplied data in certain ways. The complete absence of capability checks and nonce checks on what would be typical entry points like AJAX or REST API routes (though none are present in this version) suggests a lack of fundamental security best practices that could be exploited if such features were introduced or made accessible without proper controls. The plugin's vulnerability history is clean, which is a positive sign, but it doesn't negate the risks identified in the static and taint analysis. This indicates that while it might not have been exploited or discovered yet, the underlying code structure presents clear opportunities for attack vectors if input sanitization and output escaping are not robustly implemented for any future data handling.

Key Concerns

  • Use of unserialize function
  • Low percentage of properly escaped output
  • All analyzed flows have unsanitized paths
  • No capability checks
  • No nonce checks
Vulnerabilities
None known

Web Page Speed Checker Security Vulnerabilities

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

Web Page Speed Checker Code Analysis

Dangerous Functions
2
Raw SQL Queries
0
0 prepared
Unescaped Output
43
2 escaped
Nonce Checks
0
Capability Checks
0
File Operations
6
External Requests
1
Bundled Libraries
0

Dangerous Functions Found

unserializereturn unserialize($ret['data']);classes\google-api-php-client\src\cache\apiApcCache.php:79
unserialize$data = unserialize($data);classes\google-api-php-client\src\cache\apiFileCache.php:98

Output Escaping

4% escaped45 total outputs
Data Flows
5 unsanitized

Data Flow Analysis

5 flows5 with unsanitized paths
<index> (classes\google-api-php-client\examples\latitude\index.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Web Page Speed Checker Attack Surface

Entry Points0
Unprotected0
Maintenance & Trust

Web Page Speed Checker Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedSep 22, 2011
PHP min version
Downloads5K

Community Trust

Rating20/100
Number of ratings1
Active installs10
Developer Profile

Web Page Speed Checker Developer Profile

David Garcia

11 plugins · 90 total installs

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

How We Detect Web Page Speed Checker

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

Asset Fingerprints

Script Paths
/wp-content/plugins/web-page-speed-checker/js/script.js/wp-content/plugins/web-page-speed-checker/js/widget.js
Version Parameters
web-page-speed-checker/js/script.js?ver=web-page-speed-checker/js/widget.js?ver=

HTML / DOM Fingerprints

CSS Classes
sc-wps-widget-contentsc-wps-widget-score
Data Attributes
data-sc-wps-urldata-sc-wps-threshold
JS Globals
sc_wps_config
Shortcode Output
[web_page_speed_checker]
FAQ

Frequently Asked Questions about Web Page Speed Checker