showTweets Security & Risk Analysis

wordpress.org/plugins/showtweets

Retrieve mulitple status updates from multiple Twitter accounts and display on your blog.

10 active installs v0.2 PHP + WP 2.9+ Updated Jan 21, 2010
statusstatusestwitter
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is showTweets Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 16yr ago
Risk Assessment

The "showtweets" v0.2 plugin exhibits a mixed security posture. On the positive side, it boasts a zero attack surface in terms of direct entry points like AJAX handlers, REST API routes, and shortcodes, and it has no known past vulnerabilities. Furthermore, all SQL queries are properly prepared, and there are no file operations or bundled libraries to consider. This indicates a diligent effort to avoid common plugin pitfalls.

However, significant concerns arise from the output escaping and taint analysis. The fact that 100% of the identified outputs are not properly escaped is a critical vulnerability. This means any data displayed to users, particularly if it originates from external sources or user input, could be manipulated to execute malicious scripts (XSS). Coupled with this, the taint analysis reveals two flows with unsanitized paths, indicating potential avenues for attackers to inject malicious code or manipulate data, even without a large attack surface. The presence of external HTTP requests, while not inherently problematic, warrants careful scrutiny in conjunction with the unescaped output and unsanitized taint flows.

In conclusion, while "showtweets" v0.2 excels in avoiding common entry points and SQL injection risks, the severe lack of output escaping and the presence of unsanitized taint flows represent a substantial security risk. The absence of known vulnerabilities is a positive indicator of development quality, but these identified code weaknesses require immediate attention to prevent potential XSS attacks and data manipulation.

Key Concerns

  • 0% of output properly escaped
  • 2 flows with unsanitized paths
  • 1 external HTTP request
Vulnerabilities
None known

showTweets Security Vulnerabilities

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

showTweets Release Timeline

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

showTweets Code Analysis

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

Output Escaping

0% escaped5 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
options_subpanel (showTweets.php:111)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

showTweets Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menushowTweets.php:205
Maintenance & Trust

showTweets Maintenance & Trust

Maintenance Signals

WordPress version tested2.9.2
Last updatedJan 21, 2010
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

showTweets Developer Profile

SharkBait

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 showTweets

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
wrapform-table
Data Attributes
id="usernames"id="count"id="convert"
FAQ

Frequently Asked Questions about showTweets