WordPress Repair Shop CRM: Manage online bookings, appointments, devices, invoices, and payments. The all-in-one plugin for repair service tracking.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
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 moreShow less
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.
Outbound calls
207
External assets
9
Incoming endpoints
84
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
Admin AJAX endpoints61
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
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
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 4,493 | 828 | 3,665 | v4.1139 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.