Timed content show or hide Security & Risk Analysis

wordpress.org/plugins/timed-content-show-or-hide

This plugin show or hide the content after a specified time.

10 active installs v1.0 PHP + WP 3.0+ Updated Nov 20, 2015
contentpagepostshortcodeuser
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Timed content show or hide Safe to Use in 2026?

Generally Safe

Score 85/100

Timed content show or hide has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 10yr ago
Risk Assessment

The "timed-content-show-or-hide" v1.0 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries and has no recorded vulnerabilities, suggesting a generally well-developed and secure codebase to date. The plugin also has a minimal attack surface with only one shortcode entry point and no AJAX handlers, REST API routes, or cron events that would typically increase exposure.

However, a significant concern arises from the complete lack of output escaping. With two total outputs analyzed and 0% properly escaped, this presents a clear risk of Cross-Site Scripting (XSS) vulnerabilities. Any dynamic content rendered by this plugin, even if originating from seemingly safe sources, could be maliciously manipulated to inject arbitrary scripts into the user's browser. Additionally, the absence of nonce checks and capability checks on its single entry point (the shortcode) means that any user, regardless of their role or permissions, could potentially interact with or trigger the plugin's functionality, though the limited attack surface mitigates the immediate impact.

While the plugin's history is clean, this does not negate the present risks identified in the static analysis. The lack of output escaping is a critical weakness that needs immediate attention. In conclusion, while the plugin is built on a foundation of secure coding for database interactions and has no known historical exploits, the unescaped output represents a significant and actionable security flaw that lowers its overall security rating.

Key Concerns

  • Output escaping is not implemented
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Timed content show or hide Security Vulnerabilities

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

Timed content show or hide Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface

Timed content show or hide Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[timed-content] timed content show or hide.php:21
Maintenance & Trust

Timed content show or hide Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedNov 20, 2015
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Timed content show or hide Developer Profile

Tomek

10 plugins · 220 total installs

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

How We Detect Timed content show or hide

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
id="timed-content"
JS Globals
hideItshowIt
Shortcode Output
<div id="timed-content"<script type="text/javascript">function hideIt()<script type="text/javascript">function showIt()
FAQ

Frequently Asked Questions about Timed content show or hide