Create smart automations that integrate your website with your favourite apps and plugins
Category Scores
Top Issues by Category
maintainability76
security55
Issues Details
168 issues found in latest scan
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "TAP_DB_PREFIX".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "register_new_user".
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_url".
Processing form data without nonce verification.
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 224.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action['id']'.
The $domain parameter must be a single text string literal. Found: TAP_DOMAIN
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$message'.
Detected usage of meta_key, possible slow query.
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "TAP_DB_Manager".
Detected usage of a non-sanitized input variable: $_POST['nonce']
Use placeholders and $wpdb->prepare(); found interpolated variable {$log_table} at "SELECT * FROM {$log_table} WHERE automation_id = %d ORDER BY date_started DESC"
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '%tap-%'.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "Utils::create_dynamic_trigger( Items\Wordpress_Webhook_Receive::get_wp_hook(), $hash )".
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "tap_admin_notice".
trigger_error() found. Debug code should not normally be used in production.
var_export() found. Debug code should not normally be used in production.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.DB.PreparedSQL.NotPrepared | ERROR | Use placeholders and $wpdb->prepare(); found $query | 22 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 19 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "TAP_DB_PREFIX". | 16 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "register_new_user". | 11 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_url". | 11 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 11 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 10 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 8 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | ERROR | Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 224. | 7 |
| WordPress.Security.EscapeOutput.ExceptionNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action['id']'. | 7 |
| WordPress.WP.I18n.NonSingularStringLiteralDomain | ERROR | The $domain parameter must be a single text string literal. Found: TAP_DOMAIN | 6 |
| WordPress.DateTime.RestrictedFunctions.date_date | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 5 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$message'. | 4 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_key | WARNING | Detected usage of meta_key, possible slow query. | 3 |
| WordPress.WP.EnqueuedResourceParameters.MissingVersion | WARNING | Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching. | 3 |
| Generic.PHP.BacktickOperator.Found | ERROR | Use of the backtick operator is forbidden | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "TAP_DB_Manager". | 2 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['nonce'] | 2 |
| Generic.PHP.ForbiddenFunctions.Found | ERROR | The use of function move_uploaded_file() is forbidden | 1 |
| WordPress.DB.PreparedSQL.InterpolatedNotPrepared | WARNING | Use placeholders and $wpdb->prepare(); found interpolated variable {$log_table} at "SELECT * FROM {$log_table} WHERE automation_id = %d ORDER BY date_started DESC" | 1 |
| WordPress.DB.PreparedSQLPlaceholders.LikeWildcardsInQuery | ERROR | SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '%tap-%'. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "Utils::create_dynamic_trigger( Items\Wordpress_Webhook_Receive::get_wp_hook(), $hash )". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "tap_admin_notice". | 1 |
| WordPress.PHP.DevelopmentFunctions.error_log_trigger_error | WARNING | trigger_error() found. Debug code should not normally be used in production. | 1 |
| WordPress.PHP.DevelopmentFunctions.error_log_var_export | WARNING | var_export() found. Debug code should not normally be used in production. | 1 |
Latest Snapshot
Findings
168
Errors
84
Warnings
84
Score History
First score snapshot
First scan completed Jun 20, 2026
v10.6.1.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v10.6.1.1
32
Latest
- Findings
- 168
- Errors
- 84
- Warnings
- 84
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 32 | 168 | 84 | 84 | v10.6.1.1 | 2.0.0 | 2026.06-mvp-static-v2 |