AgenWebsite Shipping – Plugin Ongkos Kirim & Generate Resi Otomatis Semua Kurir Indonesia

Ongkir real-time 13+ kurir Indonesia di checkout WooCommerce. Cetak resi otomatis, lacak paket, COD, asuransi & subsidi ongkir - tanpa RajaOngkir.

v9.2.22agenwebsiteUpdated Added 500 installs92% rating
24
Score
1,199
Errors
1,041
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

2,240 findings

I18n

800

3 issue groups

Maintainability

722

11 issue groups

Security

683

11 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'woocommerce-jne' but got 'agenwebsite-shipping'.759
Category
I18n
Occurrences
759
Severity
error

Sample message

Mismatched text domain. Expected 'woocommerce-jne' but got 'agenwebsite-shipping'.

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$additionalAttrb".564
Category
Maintainability
Occurrences
564
Severity
warning

Sample message

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

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$barcode_svg'.303
Category
Security
Occurrences
303
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$barcode_svg'.

WARNINGSecurityRequest data is not unslashed$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar100
Category
Security
Occurrences
100
Severity
warning

Sample message

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

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

Sample message

Processing form data without nonce verification.

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

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "agenwebsite_get_active_plugins_count".41
Category
Maintainability
Occurrences
41
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "agenwebsite_get_active_plugins_count".

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.40
Category
Security
Occurrences
40
Severity
error

Sample message

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

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET['_wpnonce']38
Category
Security
Occurrences
38
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET['_wpnonce']

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.32
Category
Maintainability
Occurrences
32
Severity
warning

Sample message

Use of a direct database call is discouraged.

Show 15 more
ERRORI18nMissing Translators Comment32
Category
I18n
Occurrences
32
Severity
error

Sample message

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

WARNINGMaintainabilityNo Caching30
Category
Maintainability
Occurrences
30
Severity
warning

Sample message

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

WARNINGSecurityInterpolated SQL is not prepared21
Category
Security
Occurrences
21
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $custom_tariffs_table at "SELECT COUNT(*) FROM $custom_tariffs_table"

WARNINGSecurityDatabase parameter is not escaped17
Category
Security
Occurrences
17
Severity
warning

Sample message

Unescaped parameter $custom_tariffs_table used in $wpdb->get_var()\n$custom_tariffs_table assigned unsafely at line 34.

ERRORMaintainabilityMissing direct file access protection17
Category
Maintainability
Occurrences
17
Severity
error

Sample message

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

WARNINGSecurityInput is not validated15
Category
Security
Occurrences
15
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed hook name11
Category
Maintainability
Occurrences
11
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_enqueue_scripts".

WARNINGSecuritywp redirect wp redirect10
Category
Security
Occurrences
10
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

ERRORI18nUnordered Placeholders Text9
Category
I18n
Occurrences
9
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%d paket dari %d kurir siap untuk request pickup.'.

ERRORMaintainabilitydate date7
Category
Maintainability
Occurrences
7
Severity
error

Sample message

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

WARNINGMaintainabilitySchema Change6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Attempting a database schema change is discouraged.

WARNINGMaintainabilityNon-prefixed class6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Email_Customer_Shipped_Order".

ERRORMaintainabilityOffloaded Content5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

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

ERRORSecuritySQL query is not prepared4
Category
Security
Occurrences
4
Severity
error

Sample message

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

ERRORMaintainabilityOffloaded Content3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.

External Connections

Potential connections found in static code analysis.

42 domains

Outbound calls

129

External assets

9

Incoming endpoints

42

Notable Domains

agenwebsite.com41 · outbound
en.wikipedia.org10 · outbound
openstreetmap.org6 · outbound
apple.com4 · outbound

Platform / Reference Domains

w3.org9 · platform/reference
gnu.org2 · platform/reference
validator.w3.org1 · platform/reference

External Asset Domains

api-public.agenwebsite.com14 · asset + outbound
unpkg.com6 · asset
cdnjs.cloudflare.com3 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_agenwebsite_shipping_public

wp_ajax

wp_ajax_nopriv_aw_checkout_insurance_updatepublic

wp_ajax

wp_ajax_nopriv_woocommerce_jne_public

wp_ajax

Admin AJAX endpoints39
wp_ajax_agenwebsite_shipping_authenticated

wp_ajax

wp_ajax_agenwebsite_shipping_toggle_featureauthenticated

wp_ajax

wp_ajax_aw_checkout_insurance_updateauthenticated

wp_ajax

wp_ajax_aw_dismiss_coupon_noticeauthenticated

wp_ajax

wp_ajax_aw_fulfillment_check_eligibilityauthenticated

wp_ajax

wp_ajax_aw_fulfillment_check_payment_statusauthenticated

wp_ajax

wp_ajax_aw_fulfillment_create_shipmentauthenticated

wp_ajax

wp_ajax_aw_fulfillment_get_bulk_ordersauthenticated

wp_ajax

wp_ajax_aw_fulfillment_get_eligible_couponsauthenticated

wp_ajax

wp_ajax_aw_fulfillment_get_labelsauthenticated

wp_ajax

wp_ajax_aw_fulfillment_get_order_previewauthenticated

wp_ajax

wp_ajax_aw_fulfillment_get_pickup_timesauthenticated

wp_ajax

27 more hidden

Score History

First score snapshot

v9.2.22

24

Latest

Findings
2,240
Errors
1,199
Warnings
1,041
Check
2.0.0

Relationship Map

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

37 nodes

Related

Related Plugins