Hide This Security & Risk Analysis

wordpress.org/plugins/hide-this

This plugin provides a shortcode that lets you hide some parts of the content from your posts and pages.

3K active installs v1.1.3 PHP + WP 3.0+ Updated Feb 12, 2018
capabilitycontenthideroleuser
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Hide This Safe to Use in 2026?

Generally Safe

Score 85/100

Hide This has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 8yr ago
Risk Assessment

The "hide-this" plugin v1.1.3 presents a generally positive security posture based on the static analysis. The code demonstrates good development practices, with all SQL queries using prepared statements and all outputs being properly escaped. The absence of dangerous functions, file operations, and external HTTP requests further reduces the potential attack surface. Critically, there are no identified taint flows, suggesting that user input is not being mishandled in a way that could lead to code execution or data compromise. The plugin also has a clean vulnerability history with no recorded CVEs, indicating a history of stable and secure development.

However, a key area of concern is the lack of nonce checks. While the plugin has a capability check, the absence of nonce validation on its entry points (shortcodes in this case) could potentially leave it vulnerable to Cross-Site Request Forgery (CSRF) attacks if the shortcode's functionality could be leveraged by an attacker to perform unauthorized actions on behalf of a logged-in user. The attack surface itself is small and all entry points appear to have some form of protection (capability check), which is a strength. Nonetheless, the missing nonce checks represent a specific, albeit potentially minor depending on the shortcode's function, risk that should be addressed.

Key Concerns

  • Missing nonce checks on shortcodes
Vulnerabilities
None known

Hide This Security Vulnerabilities

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

Hide This Code Analysis

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

Hide This Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[hide] hide-this-loader.class.php:14
[hidethis] hide-this-loader.class.php:16
Maintenance & Trust

Hide This Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedFeb 12, 2018
PHP min version
Downloads49K

Community Trust

Rating100/100
Number of ratings49
Active installs3K
Developer Profile

Hide This Developer Profile

Andrés Villarreal

4 plugins · 3K total installs

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

How We Detect Hide This

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
[hide][/hide][hidethis][/hidethis]
FAQ

Frequently Asked Questions about Hide This