Prioritized issue groups from the latest Plugin Check scan
Security
89
10 issue groups
Maintainability
81
15 issue groups
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cos_add_setting_page".
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
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['page']
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. 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
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "COS_PLUGIN_PAGE".
Sample message
Detected usage of a non-sanitized, non-validated input variable _POST: "{$_POST['type']}-nonce"
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Unescaped parameter $postmeta_name used in $wpdb->query()\n$postmeta_name assigned unsafely at line 1545.
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$cos_options".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "COS_CLI_Commands".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
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
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Potential connections found in static code analysis.
Outbound calls
172
External assets
2
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v2.6.7
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 172 | 63 | 109 | v2.6.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.