Map block for Gutenberg editor powered by Google Maps. Simple. Fast. Just a map block.
Category Scores
Top Issues by Category
maintainability4
security3
supply_chain2
Issues Details
11 issues found in latest scan
Detected usage of a non-sanitized input variable: $_POST['api_key']
Detected usage of a possibly undefined superglobal array index: $_POST['api_key']. Check that the array index exists before using it.
$_POST['api_key'] not unslashed before sanitization. Use wp_unslash() or similar
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
In footer ($in_footer) is not set explicitly wp_register_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.
Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
The readme short description contains unofficial language. It must be written in standard English.
The plugin slug includes a restricted term. Your plugin slug - "map-block-gutenberg" - contains the restricted term "gutenberg" which cannot be used at all in your plugin slug.
| Code | Type | Message | Count |
|---|---|---|---|
| hidden_files | ERROR | Hidden files are not permitted. | 2 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['api_key'] | 1 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_POST['api_key']. Check that the array index exists before using it. | 1 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['api_key'] not unslashed before sanitization. Use wp_unslash() or similar | 1 |
| WordPress.WP.AlternativeFunctions.strip_tags_strip_tags | ERROR | strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead. | 1 |
| WordPress.WP.EnqueuedResourceParameters.NotInFooter | WARNING | In footer ($in_footer) is not set explicitly wp_register_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 |
| block_api_version_too_low | ERROR | Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility. | 1 |
| plugin_header_no_license | ERROR | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | 1 |
| readme_short_description_non_official_language | ERROR | The readme short description contains unofficial language. It must be written in standard English. | 1 |
| trademarked_term | WARNING | The plugin slug includes a restricted term. Your plugin slug - "map-block-gutenberg" - contains the restricted term "gutenberg" which cannot be used at all in your plugin slug. | 1 |
Latest Snapshot
Findings
11
Errors
6
Warnings
5
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.35 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.35
35
Latest
- Findings
- 11
- Errors
- 6
- Warnings
- 5
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 35 | 11 | 6 | 5 | v1.35 | 2.0.0 | 2026.06-mvp-static-v2 |