AI Builder – Generate pages, blocks, images & translate with AI

Create WordPress pages, blocks, and images with AI. Translate pages instantly.

v2.7.6EnkiUpdated Added 400 installs84% rating
31
Score
101
Errors
194
Warnings
+0
Change

Category Scores

Security0
Repo90
Performance100
Maintainability36

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

295 findings

Maintainability

174

17 issue groups

Security

113

5 issue groups

I18n

7

2 issue groups

Supply Chain

1

1 issue group

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$block".113
Category
Maintainability
Occurrences
113
Severity
warning

Sample message

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

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action'.48
Category
Security
Occurrences
48
Severity
error

Sample message

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

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET['content']28
Category
Security
Occurrences
28
Severity
warning

Sample message

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

WARNINGSecurityRequest data is not unslashed$_GET['content'] not unslashed before sanitization. Use wp_unslash() or similar17
Category
Security
Occurrences
17
Severity
warning

Sample message

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

ERRORMaintainabilitywp function not compatible with requires wpFunction "get_block_template()" requires WordPress 5.8.0, but your plugin minimum supported version is WordPress 5.0.0.16
Category
Maintainability
Occurrences
16
Severity
error

Sample message

Function "get_block_template()" requires WordPress 5.8.0, but your plugin minimum supported version is WordPress 5.0.0.

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.15
Category
Security
Occurrences
15
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERRORMaintainabilityparse url parse urlparse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

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

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.5
Category
Security
Occurrences
5
Severity
warning

Sample message

Processing form data without nonce verification.

Show 15 more
ERRORMaintainabilityapplication detected5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

Application files are not permitted.

WARNINGMaintainabilityNon-prefixed function4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

ERRORI18nText Domain Mismatch4
Category
I18n
Occurrences
4
Severity
error

Sample message

Mismatched text domain. Expected 'ai-builder' but got 'aibui-builder'.

WARNINGMaintainabilityslow db query meta query3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

WARNINGMaintainabilityMissing Version3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

ERRORI18nMissing Translators Comment3
Category
I18n
Occurrences
3
Severity
error

Sample message

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

WARNINGMaintainabilityslow db query tax query2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

WARNINGMaintainabilityerror log error log2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

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

ERRORMaintainabilityfile system operations is writable2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

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

ERRORMaintainabilityunlink unlink2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

unlink() is discouraged. Use wp_delete_file() to delete a file.

ERRORMaintainabilityPlugin Directory Write1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of function plugin_dir_path(). Use wp_upload_dir() to get the uploads directory path or save to the database instead.

ERRORMaintainabilitystrip tags strip tags1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERRORSupply ChainHidden files included1
Category
Supply Chain
Occurrences
1
Severity
error

Sample message

Hidden files are not permitted.

WARNINGMaintainabilitymismatched plugin name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Plugin name "AI Builder - Generate pages, blocks, images & translate with AI" is different from the name declared in plugin header "AI Builder - Generate pages, blocks, text and images with AI".

WARNINGMaintainabilityunexpected markdown file1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Unexpected markdown file "README-AI-IMAGE.md" detected in plugin root. Only specific markdown files are expected in production plugins.

External Connections

Potential connections found in static code analysis.

14 domains

Outbound calls

233

External assets

8

Incoming endpoints

47

Notable Domains

unpkg.com6 · outbound
enkicorbin.fr5 · outbound
maps.googleapis.com3 · outbound

Platform / Reference Domains

w3.org154 · platform/reference
api.w.org5 · platform/reference
gnu.org5 · platform/reference
developer.wordpress.org2 · platform/reference
wordpress.org2 · platform/reference

External Asset Domains

youtube.com11 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_aibui_submit_contact_formpublic

wp_ajax

Admin AJAX endpoints30
wp_ajax_aibui_get_tokenauthenticated

wp_ajax

wp_ajax_aibui_save_tokenauthenticated

wp_ajax

wp_ajax_aibui_set_signup_successauthenticated

wp_ajax

wp_ajax_aibui_signoutauthenticated

wp_ajax

admin_post_aibui_save_translation_settingsauthenticated

admin_post

wp_ajax_aibui_agent_api_proxyauthenticated

wp_ajax

wp_ajax_aibui_agent_chatauthenticated

wp_ajax

wp_ajax_aibui_agent_execute_toolauthenticated

wp_ajax

wp_ajax_aibui_agent_get_routesauthenticated

wp_ajax

wp_ajax_aibui_agent_get_statsauthenticated

wp_ajax

wp_ajax_aibui_agent_reset_routesauthenticated

wp_ajax

wp_ajax_aibui_agent_update_routesauthenticated

wp_ajax

18 more hidden

Score History

First score snapshot

v2.7.6

31

Latest

Findings
295
Errors
101
Warnings
194
Check
2.0.0

Relationship Map

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

36 nodes

Related Plugins

AI Content Signals

500 active installs

100
AI Share & Summarize

1k+ active installs

100
Breadcrumb Block

3k+ active installs

100
Child Theme Wizard

10k+ active installs

100
Counting Number Block

2k+ active installs

100