Image SEO – AI-Driven Image SEO Optimizer

Improve your images alt, title, captions and filenames for better SEO rankings.

v3.2.6watermelon-joyUpdated Added 1k+ installs68% rating
26
Score
350
Errors
327
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance96
Maintainability10

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

677 findings

Security

243

12 issue groups

I18n

201

2 issue groups

Maintainability

197

11 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'imageseo' but got 'action-scheduler'.191
Category
I18n
Occurrences
191
Severity
error

Sample message

Mismatched text domain. Expected 'imageseo' but got 'action-scheduler'.

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The bulk action $action does not have a callback method"'.81
Category
Security
Occurrences
81
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The bulk action $action does not have a callback method"'.

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.63
Category
Maintainability
Occurrences
63
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().57
Category
Maintainability
Occurrences
57
Severity
warning

Sample message

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

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_GET['_wpnonce']. Check that the array index exists before using it.24
Category
Security
Occurrences
24
Severity
warning

Sample message

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

WARNINGSecuritywp redirect wp redirectwp_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.23
Category
Security
Occurrences
23
Severity
warning

Sample message

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.

WARNINGMaintainabilityDynamic hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".19
Category
Maintainability
Occurrences
19
Severity
warning

Sample message

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

WARNINGSecurityRequest data is not unslashed$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar18
Category
Security
Occurrences
18
Severity
warning

Sample message

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

WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $column_name used in $wpdb->get_var()17
Category
Security
Occurrences
17
Severity
warning

Sample message

Unescaped parameter $column_name used in $wpdb->get_var()

ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $query17
Category
Security
Occurrences
17
Severity
error

Sample message

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

Show 15 more
WARNINGSecurityInput is not sanitized17
Category
Security
Occurrences
17
Severity
warning

Sample message

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

ERRORSecurityDatabase parameter is not escaped15
Category
Security
Occurrences
15
Severity
error

Sample message

Unescaped parameter $column used in $wpdb->get_var()\n$column assigned unsafely at line 401.

WARNINGSecurityNonce verification recommended13
Category
Security
Occurrences
13
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon-prefixed function11
Category
Maintainability
Occurrences
11
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "as_enqueue_async_action".

WARNINGMaintainabilityNon-prefixed global variable10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log error log10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

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

ERRORI18nMissing Translators Comment10
Category
I18n
Occurrences
10
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed hook name7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_memory_limit".

WARNINGSecurityMissing nonce verification7
Category
Security
Occurrences
7
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInterpolated SQL is not prepared6
Category
Security
Occurrences
6
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable {$action_id_string} at "UPDATE {$wpdb->actionscheduler_actions} SET claim_id = 0 WHERE action_id IN ({$action_id_string})"

ERRORMaintainabilitybadly named files6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

File and folder names must not contain spaces or special characters.

ERRORMaintainabilityMissing direct file access protection6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

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

ERRORSecurityOutput is not escaped5
Category
Security
Occurrences
5
Severity
error

Sample message

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

WARNINGMaintainabilityerror log var export4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

WARNINGMaintainabilityNot In Footer4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

External Connections

Potential connections found in static code analysis.

26 domains

Outbound calls

95

External assets

0

Incoming endpoints

11

Notable Domains

webpack.js.org10 · outbound
imageseo.io7 · outbound
app.imageseo.io5 · outbound
en.wikipedia.org5 · outbound
php.net5 · outbound
stackoverflow.com5 · outbound

Platform / Reference Domains

github.com15 · platform/reference
opensource.org15 · platform/reference
core.trac.wordpress.org2 · platform/reference
gnu.org2 · platform/reference
w3.org2 · platform/reference
wordpress.org2 · platform/reference
profiles.wordpress.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

wp_ajax_nopriv_public

wp_ajax

Admin AJAX endpoints9
admin_post_imageseo_backup_attachmentauthenticated

admin_post

admin_post_imageseo_backup_rename_fileauthenticated

admin_post

admin_post_imageseo_generate_altauthenticated

admin_post

admin_post_imageseo_generate_manual_social_mediaauthenticated

admin_post

admin_post_imageseo_recount_imagesauthenticated

admin_post

admin_post_imageseo_rename_attachmentauthenticated

admin_post

wp_ajax_imageseo_check_current_processauthenticated

wp_ajax

wp_ajax_imageseo_generate_social_mediaauthenticated

wp_ajax

wp_ajax_imageseo_media_alt_updateauthenticated

wp_ajax

Score History

First score snapshot

v3.2.6

26

Latest

Findings
677
Errors
350
Warnings
327
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins

AI Content Signals

500 active installs

100
Extend Link

1k+ active installs

100
Magic robots.txt

1k+ active installs

100
Meta Keywords for Each Page

800 active installs

100
noindex SEO

3k+ active installs

100
Press Release Distribution

700 active installs

100