Squidge Security & Risk Analysis

wordpress.org/plugins/squidge

Squidge is a FREE WordpPress Plugin built for developers in mind compressing and convert images using jpegoptim, optipng, cwebp, and libavif.

40 active installs v0.1.4 PHP 5.6+ WP 5.5+ Updated Dec 21, 2021
compressionimageimage-compressionlazy-loadwebp
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Squidge Safe to Use in 2026?

Generally Safe

Score 85/100

Squidge has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 4yr ago
Risk Assessment

The "squidge" v0.1.4 plugin exhibits a strong security posture in several key areas. Its static analysis reveals no identified entry points (AJAX handlers, REST API routes, shortcodes, cron events) that are unprotected by authentication or capability checks, which significantly reduces the potential attack surface. Furthermore, all SQL queries are properly prepared, and all output is correctly escaped, mitigating common injection and cross-site scripting vulnerabilities. The absence of known CVEs and a clean vulnerability history suggest a commitment to security by the developers or a lack of historically exploitable issues.

However, the presence of dangerous functions like `shell_exec` and `exec` is a significant concern. While the static analysis does not show these functions being used in a way that is directly exploitable from the identified entry points, their mere presence introduces a potential risk if future code changes are made without careful consideration of input validation. The plugin also performs file operations and lacks any nonce checks or capability checks on its limited entry points, although the very low number of these points does mitigate this risk to some extent. Despite these potential weaknesses, the overall impression is that of a plugin with a solid foundation, but with room for improvement regarding the handling of potentially dangerous system functions.

Key Concerns

  • Use of dangerous functions (shell_exec, exec)
  • File operations without clear security context
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Squidge Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Squidge Release Timeline

v0.1.3
v0.1.2
Code Analysis
Analyzed Mar 16, 2026

Squidge Code Analysis

Dangerous Functions
5
Raw SQL Queries
0
0 prepared
Unescaped Output
0
0 escaped
Nonce Checks
0
Capability Checks
0
File Operations
2
External Requests
0
Bundled Libraries
0

Dangerous Functions Found

shell_exec$return = shell_exec(sprintf("which %s", escapeshellarg(static::cmd_name())));core\Package\Service.php:145
execexec(sprintf('%s --min 0 --max 63 --speed 6 -a end-usage=q -a cq-level=18 -a tune=ssim %s %s 2> /devcore\Services\AVIF.php:51
execexec(sprintf('%s --strip-all --overwrite --max=%d %s 2> /dev/null', escapeshellarg(self::cmd_name())core\Services\JPG.php:59
execexec(sprintf('%s -clobber -strip all -o %d %s 2> /dev/null', escapeshellarg(self::cmd_name()), escapcore\Services\PNG.php:59
execexec(sprintf('%s -q %d %s -o %s 2> /dev/null', escapeshellarg(self::cmd_name()), $args['quality'], ecore\Services\WebP.php:60
Attack Surface

Squidge Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 11
actionafter_setup_themecore\Admin\Fields.php:42
actioncarbon_fields_register_fieldscore\Admin\Fields.php:43
actionadmin_enqueue_scriptscore\Admin\Fields.php:44
filterbig_image_size_thresholdcore\Admin\Upload.php:43
filterwp_generate_attachment_metadatacore\Admin\Upload.php:44
filterwp_generate_attachment_metadatacore\Admin\Upload.php:45
filterwp_generate_attachment_metadatacore\Admin\Upload.php:46
filterwp_generate_attachment_metadatacore\Admin\Upload.php:47
filterdelete_attachmentcore\Admin\Upload.php:48
filterdelete_attachmentcore\Admin\Upload.php:49
actioncarbon_fields_fields_registeredcore\Squidge.php:79
Maintenance & Trust

Squidge Maintenance & Trust

Maintenance Signals

WordPress version tested5.8.13
Last updatedDec 21, 2021
PHP min version5.6
Downloads2K

Community Trust

Rating74/100
Number of ratings3
Active installs40
Developer Profile

Squidge Developer Profile

Ainsley Clark

1 plugin · 40 total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Squidge

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/squidge/assets/admin.css

HTML / DOM Fingerprints

CSS Classes
squidgesquidge-disabledsquidge-healthsquidge-health-inactivesquidge-health-active
Data Attributes
readOnlyplaceholdersquidge_infosquidge_jpg_enablesquidge_jpg_qualitysquidge_png_enable+4 more
FAQ

Frequently Asked Questions about Squidge