Prioritized issue groups from the latest Plugin Check scan
Security
45
9 issue groups
Maintainability
13
7 issue groups
Repo Compliance
1
1 issue group
Sample message
$_POST['accessKeyId'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='error'><p><strong>{$message}</strong></p></div>"'.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_POST['type']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['new_url']. Check that the array index exists before using it.
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Unescaped parameter $postmeta_name used in $wpdb->query()\n$postmeta_name assigned unsafely at line 855.
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
Use placeholders and $wpdb->prepare(); found interpolated variable $postmeta_name at "UPDATE $postmeta_name SET meta_value = REPLACE(meta_value, '%s', '%s')"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Sample message
Detected usage of a non-sanitized, non-validated input variable _POST: "{$_POST['type']}-nonce"
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The readme description contains unofficial language. It must be written in standard English.
Potential connections found in static code analysis.
Outbound calls
149
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v1.5.4
41
Latest
v1.5.3
41
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 59 | 19 | 40 | v1.5.4 | 2.0.0 |
| 41 | 59 | 19 | 40 | v1.5.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.