Cudazi Latest Tweets Security & Risk Analysis

wordpress.org/plugins/cudazi-latest-tweets

A clean, easy way to display a latest tweets widget on your WordPress powered site.

10 active installs v0.1 PHP + WP 3.2+ Updated Jan 18, 2012
tweettwitterwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Cudazi Latest Tweets Safe to Use in 2026?

Generally Safe

Score 85/100

Cudazi Latest Tweets has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 14yr ago
Risk Assessment

The "cudazi-latest-tweets" plugin version 0.1 presents a mixed security posture. On the positive side, it demonstrates a lack of external dependencies, file operations, and external HTTP requests, which generally reduces the attack surface. Furthermore, all SQL queries are properly prepared, a strong indicator of secure database interaction. The vulnerability history is also clean, with no recorded CVEs, suggesting a potentially well-maintained or historically unremarkable security profile.

However, significant concerns arise from the static code analysis. The presence of the `create_function` construct, a deprecated and often insecure PHP function, is a critical red flag. Additionally, a substantial portion of output is not properly escaped (87%), indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities where user-supplied data is displayed without proper sanitization. The complete absence of nonce checks and capability checks across all entry points (though the entry points themselves are zero in number) means that if any were to be introduced or discovered, they would be unprotected.

While the plugin has no recorded vulnerabilities, this could be due to its limited functionality, age, or simply lack of discovery. The existing code signals, particularly the unescaped output and the use of `create_function`, present immediate and actionable security risks that outweigh the absence of known historical issues or a zero attack surface in its current state.

Key Concerns

  • Dangerous function create_function used
  • High percentage of unescaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Cudazi Latest Tweets Security Vulnerabilities

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

Cudazi Latest Tweets Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
20
3 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("Cudazi_Latest_Tweets");' ) );plugin.php:204

Output Escaping

13% escaped23 total outputs
Attack Surface

Cudazi Latest Tweets Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initplugin.php:204
Maintenance & Trust

Cudazi Latest Tweets Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedJan 18, 2012
PHP min version
Downloads4K

Community Trust

Rating20/100
Number of ratings1
Active installs10
Developer Profile

Cudazi Latest Tweets Developer Profile

Cudazi

2 plugins · 610 total installs

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

How We Detect Cudazi Latest Tweets

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/cudazi-latest-tweets/js/widget.js/wp-content/plugins/cudazi-latest-tweets/css/widget.css
Script Paths
/wp-content/plugins/cudazi-latest-tweets/js/widget.js
Version Parameters
cudazi-latest-tweets/js/widget.js?ver=cudazi-latest-tweets/css/widget.css?ver=

HTML / DOM Fingerprints

CSS Classes
cudazi-latest-tweets
JS Globals
jQuery
Shortcode Output
<div id='cudazi-latest-tweets'><div id='cudazi-latest-tweets-tweets'></div>
FAQ

Frequently Asked Questions about Cudazi Latest Tweets