Prioritized issue groups from the latest Plugin Check scan
Maintainability
580
6 issue groups
I18n
132
3 issue groups
Security
57
6 issue groups
Repo Compliance
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$after_hero_title".
Sample message
Mismatched text domain. Expected 'tainacan-blocksy' but got 'blocksy'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$arrow_links[0]'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "blocksy:hero:title:after".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
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.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "blc_call_fnc".
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST['customize_theme']
Sample message
$_REQUEST['customize_theme'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
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.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Learn more about palettes and colors %shere%s.'.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Potential connections found in static code analysis.
Outbound calls
5
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v0.4.4
32
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 770 | 244 | 526 | v0.4.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.