Import free starter sites & demo templates for Gutenberg, Elementor and WooCommerce — build a complete WordPress website in just a few clicks.
Category Scores
Top Issues by Category
maintainability194
security9
supply_chain1
Issues Details
206 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_file".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'customize_save_' . $key".
Detected usage of a non-sanitized input variable: $_GET['import']
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Detected usage of meta_key, possible slow query.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".
Processing form data without nonce verification.
$_GET['import'] not unslashed before sanitization. Use wp_unslash() or similar
Mismatched text domain. Expected 'inspiro-starter-sites' but got 'inspiro'.
Detected usage of meta_query, possible slow query.
Processing form data without nonce verification.
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.
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.
Plugin name "Inspiro Starter Sites - 20+ Free Demo Templates for Gutenberg & Elementor" is different from the name declared in plugin header "Inspiro Starter Sites".
The plugin name includes a restricted term. Your chosen plugin name - "Inspiro Starter Sites - 20+ Free Demo Templates for Gutenberg & Elementor" - contains the restricted term "gutenberg" which cannot be used at all in your plugin name.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_file". | 176 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'customize_save_' . $key". | 5 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET['import'] | 3 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 3 |
| Squiz.PHP.DiscouragedFunctions.Discouraged | WARNING | The use of function ini_set() is discouraged | 2 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_key | WARNING | Detected usage of meta_key, possible slow query. | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook". | 2 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 2 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['import'] not unslashed before sanitization. Use wp_unslash() or similar | 2 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'inspiro-starter-sites' but got 'inspiro'. | 2 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_query | WARNING | Detected usage of meta_query, possible slow query. | 1 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 1 |
| WordPress.Security.SafeRedirect.wp_redirect_wp_redirect | WARNING | 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. | 1 |
| WordPress.WP.EnqueuedResourceParameters.NotInFooter | WARNING | 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. | 1 |
| hidden_files | ERROR | Hidden files are not permitted. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Inspiro Starter Sites - 20+ Free Demo Templates for Gutenberg & Elementor" is different from the name declared in plugin header "Inspiro Starter Sites". | 1 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "Inspiro Starter Sites - 20+ Free Demo Templates for Gutenberg & Elementor" - contains the restricted term "gutenberg" which cannot be used at all in your plugin name. | 1 |
Latest Snapshot
Findings
206
Errors
6
Warnings
200
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.1.4 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.1.4
35
Latest
- Findings
- 206
- Errors
- 6
- Warnings
- 200
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 35 | 206 | 6 | 200 | v1.1.4 | 2.0.0 | 2026.06-mvp-static-v2 |