NextScripts: Social Networks Auto-Poster

Automatically publishes blogposts to profiles/pages/groups on Twitter, Google+, Pinterest, LinkedIn, Blogger, Tumblr ... 22 more

v4.4.7NextScriptsUpdated 2026-02-26Added Mar 2, 201230k+ installs66% rating
22
Score
2,408
Errors
1,133
Warnings
+0
Change

Category Scores

Security0
Repo89
Performance90
Maintainability0

Top Issues by Category

security2,700
maintainability564
i18n216

Issues Details

3,541 issues found in latest scan

ERROR987
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"</b> at char $i without open tag: REMOVED</div>"'.

ERROR884
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING201
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING198
WordPress.PHP.DevelopmentFunctions.error_log_print_r

print_r() found. Debug code should not normally be used in production.

WARNING190
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[&#039;acc&#039;] not unslashed before sanitization. Use wp_unslash() or similar

WARNING145
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES[&#039;impFileSettings_button&#039;][&#039;tmp_name&#039;]. Check that the array index exists before using it.

WARNING136
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_ENV[&#039;CONTENT_TYPE&#039;]

WARNING124
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR105
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: 'Authorize Your '.$ntInfo['name'].' Account'

ERROR92
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERROR77
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR60
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

WARNING56
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING51
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERROR46
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERROR41
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'social-networks-auto-poster-facebook-twitter-g' but got "default".

ERROR22
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $dupe

ERROR13
WordPress.WP.AlternativeFunctions.rand_rand

rand() is discouraged. Use the far less predictable wp_rand() instead.

ERROR10
WordPress.WP.AlternativeFunctions.rand_mt_rand

mt_rand() is discouraged. Use the far less predictable wp_rand() instead.

ERROR10
WordPress.WP.I18n.MissingTranslatorsComment

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

WARNING7
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

ERROR7
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().

ERROR7
WordPress.WP.AlternativeFunctions.parse_url_parse_url

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

ERROR6
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Expired timestamp, yours $timestamp, ours $now"'.

WARNING5
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $options_table at &quot;DELETE FROM $options_table WHERE option_name LIKE %s&quot;

Latest Snapshot

Findings

3,541

Errors

2,408

Warnings

1,133

Score History

First score snapshot

First scan completed Jun 20, 2026

v4.4.7 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v4.4.7

22

Latest

Findings
3,541
Errors
2,408
Warnings
1,133
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins