Hippoo Mobile App for WooCommerce

Hippoo helps you manage WooCommerce orders, inventory, and analytics from your mobile. Receive real-time notifications and control your store on the g …

v1.9.6hippoooUpdated Added 1k+ installs98% rating
35
Score
5
Errors
92
Warnings
+0
Change

Category Scores

Security0
Repo79
Performance100
Maintainability82

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

97 findings

Security

49

8 issue groups

Maintainability

43

7 issue groups

Repo Compliance

3

3 issue groups

I18n

1

1 issue group

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

Sample message

Use of a direct database call is discouraged.

WARNINGSecurityRequest data is not unslashed$_GET['settings-updated'] not unslashed before sanitization. Use wp_unslash() or similar12
Category
Security
Occurrences
12
Severity
warning

Sample message

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

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().11
Category
Maintainability
Occurrences
11
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_barcode_value".11
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: "add_barcode_value".

WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $table_name at "SELECT * FROM $table_name ORDER BY created_at DESC LIMIT %d OFFSET %d"9
Category
Security
Occurrences
9
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "SELECT * FROM $table_name ORDER BY created_at DESC LIMIT %d OFFSET %d"

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['file']8
Category
Security
Occurrences
8
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES['file']

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

Sample message

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

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

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_FILES['file']['error']. Check that the array index exists before using it.6
Category
Security
Occurrences
6
Severity
warning

Sample message

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

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

Sample message

Processing form data without nonce verification.

Show 10 more
ERRORSecurityOutput is not escaped2
Category
Security
Occurrences
2
Severity
error

Sample message

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

WARNINGMaintainabilityslow db query tax query1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

WARNINGMaintainabilityNon-prefixed hook name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

WARNINGSecuritywp redirect wp redirect1
Category
Security
Occurrences
1
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.

ERRORI18nMissing Translators Comment1
Category
I18n
Occurrences
1
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.

ERRORSupply ChainHidden files included1
Category
Supply Chain
Occurrences
1
Severity
error

Sample message

Hidden files are not permitted.

WARNINGMaintainabilitymismatched plugin name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Plugin name "Hippoo Mobile App for WooCommerce" is different from the name declared in plugin header "Hippoo Mobile app for WooCommerce".

ERRORRepo Complianceoutdated tested upto header1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

WARNINGRepo Compliancereadme parser warnings too many tags1
Category
Repo Compliance
Occurrences
1
Severity
warning

Sample message

One or more tags were ignored. Please limit your plugin to 5 tags.

WARNINGRepo Compliancereadme parser warnings trimmed short description1
Category
Repo Compliance
Occurrences
1
Severity
warning

Sample message

The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.

External Connections

Potential connections found in static code analysis.

28 domains

Outbound calls

272

External assets

0

Incoming endpoints

28

Notable Domains

developers.google.com29 · outbound
developer.mozilla.org27 · outbound
hippoo.app20 · outbound
w3c.github.io4 · outbound
axios-http.com3 · outbound

Platform / Reference Domains

opensource.org104 · platform/reference
github.com34 · platform/reference
w3.org18 · platform/reference
wordpress.org2 · platform/reference
downloads.wordpress.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

/wp-json/hippoo/v1/configREST

register_rest_route

/wp-json/hippoo/v1/locations/countriesREST

register_rest_route

/wp-json/hippoo/v1/locations/countries/(?P<country_code>[A-Z]{2})REST

register_rest_route

/wp-json/hippoo/v1/shop-configREST

register_rest_route

/wp-json/hippoo/v1/wc/token/getREST

register_rest_route

/wp-json/hippoo/v1/wc/token/return/(?P<token_id>\w+)REST

register_rest_route

Admin AJAX endpoints12
wp_ajax_hippoo_add_permission_roleauthenticated

wp_ajax

wp_ajax_hippoo_delete_permission_roleauthenticated

wp_ajax

wp_ajax_hippoo_dismiss_api_errorauthenticated

wp_ajax

wp_ajax_hippoo_dismiss_reviewauthenticated

wp_ajax

wp_ajax_hippoo_get_compatibility_logauthenticated

wp_ajax

wp_ajax_hippoo_get_integrationsauthenticated

wp_ajax

wp_ajax_hippoo_get_models_by_providerauthenticated

wp_ajax

wp_ajax_hippoo_install_integrationauthenticated

wp_ajax

wp_ajax_hippoo_invoice_dismiss_admin_noticeauthenticated

wp_ajax

wp_ajax_hippoo_retry_api_checkauthenticated

wp_ajax

wp_ajax_hippoo_save_permission_roleauthenticated

wp_ajax

wp_ajax_hippoo_test_ai_connectionauthenticated

wp_ajax

Score History

First score snapshot

v1.9.6

35

Latest

Findings
97
Errors
5
Warnings
92
Check
2.0.0

Relationship Map

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

33 nodes

Related Plugins