WP Show On Mobile Security & Risk Analysis

wordpress.org/plugins/wp-show-on-mobile

Shows or hides content (text or shortcodes) on mobile or desktop user agents.

10 active installs v1.0.0 PHP + WP 3.6.0+ Updated Aug 5, 2016
desktophidemobileshowshow-on-mobile
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Show On Mobile Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The wp-show-on-mobile v1.0.0 plugin exhibits a generally positive security posture, adhering to several good coding practices. The static analysis indicates no dangerous functions, 100% of SQL queries use prepared statements, and all identified outputs are properly escaped. Notably, there are no external HTTP requests and no known vulnerabilities in its history. The limited attack surface, with only two shortcodes and no AJAX or REST API endpoints without authentication checks, further contributes to its security.

However, there are areas that warrant attention. The complete absence of nonce checks and capability checks on the identified entry points (shortcodes) represents a significant concern. While the attack surface is small, these checks are crucial for preventing unauthorized access or manipulation if the shortcodes are invoked in unexpected ways or by malicious actors. The single file operation also presents a potential, albeit unquantified, risk. The lack of any taint analysis results is also unusual and might indicate either limited analysis depth or that the plugin's functionality doesn't lend itself to such analysis; however, without further information, this is a neutral observation.

In conclusion, the plugin demonstrates a strong foundation in secure coding for SQL and output handling. The primary weakness lies in the lack of authorization mechanisms on its shortcode entry points. Addressing this would significantly bolster its security. The absence of historical vulnerabilities is a positive sign, but it should not lead to complacency, especially given the identified lack of access controls.

Key Concerns

  • Missing nonce checks on shortcodes
  • Missing capability checks on shortcodes
  • Presence of file operations without context
Vulnerabilities
None known

WP Show On Mobile Security Vulnerabilities

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

WP Show On Mobile Release Timeline

No version history available.
Code Analysis
Analyzed Mar 16, 2026

WP Show On Mobile Code Analysis

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

WP Show On Mobile Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[show_on_mobile] wp-show-on-mobile.php:32
[show_on_desktop] wp-show-on-mobile.php:33
Maintenance & Trust

WP Show On Mobile Maintenance & Trust

Maintenance Signals

WordPress version tested4.8.28
Last updatedAug 5, 2016
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Show On Mobile Developer Profile

Dogan Ucar

2 plugins · 210 total installs

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

How We Detect WP Show On Mobile

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
[show_on_mobile][/show_on_mobile][show_on_desktop][/show_on_desktop]
FAQ

Frequently Asked Questions about WP Show On Mobile