Official plugin for selecting Packeta pickup points or address delivery and submitting orders directly from your e-shop.
Prioritized issue groups from the latest Plugin Check scan
Security
727
6 issue groups
Maintainability
353
18 issue groups
Supply Chain
5
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" (output started at {$file}:{$line})"'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" (validator '{$rule->validator}')."'.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$__composer_autoload_files".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$this->cookieName]
Sample message
$_COOKIE[$this->cookieName] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The use of function ini_set() is discouraged
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER[$tmp]. Check that the array index exists before using it.
Sample message
The "goto" language construct should not be used.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Unescaped parameter $query used in $wpdb->get_col()\n$query used without escaping.
Sample message
Application files are not permitted.
Sample message
Hidden files are not permitted.
Sample message
set_error_handler() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Potential connections found in static code analysis.
Outbound calls
286
External assets
14
Incoming endpoints
0
No public endpoints detected.
3 score snapshots
v2.3.1
22
Latest
v2.3.0
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,134 | 801 | 333 | v2.3.1 | 2.0.0 |
| 22 | 1,134 | 801 | 333 | v2.3.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.