Epeken All Kurir for Woocommerce

Epeken All Kurir is a wordpress plugin for woocommerce to enable shipping method featuring many shipping companies for Indonesia e-commerce.

v2.1.1epekenUpdated Added 500 installs94% rating
30
Score
590
Errors
1,246
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability28

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,836 findings

Security

1,396

9 issue groups

I18n

266

2 issue groups

Maintainability

168

14 issue groups

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.377
Category
Security
Occurrences
377
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar325
Category
Security
Occurrences
325
Severity
warning

Sample message

$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar

ERRORI18nText Domain MismatchMismatched text domain. Expected 'epeken-all-kurir' but got "blank".259
Category
I18n
Occurrences
259
Severity
error

Sample message

Mismatched text domain. Expected 'epeken-all-kurir' but got "blank".

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class=\"$class\"> <p>$message</p></div>"'.257
Category
Security
Occurrences
257
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class=\"$class\"> <p>$message</p></div>"'.

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_FILES[&#039;file&#039;]. Check that the array index exists before using it.238
Category
Security
Occurrences
238
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_FILES[&#039;file&#039;]. Check that the array index exists before using it.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES[&#039;file&#039;]162
Category
Security
Occurrences
162
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES[&#039;file&#039;]

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$_noresi&quot;.43
Category
Maintainability
Occurrences
43
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$_noresi&quot;.

ERRORMaintainabilitywp function not compatible with requires wpFunction "get_term_meta()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0.43
Category
Maintainability
Occurrences
43
Severity
error

Sample message

Function "get_term_meta()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0.

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.21
Category
Security
Occurrences
21
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNot In FooterIn 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.19
Category
Maintainability
Occurrences
19
Severity
warning

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.

Show 15 more
WARNINGMaintainabilityNon-prefixed class15
Category
Maintainability
Occurrences
15
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;BCA&quot;.

WARNINGMaintainabilityMissing Version14
Category
Maintainability
Occurrences
14
Severity
warning

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.

WARNINGMaintainabilityNon-prefixed function11
Category
Maintainability
Occurrences
11
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;is_epeken_all_kurir_setting_page&quot;.

ERRORSecurityUnsafe printing function8
Category
Security
Occurrences
8
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERRORI18nMissing Arg Domain7
Category
I18n
Occurrences
7
Severity
error

Sample message

Missing $domain parameter in function call to __().

WARNINGMaintainabilityDirect Query5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERRORSecuritySQL query is not prepared5
Category
Security
Occurrences
5
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $query

ERRORMaintainabilityMissing direct file access protection4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

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

ERRORSecurityDatabase parameter is not escaped3
Category
Security
Occurrences
3
Severity
error

Sample message

Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 1349.

WARNINGMaintainabilityDeprecated function: get_page_by_title3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.

WARNINGMaintainabilityNon-prefixed hook name2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;active_plugins&quot;.

WARNINGMaintainabilityDiscouraged PHP function2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

wp_reset_query() is discouraged. Use wp_reset_postdata() instead.

WARNINGMaintainabilityDiscouraged PHP function1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

The use of function ini_set() is discouraged

ERRORMaintainabilitydate date1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

External Connections

Potential connections found in static code analysis.

10 domains

Outbound calls

19

External assets

1

Incoming endpoints

11

Notable Domains

epeken.com5 · outbound
174.138.21.1662 · outbound
blog.epeken.com2 · outbound
jqueryui.com2 · outbound
cekresi.com1 · outbound
myatlasexpress.com1 · outbound

Platform / Reference Domains

wordpress.org2 · platform/reference
github.com1 · platform/reference
id.wordpress.org1 · platform/reference

External Asset Domains

103.252.101.1313 · asset + outbound

Incoming Endpoints

/wp-json/epeken/v1/completeorderREST

register_rest_route

wp_ajax_nopriv_get_list_kecamatanpublic

wp_ajax

wp_ajax_nopriv_get_list_kotapublic

wp_ajax

wp_ajax_nopriv_get_track_awbpublic

wp_ajax

wp_ajax_nopriv_print_shipping_labelpublic

wp_ajax

wp_ajax_nopriv_submit_konfirmasi_pembayaranpublic

wp_ajax

Admin AJAX endpoints5
wp_ajax_get_list_kecamatanauthenticated

wp_ajax

wp_ajax_get_list_kotaauthenticated

wp_ajax

wp_ajax_get_track_awbauthenticated

wp_ajax

wp_ajax_print_shipping_labelauthenticated

wp_ajax

wp_ajax_submit_konfirmasi_pembayaranauthenticated

wp_ajax

Score History

First score snapshot

v2.1.1

30

Latest

Findings
1,836
Errors
590
Warnings
1,246
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

31 nodes

Related Plugins