Bulk-generate WCAG-friendly image alt text with AI — no API key needed. Every site gets free monthly credits for accessibility (ADA/EAA compliance) an …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
79
16 issue groups
Security
24
6 issue groups
I18n
20
2 issue groups
Supply Chain
2
1 issue group
Sample message
Direct integration with a third-party AI provider (api.anthropic.com) detected. Consider the WordPress AI Client (wp_ai_client_prompt()) introduced in WordPress 7.0.
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.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$current'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_POST['image_url'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Processed %d of %d images.'.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ai_alt_text_generator".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$response'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['nonce']
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
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.
Sample message
Hidden files are not permitted.
Sample message
Function "wp_set_script_translations()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.6.0.
Potential connections found in static code analysis.
Outbound calls
66
External assets
0
Incoming endpoints
36
No external asset domains detected.
wp_ajax
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
16 score snapshots
v2.7.0
31
Latest
v2.6.8
31
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 126 | 71 | 55 | v2.7.0 | 2.1.0 |
| 31 | 127 | 72 | 55 | v2.6.8 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.