Prioritized issue groups from the latest Plugin Check scan
Security
1,769
12 issue groups
I18n
792
1 issue group
Maintainability
414
12 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: $domain
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Use placeholders and $wpdb->prepare(); found $altQuery
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at OR SUBSTRING_INDEX(SUBSTRING_INDEX(SUBSTRING_INDEX(SUBSTRING_INDEX(u.url, 'fifu-thumb=', 5), 'fifu-thumb=', -1), '/', 5), '/', -1) IN ($placeholders)\n
Sample message
Use of a direct database call is discouraged.
Sample message
Unescaped parameter $db2 used in $wpdb->get_col()\n$db2 assigned unsafely at line 817.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<link rel='dns-prefetch' href='https://i{$index}.wp.com/'>"'.
Sample message
Unescaped parameter $altMapTable used in $wpdb->get_col()\n$altMapTable assigned unsafely at line 1284.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET[$key]
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_page_file".
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.
Sample message
$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '%%fifu-thumb=%%'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Attempting a database schema change is discouraged.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Potential connections found in static code analysis.
Outbound calls
148
External assets
45
Incoming endpoints
1
No public endpoints detected.
wp_ajax
2 score snapshots
v6.0.0
25
Latest
v5.3.3
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 3,049 | 2,041 | 1,008 | v6.0.0 | 2.0.0 |
| 24 | 2,072 | 1,654 | 418 | v5.3.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.