Link Library

The purpose of this plugin is to add the ability to output a list of link categories and a complete list of links with notes and descriptions.

v7.9.2Yannick LefebvreUpdated 2026-04-26Added Mar 17, 200510k+ installs94% rating0% support resolved
20
Score
1,941
Errors
1,397
Warnings
+0
Change

Category Scores

Security0
Repo79
Performance84
Maintainability0

Top Issues by Category

security2,418
maintainability790
performance10

Issues Details

3,338 issues found in latest scan

ERROR966
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR772
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<font face=\"verdana\" size=\"2\">Critical Error: <strong>Unable to create: $name</strong></font>"'.

WARNING547
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING264
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING162
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING98
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

WARNING83
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING38
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING35
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR24
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().

WARNING22
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING22
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR21
WordPress.WP.AlternativeFunctions.rand_rand

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

ERROR20
WordPress.DB.PreparedSQL.NotPrepared

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

ERROR18
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

WARNING17
WordPress.PHP.DevelopmentFunctions.error_log_print_r

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

WARNING17
WordPress.WP.DeprecatedParameters.Get_termsParam2Found

The parameter &quot;$link_categories_query_args&quot; at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.

WARNING14
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

WARNING14
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

ERROR12
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERROR12
missing_direct_file_access_protection

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

ERROR11
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

WARNING10
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude

Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

ERROR10
wp_function_not_compatible_with_requires_wp

Function "has_blocks()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.4.0.

ERROR9
WordPress.DateTime.RestrictedFunctions.date_date

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

Latest Snapshot

Findings

3,338

Errors

1,941

Warnings

1,397

Score History

First score snapshot

First scan completed Jun 20, 2026

v7.9.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v7.9.2

20

Latest

Findings
3,338
Errors
1,941
Warnings
1,397
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins