Barcode Scanner (+Mobile App) – Inventory manager, Order fulfillment system, POS (Point of Sale)

Manage and sell (POS) your inventory. It reads barcodes & finds woocommerce products/orders. Create orders right from the wp-admin.

v1.12.2Dmitry V. (CEO of "UKR Solution")Updated Added 1k+ installs100% rating
24
Score
1,837
Errors
1,063
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance98
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

2,900 findings

I18n

1,350

5 issue groups

Maintainability

988

10 issue groups

Security

447

10 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'barcode-scanner-lite-pos-to-manage-products-inventory-and-orders' but got "us-barcode-scanner".1,203
Category
I18n
Occurrences
1,203
Severity
error

Sample message

Mismatched text domain. Expected 'barcode-scanner-lite-pos-to-manage-products-inventory-and-orders' but got "us-barcode-scanner".

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

Sample message

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

ERRORMaintainabilitywp function not compatible with requires wpFunction "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 4.0.1.166
Category
Maintainability
Occurrences
166
Severity
error

Sample message

Function "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 4.0.1.

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

Sample message

Processing form data without nonce verification.

ERRORMaintainabilitystrip tags strip tagsstrip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.115
Category
Maintainability
Occurrences
115
Severity
error

Sample message

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

ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: $_GET["page"]96
Category
I18n
Occurrences
96
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $_GET["page"]

WARNINGSecurityRequest data is not unslashed$_GET['callback'] not unslashed before sanitization. Use wp_unslash() or similar85
Category
Security
Occurrences
85
Severity
warning

Sample message

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

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

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityDynamic hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$cart->filter_cart_shipping_cost".70
Category
Maintainability
Occurrences
70
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$cart->filter_cart_shipping_cost".

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot save property `{$key}` containing an API resource of type "'.70
Category
Security
Occurrences
70
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot save property `{$key}` containing an API resource of type "'.

Show 15 more
WARNINGSecurityInput is not sanitized52
Category
Security
Occurrences
52
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES["decreaseFile"]

ERRORMaintainabilityMissing direct file access protection43
Category
Maintainability
Occurrences
43
Severity
error

Sample message

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

ERRORI18nMissing Arg Domain24
Category
I18n
Occurrences
24
Severity
error

Sample message

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

ERRORI18nMissing Translators Comment19
Category
I18n
Occurrences
19
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.

WARNINGMaintainabilityMissing Version18
Category
Maintainability
Occurrences
18
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.

ERRORSecurityOutput is not escaped16
Category
Security
Occurrences
16
Severity
error

Sample message

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

WARNINGMaintainabilityDirect Query15
Category
Maintainability
Occurrences
15
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

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

WARNINGSecuritywp redirect wp redirect11
Category
Security
Occurrences
11
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.

WARNINGSecurityInterpolated SQL is not prepared9
Category
Security
Occurrences
9
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at "SELECT u.ID FROM {$wpdb->users} AS u WHERE u.ID IN ($placeholders)"

WARNINGSecurityInput is not validated9
Category
Security
Occurrences
9
Severity
warning

Sample message

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

ERRORMaintainabilitydate date8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

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

ERRORI18nInterpolated Variable Text8
Category
I18n
Occurrences
8
Severity
error

Sample message

The $text parameter must not contain interpolated variables or expressions. Found: {$name}

WARNINGSecurityDatabase parameter is not escaped6
Category
Security
Occurrences
6
Severity
warning

Sample message

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

ERRORMaintainabilityparse url parse url6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

External Connections

Potential connections found in static code analysis.

29 domains

Outbound calls

90

External assets

17

Incoming endpoints

6

Notable Domains

codemirror.net21 · outbound
ukrsolution.com15 · outbound
stripe.com3 · outbound
api.stripe.com2 · outbound
connect.stripe.com2 · outbound

Platform / Reference Domains

github.com11 · platform/reference
w3.org7 · platform/reference
schema.org6 · platform/reference

External Asset Domains

code.jquery.com4 · asset + outbound
google.com3 · asset + outbound
js.stripe.com3 · asset
play.google.com2 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_usbs_authpublic

wp_ajax

wp_ajax_nopriv_usbs_auth_linkpublic

wp_ajax

wp_ajax_nopriv_usbs_auth_otppublic

wp_ajax

Admin AJAX endpoints3
wp_ajax_usbs_authauthenticated

wp_ajax

wp_ajax_usbs_auth_linkauthenticated

wp_ajax

wp_ajax_usbs_auth_otpauthenticated

wp_ajax

Score History

First score snapshot

v1.12.2

24

Latest

Findings
2,900
Errors
1,837
Warnings
1,063
Check
2.0.0

Relationship Map

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

37 nodes

Related

Related Plugins