TinyPNG – JPEG, PNG & WebP image compression

Speed up your website. Optimize your JPEG, PNG, and WebP images automatically with TinyPNG.

v3.6.14TinyPNGUpdated 2026-05-15Added Feb 12, 2015100k+ installs90% rating0% support resolved
38
Score
196
Errors
141
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability63

Top Issues by Category

security233
maintainability104

Issues Details

337 issues found in latest scan

ERROR130
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$active['unconverted']'.

WARNING65
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR24
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$details['message']'.

ERROR22
missing_direct_file_access_protection

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

WARNING19
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['image_sizes_selected']

WARNING19
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['image_sizes_selected'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING13
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING9
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR8
PluginCheck.CodeAnalysis.SettingSanitization.register_settingMissing

Sanitization missing for register_setting().

WARNING7
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET['image_sizes_selected']. Check that the array index exists before using it.

ERROR5
wp_function_not_compatible_with_requires_wp

Function "mb_strlen()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 4.0.0.

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wp_ajax_' . $action".

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_error_log

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

ERROR2
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR2
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

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

ERROR2
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

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

WARNING1
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

WARNING1
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING1
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING1
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

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.

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

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

Latest Snapshot

Findings

337

Errors

196

Warnings

141

Score History

First score snapshot

First scan completed Jun 19, 2026

v3.6.14 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v3.6.14

38

Latest

Findings
337
Errors
196
Warnings
141
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins