Packeta

Official plugin for selecting Packeta pickup points or address delivery and submitting orders directly from your e-shop.

v2.2.0zasilkovnaUpdated 2025-11-07Added Mar 30, 20228k+ installs80% rating
21
Score
802
Errors
333
Warnings
+0
Change

Category Scores

Security0
Repo72
Performance98
Maintainability0

Top Issues by Category

security727
maintainability353
supply_chain5

Issues Details

1,135 issues found in latest scan

ERROR508
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" (output started at {$file}:{$line})"'.

ERROR129
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" (validator '{$rule->validator}')."'.

WARNING106
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error

trigger_error() found. Debug code should not normally be used in production.

WARNING73
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$__composer_autoload_files".

ERROR49
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING42
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE[$this->cookieName]

WARNING35
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE[$this->cookieName] not unslashed before sanitization. Use wp_unslash() or similar

WARNING16
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

ERROR13
WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet

Stylesheets must be registered/enqueued via wp_enqueue_style()

WARNING12
WordPress.PHP.DevelopmentFunctions.error_log_var_export

var_export() found. Debug code should not normally be used in production.

ERROR11
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().

WARNING10
WordPress.PHP.DevelopmentFunctions.error_log_debug_backtrace

debug_backtrace() found. Debug code should not normally be used in production.

ERROR10
WordPress.WP.EnqueuedResources.NonEnqueuedScript

Scripts must be registered/enqueued via wp_enqueue_script()

ERROR9
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

ERROR9
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

WARNING8
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_SERVER[$tmp]. Check that the array index exists before using it.

ERROR7
Generic.PHP.DiscourageGoto.Found

The "goto" language construct should not be used.

ERROR6
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

ERROR5
PluginCheck.CodeAnalysis.Offloading.OffloadedContent

Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.

WARNING5
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $query used in $wpdb->get_col()\n$query used without escaping.

ERROR5
application_detected

Application files are not permitted.

ERROR5
hidden_files

Hidden files are not permitted.

WARNING4
WordPress.PHP.DevelopmentFunctions.error_log_set_error_handler

set_error_handler() found. Debug code should not normally be used in production.

ERROR4
WordPress.WP.AlternativeFunctions.file_system_operations_chmod

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().

ERROR4
WordPress.WP.AlternativeFunctions.rename_rename

rename() is discouraged. Use WP_Filesystem::move() to rename a file.

Latest Snapshot

Findings

1,135

Errors

802

Warnings

333

Score History

First score snapshot

First scan completed Jun 20, 2026

v2.2.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v2.2.0

21

Latest

Findings
1,135
Errors
802
Warnings
333
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins