Easy Retweet Security & Risk Analysis

wordpress.org/plugins/easy-retweet

Adds a Tweet button to your WordPress posts

60 active installs v3.1.1 PHP + WP 4.4+ Updated Dec 10, 2016
postsretweettweettwitter
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Easy Retweet Safe to Use in 2026?

Generally Safe

Score 85/100

Easy Retweet 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 "easy-retweet" v3.1.1 plugin exhibits a generally good security posture based on the provided static analysis. The plugin demonstrates strong adherence to secure coding practices by utilizing prepared statements for all SQL queries and including nonce and capability checks for its entry points. The absence of dangerous functions, file operations, and external HTTP requests further strengthens its security profile. The limited attack surface, consisting of a single shortcode with no immediately apparent unprotected entry points, is also a positive indicator.

However, a significant concern arises from the output escaping. With only 11% of outputs properly escaped across 9 instances, there is a high likelihood of Cross-Site Scripting (XSS) vulnerabilities. This means that user-supplied data, if not handled carefully by the shortcode, could be injected and executed as malicious scripts within the user's browser. The lack of taint analysis results (0 flows analyzed) makes it impossible to confirm if this potential XSS risk can be exploited in practice, but the static analysis strongly suggests it as a plausible threat.

The plugin's vulnerability history is clean, with no recorded CVEs. This is a positive sign, suggesting that the developers have not historically introduced critical or high-impact vulnerabilities. However, the clean history should not lead to complacency, especially given the identified weaknesses in output escaping. The plugin's strengths lie in its secure database interactions and proper authentication checks, while its primary weakness lies in insufficient output sanitization, presenting a potential XSS risk.

Key Concerns

  • Insufficient output escaping detected
Vulnerabilities
None known

Easy Retweet Security Vulnerabilities

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

Easy Retweet Code Analysis

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

Output Escaping

11% escaped9 total outputs
Attack Surface

Easy Retweet Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[easy-retweet] easy-retweet.php:67
WordPress Hooks 9
actionadmin_menueasy-retweet.php:51
actionadmin_initeasy-retweet.php:52
actionadmin_menueasy-retweet.php:55
actionsave_posteasy-retweet.php:58
actionwp_headeasy-retweet.php:61
filterthe_contenteasy-retweet.php:64
actionin_admin_footereasy-retweet.php:318
actioniniteasy-retweet.php:416
filterthe_titleeasy-retweet.php:438
Maintenance & Trust

Easy Retweet Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedDec 10, 2016
PHP min version
Downloads35K

Community Trust

Rating0/100
Number of ratings0
Active installs60
Developer Profile

Easy Retweet Developer Profile

Sudar Muthu

16 plugins · 21K total installs

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

How We Detect Easy Retweet

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

Asset Fingerprints

Script Paths
https://platform.twitter.com/widgets.js

HTML / DOM Fingerprints

Data Attributes
name="retweet_button"name="custom_retweet_text"name="retweet-style[display-page]"
JS Globals
twitterWidgets
Shortcode Output
[easy-retweet]
FAQ

Frequently Asked Questions about Easy Retweet