Clicky Analytics

This plugin will display Clicky Web Analytics data and statistics inside your WordPress Administration Dashboard.

v2.2.4Alin MarcuUpdated 2026-05-24Added May 23, 201310k+ installs90% rating
33
Score
166
Errors
92
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability45

Top Issues by Category

security145
maintainability90
i18n21

Issues Details

258 issues found in latest scan

ERROR71
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a class='nav-tab' id='tab-$tab' href='#top#cawp-$tab'>$name</a>"'.

ERROR39
wp_function_not_compatible_with_requires_wp

Function "_doing_it_wrong()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 2.8.0.

WARNING26
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST[&#039;cawp_security&#039;] not unslashed before sanitization. Use wp_unslash() or similar

ERROR20
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING15
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST[&#039;cawp_security&#039;]

WARNING12
WordPress.WP.EnqueuedResourceParameters.NotInFooter

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

WARNING11
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_POST[&#039;filter&#039;]. Check that the array index exists before using it.

ERROR11
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING8
WordPress.PHP.DevelopmentFunctions.error_log_print_r

print_r() found. Debug code should not normally be used in production.

WARNING6
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING6
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERROR6
WordPress.WP.I18n.NoEmptyStrings

The $text text string should have translatable content. Found: ""

ERROR4
WordPress.WP.EnqueuedResources.NonEnqueuedScript

Scripts must be registered/enqueued via wp_enqueue_script()

ERROR3
PluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContent

Found call to wp_register_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.

WARNING3
WordPress.WP.EnqueuedResourceParameters.MissingVersion

Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.

ERROR3
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: ucfirst( $metric )

ERROR2
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING2
WordPress.Security.ValidatedSanitizedInput.InputNotValidatedNotSanitized

Detected usage of a non-sanitized, non-validated input variable _SERVER: &quot;://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]&quot;

ERROR2
library_core_files

Library files that are already in the WordPress core are not permitted.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;doing_it_wrong_trigger_error&quot;.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$country_codes&quot;.

WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error

trigger_error() found. Debug code should not normally be used in production.

ERROR1
WordPress.WP.AlternativeFunctions.rand_rand

rand() is discouraged. Use the far less predictable wp_rand() instead.

ERROR1
WordPress.WP.EnqueuedResourceParameters.NoExplicitVersion

Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.

ERROR1
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'clicky-analytics' but got 'clicky'.

Latest Snapshot

Findings

258

Errors

166

Warnings

92

Score History

First score snapshot

First scan completed Jun 20, 2026

v2.2.4 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v2.2.4

33

Latest

Findings
258
Errors
166
Warnings
92
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins