WoPo Web Screensaver Security & Risk Analysis

wordpress.org/plugins/wopo-web-screensaver

Web based screensaver for website

0 active installs v1.0.0 PHP 7.1+ WP 5.2+ Updated Aug 4, 2021
3d-pipesscreensaverweb-screensaverwopo-screensaverwopo-web-screensaver
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WoPo Web Screensaver Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 4yr ago
Risk Assessment

The "wopo-web-screensaver" v1.0.0 plugin exhibits a generally positive security posture based on the provided static analysis. The code demonstrates good practices by utilizing prepared statements for all SQL queries and ensuring all identified outputs are properly escaped, which mitigates risks of SQL injection and cross-site scripting (XSS) respectively. The absence of dangerous functions, file operations, and external HTTP requests further contributes to a reduced attack surface. Furthermore, the plugin has no recorded vulnerabilities or CVEs, indicating a potentially stable and secure codebase.

However, a significant concern arises from the complete lack of nonce checks and capability checks. While the current entry points (one shortcode) do not appear to have direct authentication checks in the static analysis, the absence of nonces leaves these shortcodes, and any future additions, vulnerable to CSRF (Cross-Site Request Forgery) attacks if they perform any sensitive actions. The lack of capability checks means that any user, regardless of their role or permissions, could potentially interact with the shortcode's functionality, which could be a security risk depending on what the shortcode actually does. The taint analysis showing zero flows is also noteworthy but could be due to the limited scope of analysis or a very simple plugin; it doesn't inherently guarantee complete safety.

In conclusion, the plugin is strong in its handling of data manipulation (SQL, output) and avoids common risky functionalities. The primary weakness lies in the fundamental security checks (nonces, capabilities) that are essential for protecting against common web vulnerabilities, even with a small attack surface. Future development should prioritize implementing these checks to bolster its security.

Key Concerns

  • Missing Nonce Checks
  • Missing Capability Checks
Vulnerabilities
None known

WoPo Web Screensaver Security Vulnerabilities

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

WoPo Web Screensaver Code Analysis

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

Output Escaping

100% escaped1 total outputs
Attack Surface

WoPo Web Screensaver Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[wopo-web-screensaver] wopo-web-screensaver.php:37
WordPress Hooks 1
actionwp_enqueue_scriptswopo-web-screensaver.php:21
Maintenance & Trust

WoPo Web Screensaver Maintenance & Trust

Maintenance Signals

WordPress version tested5.8.13
Last updatedAug 4, 2021
PHP min version7.1
Downloads761

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

WoPo Web Screensaver Developer Profile

WoPo Web

10 plugins · 280 total installs

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

How We Detect WoPo Web Screensaver

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wopo-web-screensaver/assets/css/main.css/wp-content/plugins/wopo-web-screensaver/assets/js/main.js
Script Paths
/wp-content/plugins/wopo-web-screensaver/assets/js/main.js
Version Parameters
wopo-web-screensaver/assets/css/main.css?ver=wopo-web-screensaver/assets/js/main.js?ver=

HTML / DOM Fingerprints

CSS Classes
wopo_web_screensaver_windowwopo_web_screensaver_overlay
Data Attributes
id="wopo_web_screensaver_window"id="wopo_web_screensaver"id="wopo_web_screensaver_overlay"
JS Globals
wopo_web_screensaver
Shortcode Output
<div id="wopo_web_screensaver_window"> <iframe id="wopo_web_screensaver"></iframe> <div id="wopo_web_screensaver_overlay"></div> </div>
FAQ

Frequently Asked Questions about WoPo Web Screensaver