Settings plugin for custom WP configuration for Mindworkz Wordpress websites.
Prioritized issue groups from the latest Plugin Check scan
Security
441
11 issue groups
Maintainability
240
14 issue groups
Sample message
Short PHP opening tag used with echo; expected "<?php echo $_SERVER ..." but found "<?= $_SERVER ..."
Sample message
$_GET['folder'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['folder']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_SERVER['REQUEST_URI']'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['edit']. Check that the array index exists before using it.
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 $limit
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activePluginsOverview".
Sample message
Unescaped parameter $query used in $wpdb->query()\n$query assigned unsafely at line 116.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$auto_update_plugins".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at AND pm.meta_value IN ($placeholders)\r\n
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
Processing form data without nonce verification.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Processing form data without nonce verification.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Sample message
The use of function ini_set() is discouraged
Potential connections found in static code analysis.
Outbound calls
17
External assets
0
Incoming endpoints
4
No external asset domains detected.
No public endpoints detected.
admin_post
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v5.9
26
Latest
v5.8
26
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 696 | 287 | 409 | v5.9 | 2.1.0 |
| 26 | 696 | 287 | 409 | v5.8 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.