Prioritized issue groups from the latest Plugin Check scan
Maintainability
243
18 issue groups
Security
175
6 issue groups
Supply Chain
6
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$char'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$content".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$argv[0]'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "autoload_tests".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Hidden files are not permitted.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MockTransport".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['razorpay_payment_id']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
Detected usage of a non-sanitized input variable: $_GET['page_id']
Sample message
$_GET['page_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Not analyzed yet.
First score snapshot
v1.3.1
21
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 462 | 399 | 63 | v1.3.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.