Seraphinite Accelerator

Turns on site high speed to be attractive for people and search engines.

v2.29.15Seraphinite SolutionsUpdated 2026-06-19Added May 29, 202150k+ installs96% rating100% support resolved
22
Score
594
Errors
255
Warnings
+0
Change

Category Scores

Security0
Repo78
Performance100
Maintainability0

Top Issues by Category

security419
maintainability206
i18n153

Issues Details

849 issues found in latest scan

ERROR214
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<strong>Cache Hits:</strong> {$this -> nHits}<br />"'.

ERROR139
WordPress.WP.I18n.MissingTranslatorsComment

A function call to _nx() 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.

WARNING67
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

WARNING67
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

ERROR65
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

WARNING33
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR17
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

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

WARNING14
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

ERROR13
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING13
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

ERROR12
WordPress.WP.AlternativeFunctions.curl_curl_setopt

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR12
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite

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

ERROR12
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

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

WARNING11
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

ERROR11
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '": {$pattern}"'.

ERROR11
wp_function_not_compatible_with_requires_wp

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

WARNING10
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING9
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

ERROR9
WordPress.WP.AlternativeFunctions.file_system_operations_touch

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

ERROR9
WordPress.WP.AlternativeFunctions.rename_rename

rename() is discouraged. Use WP_Filesystem::move() to rename a file.

ERROR7
WordPress.WP.I18n.NonSingularStringLiteralContext

The $context parameter must be a single text string literal. Found: $comp

ERROR7
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $id

WARNING6
WordPress.PHP.DevelopmentFunctions.error_log_var_export

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

ERROR5
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $isolLvl used in $wpdb->query()\n$isolLvl used without escaping.

WARNING5
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

Latest Snapshot

Findings

849

Errors

594

Warnings

255

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v2.29.15

22

Latest

Findings
849
Errors
594
Warnings
255
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins