Complete Import & Export solution for Posts, Pages, Custom Post, Users, Taxonomies, Comments etc.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
825
14 issue groups
Security
788
10 issue groups
Supply Chain
9
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$RandomCompatCOMtest".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$bitmap doesn't appear to be a valid bitmap image.\n"'.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['local_file']['tmp_name']
Sample message
$_GET['activeFile'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use of a direct database call is discouraged.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Removed: {$pharName}\n"'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
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
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "INTL_IDNA_VARIANT_2003".
Sample message
Use placeholders and $wpdb->prepare(); found $contentQuery
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "RandomCompat_intval".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Unescaped parameter $dateQuery used in $wpdb->get_var()\n$dateQuery assigned unsafely at line 222.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Psr\Http\Message".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['local_file']['tmp_name']. Check that the array index exists before using it.
Sample message
Hidden files are not permitted.
Potential connections found in static code analysis.
Outbound calls
259
External assets
2
Incoming endpoints
39
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
27 more hidden
2 score snapshots
v3.9.32
19
Latest
v3.9.30
18
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 19 | 1,716 | 737 | 979 | v3.9.32 | 2.0.0 |
| 18 | 1,717 | 738 | 979 | v3.9.30 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.