Auto Post for Twitter Security & Risk Analysis

wordpress.org/plugins/auto-post-for-twitter

Publish posts automatically to Twitter.

10 active installs v1.0.1 PHP 7.4+ WP 3.0+ Updated Mar 11, 2024
publish-post-to-twittertwittertwitter-auto-publishtwitter-publishingwp-twitter-auto-publish
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Auto Post for Twitter Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 2yr ago
Risk Assessment

The "auto-post-for-twitter" v1.0.1 plugin exhibits a generally strong security posture, primarily due to its avoidance of common vulnerability vectors. The static analysis shows no identified dangerous functions, no direct SQL injection risks (all queries use prepared statements), and a complete absence of exploitable attack surface through AJAX handlers, REST API routes, shortcodes, or cron events that lack proper authorization checks. Furthermore, the taint analysis revealed no unsanitized data flows, indicating that sensitive data is likely handled with care within the analyzed code paths. The plugin also has a clean vulnerability history with no recorded CVEs, suggesting a commitment to security by the developers or a lack of past issues being publicly disclosed.

However, there are areas for improvement. A significant concern is the relatively low percentage of properly escaped output (63%). This leaves a potential for Cross-Site Scripting (XSS) vulnerabilities if the unescaped output is rendered in a user-facing context, especially given that there are 102 total outputs analyzed. The presence of external HTTP requests, while not inherently a vulnerability, represents an attack surface that could be exploited if the target endpoint is compromised or if the request itself is improperly handled. Finally, the absence of capability checks on any entry points is a notable weakness. While there are no unprotected entry points currently identified, if any were to be introduced in future updates or if the current analysis missed a subtle entry point, the lack of capability checks would immediately expose them to unauthorized users.

In conclusion, "auto-post-for-twitter" v1.0.1 has a solid foundation with robust handling of SQL and no critical taint flows or direct attack vectors. The developers have clearly prioritized secure coding practices in these areas. The main risks lie in potential XSS due to insufficient output escaping and the general lack of capability checks, which could become problematic if the plugin's attack surface expands. Given the current lack of identified vulnerabilities and a clean history, the overall risk is moderate, but attention to output escaping and authorization is recommended.

Key Concerns

  • Insufficient output escaping (37% unescaped)
  • No capability checks on entry points
  • One external HTTP request (potential risk)
Vulnerabilities
None known

Auto Post for Twitter Security Vulnerabilities

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

Auto Post for Twitter Code Analysis

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

SQL Query Safety

100% prepared10 total queries

Output Escaping

63% escaped102 total outputs
Attack Surface

Auto Post for Twitter Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 9
actionadmin_menuapp\Controllers\Autotwitter_Admin.php:39
actionadmin_initapp\Controllers\Autotwitter_Admin.php:42
actionadmin_noticesapp\Controllers\Autotwitter_Admin.php:45
actionadmin_enqueue_scriptsapp\Controllers\Autotwitter_Admin.php:48
actionadd_meta_boxesapp\Controllers\Autotwitter_Admin.php:51
actionsave_postapp\Controllers\Autotwitter_Admin.php:54
actionfuture_to_publishapp\Controllers\Autotwitter_Publish.php:49
actionsave_postapp\Controllers\Autotwitter_Publish.php:50
actionplugins_loadedauto-post-for-twitter.php:48
Maintenance & Trust

Auto Post for Twitter Maintenance & Trust

Maintenance Signals

WordPress version tested6.4.8
Last updatedMar 11, 2024
PHP min version7.4
Downloads805

Community Trust

Rating100/100
Number of ratings12
Active installs10
Developer Profile

Auto Post for Twitter Developer Profile

Studio Visual

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 Auto Post for Twitter

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/auto-post-for-twitter/assets/css/style.css/wp-content/plugins/auto-post-for-twitter/assets/js/script.js
Script Paths
/wp-content/plugins/auto-post-for-twitter/assets/js/script.js

HTML / DOM Fingerprints

CSS Classes
input-field
Data Attributes
name="sv-twitter-settings[isActive]"name="sv-twitter-settings[consumerKey]"name="sv-twitter-settings[consumerSecret]"name="sv-twitter-settings[accessToken]"name="sv-twitter-settings[accessTokenSecret]"name="sv-twitter-settings[postOnMention]"+2 more
FAQ

Frequently Asked Questions about Auto Post for Twitter