RepairBuddy – Repair Shop CRM & Booking Plugin for WordPress

WordPress Repair Shop CRM: Manage online bookings, appointments, devices, invoices, and payments. The all-in-one plugin for repair service tracking.

v4.1139Ateeq RafeeqUpdated Added 500 installs98% rating
24
Score
828
Errors
3,665
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance96
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

4,493 findings

Security

2,661

10 issue groups

Maintainability

1,469

11 issue groups

I18n

244

4 issue groups

WARNINGSecurityRequest data is not unslashed$_GET['activity'] not unslashed before sanitization. Use wp_unslash() or similar912
Category
Security
Occurrences
912
Severity
warning

Sample message

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

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

Sample message

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

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.716
Category
Security
Occurrences
716
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: "WC_CR_APPOINTMENTS_MANAGEMENT".217
Category
Maintainability
Occurrences
217
Severity
warning

Sample message

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

ERRORI18nMissing Translators CommentA 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.176
Category
I18n
Occurrences
176
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.

WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $computer_repair_customer_devices used in $wpdb->get_row()\n$computer_repair_customer_devices assigned unsafely at line 1545.163
Category
Security
Occurrences
163
Severity
warning

Sample message

Unescaped parameter $computer_repair_customer_devices used in $wpdb->get_row()\n$computer_repair_customer_devices assigned unsafely at line 1545.

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

Sample message

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

ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $base_query153
Category
Security
Occurrences
153
Severity
error

Sample message

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

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

Sample message

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

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

Sample message

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

Show 15 more
WARNINGSecurityMissing nonce verification115
Category
Security
Occurrences
115
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityDirect Query112
Category
Maintainability
Occurrences
112
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGSecurityInterpolated SQL is not prepared109
Category
Security
Occurrences
109
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $computer_repair_payments at "SELECT COUNT(*) FROM $computer_repair_payments WHERE `discount` = 0"

WARNINGMaintainabilityNo Caching104
Category
Maintainability
Occurrences
104
Severity
warning

Sample message

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

ERRORMaintainabilitydate date102
Category
Maintainability
Occurrences
102
Severity
error

Sample message

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

WARNINGMaintainabilityslow db query meta query53
Category
Maintainability
Occurrences
53
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

ERRORSecurityDatabase parameter is not escaped47
Category
Security
Occurrences
47
Severity
error

Sample message

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

ERRORMaintainabilitycurl curl setopt44
Category
Maintainability
Occurrences
44
Severity
error

Sample message

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERRORI18nUnordered Placeholders Text31
Category
I18n
Occurrences
31
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Showing %d of %d'.

ERRORMaintainabilitywp function not compatible with requires wp25
Category
Maintainability
Occurrences
25
Severity
error

Sample message

Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.0.0.

ERRORI18nMissing Arg Domain22
Category
I18n
Occurrences
22
Severity
error

Sample message

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

WARNINGMaintainabilityslow db query tax query18
Category
Maintainability
Occurrences
18
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

ERRORI18nNon Singular String Literal Text15
Category
I18n
Occurrences
15
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $_warranty_label

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: "rb_carregistration_inside_device_wrap_jobs".

ERRORMaintainabilitycurl curl init11
Category
Maintainability
Occurrences
11
Severity
error

Sample message

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

External Connections

Potential connections found in static code analysis.

19 domains

Outbound calls

207

External assets

9

Incoming endpoints

84

Notable Domains

fullcalendar.io160 · outbound
youtu.be9 · outbound
webfulcreations.com5 · outbound
apache.org3 · outbound
bite.lt1 · outbound
bulkgate.com1 · outbound

Platform / Reference Domains

w3.org10 · platform/reference
github.com7 · platform/reference
opensource.org2 · platform/reference
gnu.org1 · platform/reference

External Asset Domains

quickchart.io3 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_wc_return_devices_datalistpublic

wp_ajax

wp_ajax_nopriv_wcrb_add_appointmentpublic

wp_ajax

wp_ajax_nopriv_wcrb_add_customer_devicepublic

wp_ajax

wp_ajax_nopriv_wcrb_add_expensepublic

wp_ajax

wp_ajax_nopriv_wcrb_add_expense_categorypublic

wp_ajax

wp_ajax_nopriv_wcrb_calculate_expense_totalpublic

wp_ajax

Admin AJAX endpoints61
wp_ajax_wc_rb_generate_woocommerce_orderauthenticated

wp_ajax

wp_ajax_add_device_based_parts_dropdownauthenticated

wp_ajax

wp_ajax_repairbuddy_deactivate_plugin_processauthenticated

wp_ajax

wp_ajax_wc_add_device_for_manufactureauthenticated

wp_ajax

wp_ajax_wc_add_device_rowauthenticated

wp_ajax

wp_ajax_wc_add_job_history_manuallyauthenticated

wp_ajax

wp_ajax_wc_add_joblist_payment_form_outputauthenticated

wp_ajax

wp_ajax_wc_add_part_for_flyauthenticated

wp_ajax

wp_ajax_wc_add_service_for_flyauthenticated

wp_ajax

wp_ajax_wc_post_default_pages_indexesauthenticated

wp_ajax

wp_ajax_wc_post_payment_statusauthenticated

wp_ajax

wp_ajax_wc_post_sms_configuration_indexauthenticated

wp_ajax

49 more hidden

Score History

First score snapshot

v4.1139

24

Latest

Findings
4,493
Errors
828
Warnings
3,665
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins