Prioritized issue groups from the latest Plugin Check scan
Security
79
5 issue groups
Maintainability
71
8 issue groups
Supply Chain
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['description']'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$additional_config_info".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
Processing form data without nonce verification.
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "adminer_object".
Sample message
Detected usage of a non-sanitized input variable: $_GET['pronamic_client_adminer_token']
Sample message
$_GET['pronamic_client_adminer_token'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
In footer ($in_footer) is not set explicitly wp_register_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
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Hidden files are not permitted.
Potential connections found in static code analysis.
Outbound calls
151
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
admin_post
3 score snapshots
v2.4.1
35
Latest
v2.4.0
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 151 | 108 | 43 | v2.4.1 | 2.1.0 |
| 35 | 151 | 108 | 43 | v2.4.0 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.