aThemes Blocks

Extend the Gutenberg Block Editor with additional functionality.

v1.1.4Syed BalkhiUpdated Added 6k+ installs20% rating
32
Score
192
Errors
1,034
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance94
Maintainability42

Top Issues by Category

maintainability1,034
security175
i18n12
performance4
repo_compliance1

Issues Details

1,226 issues found in latest scan

WARNING1,000
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR153
WordPress.Security.EscapeOutput.OutputNotEscaped

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

ERROR26
wp_function_not_compatible_with_requires_wp

Function "get_block_wrapper_attributes()" requires WordPress 5.6.0, but your plugin minimum supported version is WordPress 5.5.0.

WARNING14
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR9
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'athemes-blocks' but got 'botiga'.

WARNING4
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

WARNING4
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING2
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

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.

WARNING2
WordPress.DB.SlowDBQuery.slow_db_query_tax_query

Detected usage of tax_query, possible slow query.

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

WARNING2
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude

Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

WARNING2
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in

Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "woocommerce_sale_flash".

ERROR1
WordPress.WP.I18n.MissingTranslatorsComment

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.

ERROR1
five_star_reviews_detected

Linking directly to 5 stars reviews is not allowed.

WARNING1
missing_composer_json_file

The "/vendor" directory using composer exists, but "composer.json" file is missing.

ERROR1
missing_direct_file_access_protection

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

ERROR1
outdated_tested_upto_header

Tested up to: 6.6 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

Latest Snapshot

Findings

1,226

Errors

192

Warnings

1,034

Score History

First score snapshot

First scan completed

v1.1.4 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v1.1.4

32

Latest

Findings
1,226
Errors
192
Warnings
1,034
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins