Kindeditor for wordpress
Prioritized issue groups from the latest Plugin Check scan
Maintainability
135
18 issue groups
Security
55
6 issue groups
Repo Compliance
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$current_dir_path".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$checked'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['imgFile']['name']
Sample message
$_GET['order'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SERVICES_JSON_IN_ARR".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['imgFile']['name']. Check that the array index exists before using it.
Sample message
The Services_JSON class has been deprecated since WordPress version 5.3.0. Use The PHP native JSON extension instead.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Services_JSON".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "alert".
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Kindeditor For Wordpress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Sample message
The use of function move_uploaded_file() is forbidden
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The Services_JSON_Error class has been deprecated since WordPress version 5.3.0. Use The PHP native JSON extension instead.
Sample message
Plugin name header in your readme is missing or invalid. Please update your readme with a valid plugin name header. Eg: "=== Example Name ==="
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
91
External assets
5
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v1.4.3
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 193 | 63 | 130 | v1.4.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.