Horoscope Feeder Security & Risk Analysis

wordpress.org/plugins/horoscope-feeder

Horoscope Feeder is a plugin that displays your horoscope for the day, which after installation, you can use the widget or shortcode.

10 active installs v1.0.1 PHP + WP 3.3+ Updated Jun 28, 2013
daily-horoscopehoroscophoroscop-zilnichoroscope
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Horoscope Feeder Safe to Use in 2026?

Generally Safe

Score 85/100

Horoscope Feeder 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 horoscope-feeder plugin v1.0.1 presents a mixed security posture. On the positive side, it exhibits strong adherence to secure coding practices regarding SQL queries, utilizing prepared statements exclusively. The absence of external HTTP requests and file operations further reduces its attack surface. However, several areas raise concerns. The use of the `create_function` is a significant red flag, as it can be leveraged for code injection if not handled with extreme care, though its current usage in this plugin doesn't appear to be directly exposed to user input based on the static analysis. More importantly, a considerable portion of output (47%) is not properly escaped, leaving it vulnerable to Cross-Site Scripting (XSS) attacks if any of the data displayed originates from user input or untrusted sources. The plugin also completely lacks nonce checks and capability checks, meaning that its single shortcode entry point, and any potential future additions, are not protected against CSRF or unauthorized access.

Key Concerns

  • Use of create_function
  • Significant amount of unescaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Horoscope Feeder Security Vulnerabilities

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

Horoscope Feeder Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
16
18 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('', 'return register_widget("HoroscopWidget");') );horoscop-widget.php:43

Output Escaping

53% escaped34 total outputs
Attack Surface

Horoscope Feeder Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[horoscope-feeder] horoscop-feeder.php:75
WordPress Hooks 8
actioninithoroscop-feeder.php:62
actionadmin_menuhoroscop-feeder.php:77
actionadmin_inithoroscop-feeder.php:78
actionadmin_enqueue_scriptshoroscop-feeder.php:82
actionhoroscop_actionhoroscop-feeder.php:83
filterhoroscop_filterhoroscop-feeder.php:84
filterwp_feed_cache_transient_lifetimehoroscop-feeder.php:768
actionwidgets_inithoroscop-widget.php:43
Maintenance & Trust

Horoscope Feeder Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedJun 28, 2013
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Horoscope Feeder Developer Profile

Tamas Romeo

1 plugin · 10 total installs

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

How We Detect Horoscope Feeder

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/horoscope-feeder/css/style.css/wp-content/plugins/horoscope-feeder/js/scripts.js/wp-content/plugins/horoscope-feeder/css/colorpicker.css
Script Paths
/wp-content/plugins/horoscope-feeder/js/scripts.js
Version Parameters
horoscope-feeder/css/style.css?ver=horoscope-feeder/js/scripts.js?ver=

HTML / DOM Fingerprints

CSS Classes
horoscope-feeder-widget
Data Attributes
data-aligndata-widthdata-countdata-show-datedata-show-descdata-show-author+15 more
JS Globals
window.horoscope_scripts
Shortcode Output
[horoscope-feeder]
FAQ

Frequently Asked Questions about Horoscope Feeder