Twitter Hash Tag Shortcode Security & Risk Analysis

wordpress.org/plugins/twitter-hash-tag-shortcode

Displaying the most recent twitter status updates for a particular hash tag in your posts/pages using shortcode.

20 active installs v0.6.2 PHP + WP 2.9.2+ Updated Dec 11, 2016
tweets-hashtagtwitter-hashtagtwitter-shortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Twitter Hash Tag Shortcode Safe to Use in 2026?

Generally Safe

Score 85/100

Twitter Hash Tag Shortcode 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 "twitter-hash-tag-shortcode" v0.6.2 plugin exhibits a generally good security posture, with no known vulnerabilities in its history and a limited attack surface. The static analysis shows a complete absence of dangerous functions, SQL queries are exclusively handled by prepared statements, and there are no file operations or external HTTP requests flagged as malicious by taint analysis. The plugin also avoids bundling external libraries, which can be a source of outdated and vulnerable code. However, there are areas for improvement. A significant concern is the low rate of proper output escaping, with only 46% of outputs being safely handled. This could lead to Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is not adequately sanitized before being displayed. Furthermore, the complete lack of nonce checks and capability checks on the identified entry point (a shortcode) is a notable weakness. While there are no AJAX handlers or REST API routes without checks, the shortcode itself represents an unprotected entry point that could potentially be exploited, especially if it interacts with user-controlled data. In conclusion, while the plugin's foundation is solid due to its avoidance of critical issues like raw SQL and dangerous functions, the insufficient output escaping and absence of authorization checks on its sole entry point present a tangible risk that should be addressed.

Key Concerns

  • Low output escaping percentage
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Twitter Hash Tag Shortcode Security Vulnerabilities

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

Twitter Hash Tag Shortcode Release Timeline

v0.6.2Current
v0.6.1
v0.6
v0.5
v0.4
v0.3
Code Analysis
Analyzed Mar 16, 2026

Twitter Hash Tag Shortcode Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
22
19 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
2
Bundled Libraries
0

Output Escaping

46% escaped41 total outputs
Attack Surface

Twitter Hash Tag Shortcode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[hashtag_tweets] bath.php:40
WordPress Hooks 6
filterplugin_row_metabath.php:39
actionadmin_menuinc\SimplePanelClass.php:180
actionadmin_initinc\SimplePanelClass.php:183
filterwp_handle_upload_prefilterinc\SimplePanelClass.php:186
filteradmin_footerinc\SimplePanelClass.php:483
actionadmin_footerinc\SimplePanelClass.php:625
Maintenance & Trust

Twitter Hash Tag Shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.0
Last updatedDec 11, 2016
PHP min version
Downloads7K

Community Trust

Rating20/100
Number of ratings1
Active installs20
Alternatives

Twitter Hash Tag Shortcode Alternatives

No alternatives data available yet.

Developer Profile

Twitter Hash Tag Shortcode Developer Profile

Bainternet

19 plugins · 9K total installs

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

How We Detect Twitter Hash Tag Shortcode

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/twitter-hash-tag-shortcode/inc/SimplePanelClass.php

HTML / DOM Fingerprints

CSS Classes
twitter-hash-tagview-all
HTML Comments
{$token->errors['message']}{$raw_response->errors['http_request_failed'][0]}
Shortcode Output
<div class='twitter-hash-tag'><div class='view-all'><a href='http://search.twitter.com/search?q=%23</div>
FAQ

Frequently Asked Questions about Twitter Hash Tag Shortcode