List products from WordPress on Amazon.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
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['account_id'] not unslashed before sanitization. Use wp_unslash() or similar525
- Category
- Security
- Occurrences
- 525
- Severity
- warning
Sample message
$_GET['account_id'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['feed_template']['name']520
- Category
- Security
- Occurrences
- 520
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES['feed_template']['name']
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: "$account".413
- Category
- Maintainability
- Occurrences
- 413
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account".
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->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->prepare(); found interpolated variable $account_sql at \t\t\t $account_sql\n
Show 15 moreShow less
WARNINGSecurityInput is not validated239
- Category
- Security
- Occurrences
- 239
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['feed_template']['name']. 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->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.
Outbound calls
249
External assets
1
Incoming endpoints
50
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
Admin AJAX endpoints44
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
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
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 7,238 | 3,061 | 4,177 | v2.9.1 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.