Post Tweets Security & Risk Analysis

wordpress.org/plugins/post-tweets

This plugin allows wordpress authors to post their tweets from post and pages.

10 active installs v1.0.0 PHP + WP 3.0.1+ Updated Dec 22, 2015
pagepostpost-tweetstweetstwitter
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Post Tweets Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The "post-tweets" v1.0.0 plugin exhibits a mixed security posture. On the positive side, it has a very small attack surface with no apparent entry points identified during static analysis. Furthermore, the plugin demonstrates good practices by exclusively using prepared statements for its SQL queries and reporting no known vulnerabilities or CVEs in its history. This suggests a conscientious effort to avoid common pitfalls.

However, significant concerns arise from the code signals. The complete lack of output escaping for all identified output points is a critical weakness, potentially leading to cross-site scripting (XSS) vulnerabilities. The absence of nonce checks and capability checks on any potential (though not identified as entry points) functionalities is also a serious oversight, as it leaves the plugin vulnerable to CSRF and unauthorized actions if an attack surface is later discovered or if the current analysis missed certain indirect entry points. The presence of file operations and external HTTP requests, while not inherently insecure, warrants careful review in conjunction with the lack of proper sanitization and authentication checks.

Given the current analysis, the plugin's strengths lie in its lack of known vulnerabilities and its adherence to prepared statements for SQL. However, the severe deficiency in output escaping and the absence of nonce/capability checks present substantial risks. Without these fundamental security controls in place, the plugin remains vulnerable to common web attacks, particularly XSS, which can have severe consequences for a WordPress site.

Key Concerns

  • All output is unescaped
  • No nonce checks found
  • No capability checks found
  • File operations present without other checks
  • External HTTP requests present without other checks
Vulnerabilities
None known

Post Tweets Security Vulnerabilities

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

Post Tweets Code Analysis

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

Output Escaping

0% escaped5 total outputs
Attack Surface

Post Tweets Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actioninitindex.php:25
actionadmin_menuindex.php:28
actionadd_meta_boxesindex.php:68
actionsave_postindex.php:116
Maintenance & Trust

Post Tweets Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.0
Last updatedDec 22, 2015
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Post Tweets Developer Profile

Viavi Webtech

4 plugins · 120 total installs

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

How We Detect Post Tweets

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-tweets/js/word_count.js/wp-content/plugins/post-tweets/style/tweet_style.css
Script Paths
/wp-content/plugins/post-tweets/js/word_count.js
Version Parameters
post-tweets/js/word_count.js?ver=post-tweets/style/tweet_style.css?ver=

HTML / DOM Fingerprints

Data Attributes
name="tweet_check"value="tweet_yes"value="tweet_no"
FAQ

Frequently Asked Questions about Post Tweets