Self-hosted ERP for WordPress with HR, CRM, accounting, and recruitment. Run your business from one dashboard and keep your data yours.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
4,828
11 issue groups
Security
1,632
11 issue groups
I18n
229
3 issue groups
Sample message
Use of a direct database call is discouraged.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "acct_send_email".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_18_to_25".
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'erp_ac_settings_section_fields_' . $this->id".
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $add_or at "$field $search_condition %s $add_or"
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.
Sample message
Unescaped parameter $activity_tb used in $wpdb->get_col()\n$activity_tb assigned unsafely at line 30.
Sample message
Attempting a database schema change is discouraged.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
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.
Sample message
Detected usage of a non-sanitized input variable: $_GET['filter_leave_status']
Sample message
$_GET['filter_leave_status'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The $text parameter must not contain interpolated variables or expressions. Found: {$field_name}
Sample message
It is not necessary to prepare a query which doesn't use variable replacement.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 260.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$1s, %2$2s", but got "%1s, %2s" in '<strong>%1s</strong> created a note for <strong>%2s</strong>'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"⚠️ Already patched: $method\n"'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['ics']['type']. Check that the array index exists before using it.
Potential connections found in static code analysis.
Outbound calls
292
External assets
3
Incoming endpoints
5
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v1.17.7
23
Latest
v1.17.6
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 6,796 | 828 | 5,968 | v1.17.7 | 2.0.0 |
| 22 | 6,797 | 828 | 5,969 | v1.17.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.