NextScripts: Social Networks Auto-Poster

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

v4.4.7NextScriptsUpdated Added 30k+ installs66% rating
22
Score
2,408
Errors
1,133
Warnings
+0
Change

Category Scores

Security0
Repo89
Performance90
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

3,541 findings

Security

2,700

10 issue groups

Maintainability

564

11 issue groups

I18n

216

4 issue groups

ERRORSecurityOutput is not escapedAll 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>"'.987
Category
Security
Occurrences
987
Severity
error

Sample message

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>"'.

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.884
Category
Security
Occurrences
884
Severity
error

Sample message

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

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.201
Category
Security
Occurrences
201
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityerror log print rprint_r() found. Debug code should not normally be used in production.198
Category
Maintainability
Occurrences
198
Severity
warning

Sample message

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

WARNINGSecurityRequest data is not unslashed$_GET[&#039;acc&#039;] not unslashed before sanitization. Use wp_unslash() or similar190
Category
Security
Occurrences
190
Severity
warning

Sample message

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

WARNINGSecurityInput is not validatedDetected 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.145
Category
Security
Occurrences
145
Severity
warning

Sample message

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.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_ENV[&#039;CONTENT_TYPE&#039;]136
Category
Security
Occurrences
136
Severity
warning

Sample message

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

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.124
Category
Security
Occurrences
124
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: 'Authorize Your '.$ntInfo['name'].' Account'105
Category
I18n
Occurrences
105
Severity
error

Sample message

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

ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.92
Category
Maintainability
Occurrences
92
Severity
error

Sample message

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

Show 15 more
ERRORMaintainabilityMissing direct file access protection77
Category
Maintainability
Occurrences
77
Severity
error

Sample message

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

ERRORI18nMissing Arg Domain60
Category
I18n
Occurrences
60
Severity
error

Sample message

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

WARNINGMaintainabilityDirect Query56
Category
Maintainability
Occurrences
56
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching51
Category
Maintainability
Occurrences
51
Severity
warning

Sample message

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

ERRORMaintainabilitystrip tags strip tags46
Category
Maintainability
Occurrences
46
Severity
error

Sample message

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

ERRORI18nText Domain Mismatch41
Category
I18n
Occurrences
41
Severity
error

Sample message

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

ERRORSecuritySQL query is not prepared22
Category
Security
Occurrences
22
Severity
error

Sample message

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

ERRORMaintainabilityrand rand13
Category
Maintainability
Occurrences
13
Severity
error

Sample message

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

ERRORMaintainabilityrand mt rand10
Category
Maintainability
Occurrences
10
Severity
error

Sample message

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

ERRORI18nMissing Translators Comment10
Category
I18n
Occurrences
10
Severity
error

Sample message

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.

WARNINGMaintainabilityDiscouraged PHP function7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

The use of function ini_set() is discouraged

ERRORMaintainabilityfile system operations is writable7
Category
Maintainability
Occurrences
7
Severity
error

Sample message

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

ERRORMaintainabilityparse url parse url7
Category
Maintainability
Occurrences
7
Severity
error

Sample message

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

ERRORSecurityException output is not escaped6
Category
Security
Occurrences
6
Severity
error

Sample message

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"'.

WARNINGSecurityInterpolated SQL is not prepared5
Category
Security
Occurrences
5
Severity
warning

Sample message

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

External Connections

Not analyzed yet.

Score History

First score snapshot

v4.4.7

22

Latest

Findings
3,541
Errors
2,408
Warnings
1,133
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

29 nodes

Related Plugins