How do you make your website great? Clarity can help you quickly see what's working on your site and where people get stuck.
Prioritized issue groups from the latest Plugin Check scan
Security
116
12 issue groups
Maintainability
98
12 issue groups
I18n
4
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
$_GET['BAInjectFrontendScript'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Function "get_sites()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_event_listeners".
Sample message
Use of a direct database call is discouraged.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$config_body'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['new_value']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 93.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "DELETE FROM $table WHERE id <= %d"
Sample message
Mismatched text domain. Expected 'microsoft-clarity' but got 'text-domain'.
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
The plugin name includes a restricted term. Your chosen plugin name - "Microsoft Clarity" - contains the restricted term "microsoft" and cannot be used to begin your plugin name. We disallow the use of certain terms in ways that are abused, or potentially infringe on and/or are misleading with regards to trademarks. You may use the term "microsoft" elsewhere in your plugin name, such as "... for microsoft".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_content".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Sanitization missing for register_setting().
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Attempting a database schema change is discouraged.
Sample message
The %i modifier is only supported in WP 6.2 or higher. Found: "%i".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MAX_NUMBER_OF_USERS".
Potential connections found in static code analysis.
Outbound calls
14
External assets
0
Incoming endpoints
5
No external asset domains detected.
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v0.10.27
36
Latest
v0.10.26
36
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 221 | 53 | 168 | v0.10.27 | 2.0.0 |
| 36 | 211 | 48 | 163 | v0.10.26 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.