Experience the power of automation within WordPress: Connect 1,500+ apps, automate manual tasks, and unlock your full potential. Get started now!
Category Scores
Top Issues by Category
maintainability3,164
security94
Issues Details
3,334 issues found in latest scan
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$activity'.
Detected usage of meta_query, possible slow query.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AcEnrollUserToCourse".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "acfw_filter_amount".
Detected usage of meta_key, possible slow query.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$clear_cache_url".
$_POST['poll_' . $_POST['poll_id']] not unslashed before sanitization. Use wp_unslash() or similar
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.4.0.
Unescaped parameter $group_table used in $wpdb->get_results()\n$group_table assigned unsafely at line 26915.
Detected usage of meta_value, possible slow query.
Do not use Localhost/127.0.0.1/*.local in your code. Found: http://example.local/
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ap_get_current_user_id".
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$action_to_perform".
The "apbd_wps/action/ticket" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
Multiple folders with the same name but different case were found. This can be problematic on certain file systems.
Plugin name "OttoKit: All-in-One Automation Platform" is different from the name declared in plugin header "OttoKit".
| Code | Type | Message | Count |
|---|---|---|---|
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 1,377 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 801 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 778 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | 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. | 75 |
| WordPress.Security.EscapeOutput.ExceptionNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$activity'. | 52 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_query | WARNING | Detected usage of meta_query, possible slow query. | 44 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AcEnrollUserToCourse". | 35 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "acfw_filter_amount". | 33 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_key | WARNING | Detected usage of meta_key, possible slow query. | 28 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$clear_cache_url". | 26 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['poll_' . $_POST['poll_id']] not unslashed before sanitization. Use wp_unslash() or similar | 25 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.4.0. | 18 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $group_table used in $wpdb->get_results()\n$group_table assigned unsafely at line 26915. | 17 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_value | WARNING | Detected usage of meta_value, possible slow query. | 11 |
| PluginCheck.CodeAnalysis.Localhost.Found | ERROR | Do not use Localhost/127.0.0.1/*.local in your code. Found: http://example.local/ | 5 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ap_get_current_user_id". | 4 |
| PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | WARNING | load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$action_to_perform". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.InvalidPrefixPassed | WARNING | The "apbd_wps/action/ticket" prefix is not a valid namespace/function/class/variable/constant prefix in PHP. | 1 |
| case_sensitive_folders | ERROR | Multiple folders with the same name but different case were found. This can be problematic on certain file systems. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "OttoKit: All-in-One Automation Platform" is different from the name declared in plugin header "OttoKit". | 1 |
Latest Snapshot
Findings
3,334
Errors
1,528
Warnings
1,806
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.1.31 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.1.31
25
Latest
- Findings
- 3,334
- Errors
- 1,528
- Warnings
- 1,806
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 25 | 3,334 | 1,528 | 1,806 | v1.1.31 | 2.0.0 | 2026.06-mvp-static-v2 |