Replace 50+ WordPress Plugins: Free SEO, Theme Builder, Code Snippets, Image Optimizer (WebP/AVIF), SMTP Email, Security, Performance & More
Prioritized issue groups from the latest Plugin Check scan
Maintainability
495
16 issue groups
Security
390
8 issue groups
I18n
16
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$body".
Sample message
Detected usage of a non-sanitized input variable: $_FILES['snippet_file']['name']
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "get_nexter_header_sections".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<style data-template-id=\"{$post_id}\" id=\"bricks-inline-css-template-{$post_id}\">{$template_inline_css}</style>"'.
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "NxtExt_Rollback".
Sample message
$_GET['current_version'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Function "wp_register_ability()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 5.9.0.
Sample message
error_reporting() can lead to full path disclosure.
Sample message
Missing $domain parameter in function call to __().
Sample message
The use of function ini_set() is discouraged
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "SELECT * FROM `$table` WHERE `ip_address` = %s"
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using copy(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $list_sql used in $wpdb->get_results()\n$list_sql assigned unsafely at line 349.
Sample message
Use placeholders and $wpdb->prepare(); found $list_sql
Sample message
set_error_handler() found. Debug code should not normally be used in production.
Sample message
The use of function eval() is forbidden
Potential connections found in static code analysis.
Outbound calls
254
External assets
3
Incoming endpoints
43
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
30 more hidden
11 score snapshots
v4.7.4
24
Latest
v4.7.3
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 964 | 193 | 771 | v4.7.4 | 2.0.0 |
| 24 | 939 | 177 | 762 | v4.7.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.