WP Revealer Plugin Security & Risk Analysis

wordpress.org/plugins/wp-revealer

WP Revealer is a WordPress content display plugin that hides content and displays it at a specific time.

10 active installs v1.1 PHP + WP 4.7+ Updated Jul 7, 2020
buy-now-buttoncall-to-actiondisplay-contenthide-contentryan-deiss-magic-button
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Revealer Plugin Safe to Use in 2026?

Generally Safe

Score 85/100

WP Revealer Plugin has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5yr ago
Risk Assessment

The "wp-revealer" v1.1 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, reliance on prepared statements for all SQL queries, and proper output escaping are excellent indicators of good coding practices. Furthermore, the lack of file operations, external HTTP requests, and any recorded vulnerabilities in its history suggest a well-maintained and secure plugin. The limited attack surface, consisting of a single shortcode with no apparent authentication checks, is a positive aspect, as it minimizes potential entry points for attackers.

However, the analysis does reveal some areas for concern. The lack of nonce checks and capability checks on the identified shortcode is a significant oversight. This means that potentially any user, regardless of their role or permissions, could trigger the functionality associated with this shortcode, leaving it vulnerable to cross-site request forgery (CSRF) or unauthorized execution of its intended actions. While the taint analysis shows no immediate critical or high severity issues, the absence of taint flow analysis might be due to limitations in the tooling or the plugin's simplicity, rather than a guarantee of absolute safety. The plugin's vulnerability history being entirely empty could indicate good security or simply a lack of widespread testing and discovery, especially for less popular plugins.

In conclusion, while "wp-revealer" v1.1 benefits from robust data handling and output sanitization, the absence of authentication and authorization checks on its shortcode presents a clear security risk. This weakness, coupled with the possibility of undiscovered vulnerabilities due to its limited history, means the plugin cannot be considered entirely risk-free. Addressing the missing nonce and capability checks would significantly improve its security.

Key Concerns

  • Shortcode without nonce/capability checks
Vulnerabilities
None known

WP Revealer Plugin Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

WP Revealer Plugin Release Timeline

v1.0
Code Analysis
Analyzed Apr 16, 2026

WP Revealer Plugin Code Analysis

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

Output Escaping

100% escaped2 total outputs
Attack Surface

WP Revealer Plugin Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[reveal-after-delay] wp-revealer.php:27
WordPress Hooks 1
actioninitwp-revealer.php:28
Maintenance & Trust

WP Revealer Plugin Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedJul 7, 2020
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

WP Revealer Plugin Developer Profile

Plugin Results

2 plugins · 10 total installs

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

How We Detect WP Revealer Plugin

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-revealer/js/content_revealer.js
Script Paths
wp-content/plugins/wp-revealer/js/content_revealer.js

HTML / DOM Fingerprints

CSS Classes
reveal
Data Attributes
relstyle
Shortcode Output
<div id='' class='reveal' rel='' style='display:none' ></div>
FAQ

Frequently Asked Questions about WP Revealer Plugin