URL Shortify – Simple and Easy URL Shortener

URL Shortify helps you beautify, manage, share & cloak any links on or off your WordPress website. Create links using your domain name!

v2.4.1KaizenCodersUpdated Added 10k+ installs94% rating100% support resolved
22
Score
1,520
Errors
2,689
Warnings
+0
Change

Category Scores

Security0
Repo78
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

4,209 findings

Maintainability

2,405

12 issue groups

Security

1,406

11 issue groups

I18n

264

2 issue groups

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".1,510
Category
Maintainability
Occurrences
1,510
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.823
Category
Security
Occurrences
823
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.

ERRORI18nText Domain MismatchMismatched text domain. Expected 'url-shortify' but got ''.219
Category
I18n
Occurrences
219
Severity
error

Sample message

Mismatched text domain. Expected 'url-shortify' but got ''.

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.150
Category
Maintainability
Occurrences
150
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;US&quot;.149
Category
Maintainability
Occurrences
149
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;US&quot;.

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;kc_us_post_insert_&#039; . $type&quot;.143
Category
Maintainability
Occurrences
143
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;kc_us_post_insert_&#039; . $type&quot;.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().142
Category
Maintainability
Occurrences
142
Severity
warning

Sample message

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

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.109
Category
Security
Occurrences
109
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.108
Category
Maintainability
Occurrences
108
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The bulk action $action does not have a callback method"'.90
Category
Security
Occurrences
90
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The bulk action $action does not have a callback method"'.

Show 15 more
WARNINGSecurityInterpolated SQL is not prepared72
Category
Security
Occurrences
72
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $column at &quot;$column = %s&quot;

WARNINGMaintainabilityNon-prefixed class65
Category
Maintainability
Occurrences
65
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;CronExpression&quot;.

WARNINGSecurityInput is not sanitized58
Category
Security
Occurrences
58
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_COOKIE[$visitor_cookie]

WARNINGSecurityNonce verification recommended57
Category
Security
Occurrences
57
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilitydate date52
Category
Maintainability
Occurrences
52
Severity
error

Sample message

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

WARNINGSecurityRequest data is not unslashed51
Category
Security
Occurrences
51
Severity
warning

Sample message

$_COOKIE[$visitor_cookie] not unslashed before sanitization. Use wp_unslash() or similar

ERRORSecuritySQL query is not prepared46
Category
Security
Occurrences
46
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $prepared_query

ERRORI18nMissing Translators Comment45
Category
I18n
Occurrences
45
Severity
error

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.

WARNINGSecurityInput is not validated36
Category
Security
Occurrences
36
Severity
warning

Sample message

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

WARNINGSecurityDatabase parameter is not escaped35
Category
Security
Occurrences
35
Severity
warning

Sample message

Unescaped parameter $column_name used in $wpdb-&gt;get_var()

ERRORSecurityDatabase parameter is not escaped29
Category
Security
Occurrences
29
Severity
error

Sample message

Unescaped parameter $links_table used in $wpdb->get_results()\n$links_table assigned unsafely at line 933.

ERRORMaintainabilityMissing direct file access protection29
Category
Maintainability
Occurrences
29
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNINGMaintainabilitySchema Change21
Category
Maintainability
Occurrences
21
Severity
warning

Sample message

Attempting a database schema change is discouraged.

WARNINGMaintainabilityerror log var export19
Category
Maintainability
Occurrences
19
Severity
warning

Sample message

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

ERRORMaintainabilityNot Allowed17
Category
Maintainability
Occurrences
17
Severity
error

Sample message

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

Score History

First score snapshot

v2.4.1

22

Latest

Findings
4,209
Errors
1,520
Warnings
2,689
Check
2.0.0

Related Plugins