Add CSS animations and scroll effects to any Gutenberg block. Choose from fade, slide, zoom & more, with delay and duration controls — no code needed.
Category Scores
Top Issues by Category
maintainability13
Issues Details
15 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$aw_icons_map".
The plugin name includes a restricted term. Your chosen plugin name - "Blocks Animation: CSS Animations for Gutenberg Blocks" - contains the restricted term "gutenberg" which cannot be used at all in your plugin name.
$_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
The "/vendor" directory using composer exists, but "composer.json" file is missing.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$aw_icons_map". | 9 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "Blocks Animation: CSS Animations for Gutenberg Blocks" - contains the restricted term "gutenberg" which cannot be used at all in your plugin name. | 2 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar | 1 |
| missing_composer_json_file | WARNING | The "/vendor" directory using composer exists, but "composer.json" file is missing. | 1 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 1 |
| plugin_header_nonexistent_domain_path | WARNING | The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages" | 1 |
Latest Snapshot
Findings
15
Errors
1
Warnings
14
Score History
First score snapshot
First scan completed Jun 20, 2026
v3.1.11 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v3.1.11
95
Latest
- Findings
- 15
- Errors
- 1
- Warnings
- 14
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 95 | 15 | 1 | 14 | v3.1.11 | 2.0.0 | 2026.06-mvp-static-v2 |