EffortLess Simple Image Optimiser Security & Risk Analysis

wordpress.org/plugins/effortless-simple-image-optimiser

Automatically optimise uploaded images using the PHP GD library — no external APIs, no account required.

0 active installs v1.0.56 PHP 7.4+ WP 5.9+ Updated Mar 28, 2026
compress-imagesgd-libraryimage-optimisationresize-imageswebp
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is EffortLess Simple Image Optimiser Safe to Use in 2026?

Generally Safe

Score 100/100

EffortLess Simple Image Optimiser has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1mo ago
Risk Assessment

The plugin "effortless-simple-image-optimiser" v1.0.56 demonstrates a generally strong security posture based on the provided static analysis and vulnerability history. All identified entry points (AJAX handlers) are protected with both nonce and capability checks, and all SQL queries utilize prepared statements, which are excellent security practices. Output escaping is also comprehensive, further reducing the risk of cross-site scripting vulnerabilities. The absence of any recorded vulnerabilities or CVEs in its history is a positive indicator of its stability and security over time.

However, a notable concern is the presence of the `unserialize` function. While not directly leading to a detected taint flow in this analysis, `unserialize` is inherently risky when handling untrusted input, as it can be exploited for object injection vulnerabilities if not strictly controlled. The lack of any taint analysis results might indicate that the input to `unserialize` is either not dynamic or is otherwise secured, but this remains a potential area for deeper investigation. The plugin's attack surface is solely composed of AJAX handlers, which, while protected, still represent potential vectors if any underlying logic is flawed. The absence of shortcodes, REST API routes, or cron events contributing to the attack surface is a positive sign of a limited scope.

In conclusion, the plugin exhibits good security hygiene through its use of authentication, prepared statements, and output escaping. The primary area of caution is the use of `unserialize`, which warrants careful consideration and validation of its input handling mechanisms. The clean vulnerability history is reassuring, suggesting a mature and relatively secure codebase.

Key Concerns

  • Use of unserialize function
Vulnerabilities
None known

EffortLess Simple Image Optimiser Security Vulnerabilities

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

EffortLess Simple Image Optimiser Release Timeline

v1.0.56Current
Code Analysis
Analyzed Apr 16, 2026

EffortLess Simple Image Optimiser Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
6 prepared
Unescaped Output
0
169 escaped
Nonce Checks
16
Capability Checks
16
File Operations
7
External Requests
0
Bundled Libraries
0

Dangerous Functions Found

unserialize$data = unserialize( $raw, array( 'allowed_classes' => false ) ); // phpcs:ignore WordPress.PHP.Discincludes/class-elsio-url-replacer.php:195

SQL Query Safety

100% prepared6 total queries

Output Escaping

100% escaped169 total outputs
Attack Surface

EffortLess Simple Image Optimiser Attack Surface

Entry Points16
Unprotected0

AJAX Handlers 16

authwp_ajax_elsio_bulk_get_idsincludes/class-elsio-bulk-optimizer.php:66
authwp_ajax_elsio_bulk_get_statsincludes/class-elsio-bulk-optimizer.php:67
authwp_ajax_elsio_bulk_process_oneincludes/class-elsio-bulk-optimizer.php:68
authwp_ajax_elsio_bulk_reset_flagsincludes/class-elsio-bulk-optimizer.php:69
authwp_ajax_elsio_ghosts_scanincludes/class-elsio-bulk-optimizer.php:70
authwp_ajax_elsio_ghosts_cleanincludes/class-elsio-bulk-optimizer.php:71
authwp_ajax_elsio_dedup_scanincludes/class-elsio-dedup.php:85
authwp_ajax_elsio_dedup_process_groupincludes/class-elsio-dedup.php:86
authwp_ajax_elsio_originals_scanincludes/class-elsio-restore.php:37
authwp_ajax_elsio_originals_restore_allincludes/class-elsio-restore.php:38
authwp_ajax_elsio_restore_oneincludes/class-elsio-restore.php:39
authwp_ajax_elsio_originals_discard_allincludes/class-elsio-restore.php:40
authwp_ajax_elsio_regen_get_idsincludes/class-elsio-thumb-regen.php:42
authwp_ajax_elsio_regen_get_statsincludes/class-elsio-thumb-regen.php:43
authwp_ajax_elsio_regen_process_oneincludes/class-elsio-thumb-regen.php:44
authwp_ajax_elsio_regen_reset_flagsincludes/class-elsio-thumb-regen.php:45
WordPress Hooks 10
actionadmin_menueffortless-simple-image-optimiser.php:141
actionadmin_initeffortless-simple-image-optimiser.php:142
actionadmin_enqueue_scriptseffortless-simple-image-optimiser.php:143
actionplugins_loadedeffortless-simple-image-optimiser.php:164
actiondelete_attachmentincludes/class-elsio-bulk-optimizer.php:84
filterwp_handle_uploadincludes/class-elsio-image-optimizer.php:76
filterwp_handle_sideloadincludes/class-elsio-image-optimizer.php:77
filterwp_generate_attachment_metadataincludes/class-elsio-image-optimizer.php:78
actionadd_attachmentincludes/class-elsio-image-optimizer.php:81
actiondelete_attachmentincludes/class-elsio-restore.php:47
Maintenance & Trust

EffortLess Simple Image Optimiser Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedMar 28, 2026
PHP min version7.4
Downloads53

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

EffortLess Simple Image Optimiser Developer Profile

domclic

13 plugins · 20 total installs

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

How We Detect EffortLess Simple Image Optimiser

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/effortless-simple-image-optimiser/assets/css/admin.css/wp-content/plugins/effortless-simple-image-optimiser/assets/js/admin.js
Script Paths
/wp-content/plugins/effortless-simple-image-optimiser/assets/js/admin.js
Version Parameters
effortless-simple-image-optimiser/assets/css/admin.css?ver=effortless-simple-image-optimiser/assets/js/admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
elsio-settings-sectionelsio-settings-fieldelsio-toggleelsio-status-indicator
HTML Comments
<!-- Saved values displayed here will not be applied until the page is reloaded. --><!-- Settings section: Image Optimisation Options --><!-- Settings field: Enable On Upload --><!-- Settings field: Enable Resize -->+6 more
Data Attributes
data-option-key="enable_on_upload"data-option-key="enable_resize"data-option-key="max_width"data-option-key="max_height"data-option-key="jpeg_quality"data-option-key="webp_quality"+11 more
JS Globals
window.elsio = {};window.elsio.gd_support = false;window.elsio.webp_support = false;window.elsio.admin_nonce = ""window.elsio.admin_ajax_url = ""
FAQ

Frequently Asked Questions about EffortLess Simple Image Optimiser