The best WordPress templates, pattern, and layout library with 1,000+ designs built for the Gutenberg block editor.
Category Scores
Top Issues by Category
maintainability180
i18n69
security29
supply_chain2
Issues Details
285 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$TRP_LANGUAGE".
Mismatched text domain. Expected 'extendify' but got 'extendify-local'.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Use placeholders and $wpdb->prepare(); found interpolated variable $name at "ALTER TABLE $table ADD COLUMN $name $type"
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Unescaped parameter $table used in $wpdb->get_results()
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WPLANG".
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Attempting a database schema change is discouraged.
Do not use Localhost/127.0.0.1/*.local in your code. Found: http://127.0.0.1/
Unescaped parameter $sql used in $wpdb->query()\n$sql assigned unsafely at line 149.
The use of function set_time_limit() is discouraged
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "pll_current_language".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "show_admin_bar".
unlink() is discouraged. Use wp_delete_file() to delete a file.
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.
Detected usage of meta_key, possible slow query.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Plugin name "Extendify" is different from the name declared in plugin header "Extendify WordPress Onboarding and AI Assistant".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$TRP_LANGUAGE". | 93 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'extendify' but got 'extendify-local'. | 68 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 33 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 14 |
| WordPress.DB.PreparedSQL.InterpolatedNotPrepared | WARNING | Use placeholders and $wpdb->prepare(); found interpolated variable $name at "ALTER TABLE $table ADD COLUMN $name $type" | 14 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 13 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $table used in $wpdb->get_results() | 11 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WPLANG". | 5 |
| PluginCheck.CodeAnalysis.Offloading.OffloadedContent | ERROR | Offloading images, js, css, and other scripts to your servers or any remote service is disallowed. | 3 |
| WordPress.DB.DirectDatabaseQuery.SchemaChange | WARNING | Attempting a database schema change is discouraged. | 3 |
| PluginCheck.CodeAnalysis.Localhost.Found | ERROR | Do not use Localhost/127.0.0.1/*.local in your code. Found: http://127.0.0.1/ | 2 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | ERROR | Unescaped parameter $sql used in $wpdb->query()\n$sql assigned unsafely at line 149. | 2 |
| Squiz.PHP.DiscouragedFunctions.Discouraged | WARNING | The use of function set_time_limit() is discouraged | 2 |
| WordPress.DB.PreparedSQL.NotPrepared | ERROR | Use placeholders and $wpdb->prepare(); found $sql | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "pll_current_language". | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "show_admin_bar". | 2 |
| WordPress.WP.AlternativeFunctions.unlink_unlink | ERROR | unlink() is discouraged. Use wp_delete_file() to delete a file. | 2 |
| hidden_files | ERROR | Hidden files are not permitted. | 2 |
| PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | WARNING | 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. | 1 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_key | WARNING | Detected usage of meta_key, possible slow query. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook". | 1 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fwrite | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite(). | 1 |
| WordPress.WP.AlternativeFunctions.strip_tags_strip_tags | ERROR | strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead. | 1 |
| application_detected | ERROR | Application files are not permitted. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Extendify" is different from the name declared in plugin header "Extendify WordPress Onboarding and AI Assistant". | 1 |
Latest Snapshot
Findings
285
Errors
117
Warnings
168
Score History
First score snapshot
First scan completed Jun 19, 2026
v3.1.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 19, 2026
v3.1.1
35
Latest
- Findings
- 285
- Errors
- 117
- Warnings
- 168
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 19, 2026Latest | 35 | 285 | 117 | 168 | v3.1.1 | 2.0.0 | 2026.06-mvp-static-v2 |