Show Star Sign Widget Security & Risk Analysis

wordpress.org/plugins/show-star-sign-widget

A sidebar widget to display a star sign - yours, or the current sign.

10 active installs v1.0.1 PHP + WP 3.0.1+ Updated Dec 14, 2013
currentdailysignstarwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Show Star Sign Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Show Star Sign Widget has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 12yr ago
Risk Assessment

The 'show-star-sign-widget' plugin version 1.0.1 exhibits a mixed security posture. On the positive side, the plugin has a remarkably small attack surface with no AJAX handlers, REST API routes, shortcodes, or cron events identified as entry points. Furthermore, all SQL queries are properly prepared, indicating good database security practices. The absence of known historical vulnerabilities, including critical or high severity ones, is also a positive sign, suggesting a history of relative security.

However, significant concerns are present within the static code analysis. The use of the `create_function` is a critical red flag, as it is deprecated and can lead to security vulnerabilities if not handled with extreme care, especially when processing user-supplied input. More concerning is the low percentage of properly escaped output (10%), which points to a high risk of Cross-Site Scripting (XSS) vulnerabilities. The complete lack of nonce checks and capability checks, coupled with no recorded taint flows, might be a consequence of the limited attack surface or a potential oversight where security checks were not implemented because no direct input vectors were identified during analysis.

In conclusion, while the plugin's attack surface and historical vulnerability record are strengths, the presence of `create_function` and particularly the widespread unescaped output are serious weaknesses that expose users to significant security risks, primarily XSS. A thorough audit of all output operations is strongly recommended.

Key Concerns

  • Use of deprecated and dangerous create_function
  • Low percentage of properly escaped output (10%)
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Show Star Sign Widget Security Vulnerabilities

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

Show Star Sign Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'register_widget("Show_Star_Sign_Widget");' ) );show_star_sign.php:453

Output Escaping

10% escaped61 total outputs
Attack Surface

Show Star Sign Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initshow_star_sign.php:453
Maintenance & Trust

Show Star Sign Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.8.0
Last updatedDec 14, 2013
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

Show Star Sign Widget Developer Profile

DuncanMarshall

2 plugins · 20 total installs

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

How We Detect Show Star Sign Widget

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

Asset Fingerprints

Version Parameters
show-star-sign-widget/show_star_sign.css?ver=show-star-sign-widget/show_star_sign.js?ver=

HTML / DOM Fingerprints

Data Attributes
id="Show_Star_Sign_Widget"name="Show_Star_Sign_Widget"id="show-star-sign-widget-admin"id="show-star-sign-widget-frontend"name="show-star-sign-widget-admin"name="show-star-sign-widget-frontend"+12 more
Shortcode Output
[show_star_sign]
FAQ

Frequently Asked Questions about Show Star Sign Widget