WP-Lister Lite for Amazon

List products from WordPress on Amazon.

v2.9.1WP LabUpdated Added 800 installs78% rating
23
Score
3,061
Errors
4,177
Warnings
+0
Change

Category Scores

Security0
Repo88
Performance97
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

7,238 findings

Security

4,868

11 issue groups

Maintainability

1,807

9 issue groups

I18n

442

5 issue groups

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<pre>Could not read $filename</pre>"'.1,815
Category
Security
Occurrences
1,815
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<pre>Could not read $filename</pre>"'.

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

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.554
Category
Maintainability
Occurrences
554
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().526
Category
Maintainability
Occurrences
526
Severity
warning

Sample message

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

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

Sample message

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

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES[&#039;feed_template&#039;][&#039;name&#039;]520
Category
Security
Occurrences
520
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES[&#039;feed_template&#039;][&#039;name&#039;]

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

Sample message

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

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$account&quot;.413
Category
Maintainability
Occurrences
413
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$account&quot;.

ERRORI18nMissing Translators CommentA 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.341
Category
I18n
Occurrences
341
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.

WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb-&gt;prepare(); found interpolated variable $account_sql at \t\t\t $account_sql\n329
Category
Security
Occurrences
329
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $account_sql at \t\t\t $account_sql\n

Show 15 more
WARNINGSecurityInput is not validated239
Category
Security
Occurrences
239
Severity
warning

Sample message

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

ERRORSecuritySQL query is not prepared144
Category
Security
Occurrences
144
Severity
error

Sample message

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

WARNINGSecurityMissing nonce verification132
Category
Security
Occurrences
132
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityerror log print r114
Category
Maintainability
Occurrences
114
Severity
warning

Sample message

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

WARNINGMaintainabilitySchema Change81
Category
Maintainability
Occurrences
81
Severity
warning

Sample message

Attempting a database schema change is discouraged.

ERRORMaintainabilityMissing direct file access protection79
Category
Maintainability
Occurrences
79
Severity
error

Sample message

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

ERRORSecurityDatabase parameter is not escaped57
Category
Security
Occurrences
57
Severity
error

Sample message

Unescaped parameter $active_account_ids_sql used in $wpdb->get_var()\n$active_account_ids_sql assigned unsafely at line 659.

ERRORI18nUnordered Placeholders Text53
Category
I18n
Occurrences
53
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%d listing(s) submitted successfully, %d failed.'.

WARNINGSecurityDatabase parameter is not escaped50
Category
Security
Occurrences
50
Severity
warning

Sample message

Unescaped parameter $data_table used in $wpdb-&gt;get_col()\n$data_table assigned unsafely at line 345.

ERRORI18nMissing Arg Domain17
Category
I18n
Occurrences
17
Severity
error

Sample message

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

ERRORI18nNon Singular String Literal Text17
Category
I18n
Occurrences
17
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $address['name']

ERRORMaintainabilitydate date14
Category
Maintainability
Occurrences
14
Severity
error

Sample message

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

ERRORI18nText Domain Mismatch14
Category
I18n
Occurrences
14
Severity
error

Sample message

Mismatched text domain. Expected 'wp-lister-for-amazon' but got 'woocommerce-german-market'.

ERRORMaintainabilitywp function not compatible with requires wp14
Category
Maintainability
Occurrences
14
Severity
error

Sample message

Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.2.0.

WARNINGMaintainabilityNot In Footer12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

External Connections

Potential connections found in static code analysis.

42 domains

Outbound calls

249

External assets

1

Incoming endpoints

50

Notable Domains

amazon.com14 · outbound
stackoverflow.com8 · outbound
auth.wplister.com5 · outbound
jqueryui.com4 · outbound

Platform / Reference Domains

github.com140 · platform/reference
w3.org5 · platform/reference
wordpress.org4 · platform/reference
codex.wordpress.org1 · platform/reference

External Asset Domains

ajax.googleapis.com2 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_wpla_feed_detailspublic

wp_ajax

wp_ajax_nopriv_wpla_report_detailspublic

wp_ajax

wp_ajax_nopriv_wpla_request_inventory_reportpublic

wp_ajax

wp_ajax_nopriv_wpla_run_scheduled_taskspublic

wp_ajax

wp_ajax_nopriv_wplister_run_scheduled_taskspublic

wp_ajax

Admin AJAX endpoints44
wp_ajax_wpla_select_profileauthenticated

wp_ajax

wp_ajax_run_importauthenticated

wp_ajax

wp_ajax_runImportauthenticated

wp_ajax

wp_ajax_woo-product-importer-ajaxauthenticated

wp_ajax

wp_ajax_woocommerce_csv_import_requestauthenticated

wp_ajax

wp_ajax_wpla_apply_lowest_priceauthenticated

wp_ajax

wp_ajax_wpla_convert_product_feed_templateauthenticated

wp_ajax

wp_ajax_wpla_dismiss_noticeauthenticated

wp_ajax

wp_ajax_wpla_download_logauthenticated

wp_ajax

wp_ajax_wpla_download_log_fileauthenticated

wp_ajax

wp_ajax_wpla_feed_detailsauthenticated

wp_ajax

wp_ajax_wpla_get_amazon_categories_treeauthenticated

wp_ajax

32 more hidden

Score History

First score snapshot

v2.9.1

23

Latest

Findings
7,238
Errors
3,061
Warnings
4,177
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins

Add From Server Reloaded

3k+ active installs

99
Crafthemes Demo Import

400 active installs

99
Custom Post Exporter

3k+ active installs

99