Patchstack automatically identifies and mitigates security vulnerabilities in WordPress plugins, themes, and core.
Prioritized issue groups from the latest Plugin Check scan
Security
338
9 issue groups
Maintainability
209
14 issue groups
I18n
10
2 issue groups
Sample message
Processing form data without nonce verification.
Sample message
$_GET['PatchstackNonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['PatchstackNonce']
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$RandomCompatCOMtest".
Sample message
Processing form data without nonce verification.
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Base32Static".
Sample message
Use placeholders and $wpdb->prepare(); found $prefix
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$app_url'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['g-recaptcha-response']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DISALLOW_FILE_EDIT".
Sample message
Unescaped parameter $prefix used in $wpdb->get_var()\n$prefix used without escaping.
Sample message
Missing $domain parameter in function call to esc_attr__().
Sample message
The use of function set_time_limit() is discouraged
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "RandomCompat_intval".
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
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
Unescaped parameter $table used in $wpdb->get_results()
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Mismatched text domain. Expected 'patchstack' but got 'disable-wp-rest-api'.
Potential connections found in static code analysis.
Outbound calls
43
External assets
8
Incoming endpoints
4
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.3.7
24
Latest
v2.3.6
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 582 | 104 | 478 | v2.3.7 | 2.0.0 |
| 23 | 596 | 107 | 489 | v2.3.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.