Starter Templates – AI-Powered Templates for Elementor & Gutenberg

The growing library of 300+ ready-to-use templates that work with all WordPress themes including Astra, Hello, OceanWP, GeneratePress and more

v4.6.3Brainstorm ForceUpdated Added 1m+ installs98% rating80% support resolved
24
Score
125
Errors
394
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance98
Maintainability5

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

519 findings

Maintainability

386

16 issue groups

Security

107

7 issue groups

I18n

12

2 issue groups

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_taxonomy_args_' . $data['taxonomy']".181
Category
Maintainability
Occurrences
181
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woocommerce_taxonomy_args_' . $data['taxonomy']".

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

Sample message

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

WARNINGSecurityRequest data is not unslashed$_GET['credit_token'] not unslashed before sanitization. Use wp_unslash() or similar62
Category
Security
Occurrences
62
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AI_BUILDER_BASE".36
Category
Maintainability
Occurrences
36
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AI_BUILDER_BASE".

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "Ai_Builder_Compatibility".26
Category
Maintainability
Occurrences
26
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Ai_Builder_Compatibility".

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

Sample message

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

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

Sample message

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

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

Sample message

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

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

Sample message

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

ERRORMaintainabilityunlink unlinkunlink() is discouraged. Use wp_delete_file() to delete a file.8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

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

Show 15 more
ERRORI18nMissing Translators Comment7
Category
I18n
Occurrences
7
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.

WARNINGMaintainabilityDirect Query6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed namespace6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "AI_Builder\Inc\Compatibility\Elementor".

WARNINGSecurityMissing nonce verification6
Category
Security
Occurrences
6
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGI18nDiscouraged text-domain loading5
Category
I18n
Occurrences
5
Severity
warning

Sample message

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

WARNINGMaintainabilityDiscouraged PHP function5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

The use of function ini_set() is discouraged

WARNINGSecurityDatabase parameter is not escaped4
Category
Security
Occurrences
4
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed function2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

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

ERRORSecurityUnsafe printing function2
Category
Security
Occurrences
2
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNINGSecurityInput is not validated2
Category
Security
Occurrences
2
Severity
warning

Sample message

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

ERRORMaintainabilityfile system operations fclose2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations fopen2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations fwrite2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

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

WARNINGMaintainabilityupdate modification detected2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: _site_transient_update_plugins

External Connections

Potential connections found in static code analysis.

41 domains

Outbound calls

254

External assets

0

Incoming endpoints

46

Notable Domains

wpastra.com35 · outbound
websitedemos.net20 · outbound
app.zipwp.com13 · outbound
youtube-nocookie.com13 · outbound
bugs.webkit.org9 · outbound

Platform / Reference Domains

w3.org43 · platform/reference
github.com35 · platform/reference
wordpress.org17 · platform/reference
codex.wordpress.org2 · platform/reference
make.wordpress.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

/wp-json/bsf-core/v1/license/activateREST

register_rest_route

Admin AJAX endpoints45
wp_ajax_ast_block_templates_activate_pluginauthenticated

wp_ajax

wp_ajax_ast_block_templates_check_auth_statusauthenticated

wp_ajax

wp_ajax_ast_block_templates_color_paletteauthenticated

wp_ajax

wp_ajax_ast_block_templates_data_optionauthenticated

wp_ajax

wp_ajax_ast_block_templates_hide_noticesauthenticated

wp_ajax

wp_ajax_ast_block_templates_import_blockauthenticated

wp_ajax

wp_ajax_ast_block_templates_import_sureformsauthenticated

wp_ajax

wp_ajax_ast_block_templates_import_template_kitauthenticated

wp_ajax

wp_ajax_ast_block_templates_import_wpformsauthenticated

wp_ajax

wp_ajax_ast_block_templates_importerauthenticated

wp_ajax

wp_ajax_ast_block_templates_kit_importerauthenticated

wp_ajax

wp_ajax_ast_block_templates_save_auto_open_settingauthenticated

wp_ajax

33 more hidden

Score History

2 score snapshots

+0
1007550250Jun 19, 2026, 09:31 PM UTC Score 24/100 Plugin v4.6.2 Plugin Check 2.0.0 125 errors, 396 warningsJun 24, 2026, 05:49 AM UTC Score 24/100 Plugin v4.6.3 Plugin Check 2.0.0 125 errors, 394 warningsJun 19, 2026Jun 24, 2026

v4.6.3

24

Latest

Findings
519
Errors
125
Warnings
394
Check
2.0.0

v4.6.2

24

Score

Findings
521
Errors
125
Warnings
396
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins