A plugin that extends Gutenberg functionality. Integrated to a Gutenberg plugin, JetStyleManager allows adding styles to it.
Category Scores
Top Issues by Category
security65
i18n13
maintainability3
repo_compliance2
supply_chain1
Issues Details
84 issues found in latest scan
Processing form data without nonce verification.
Detected usage of a possibly undefined superglobal array index: $_REQUEST['name']. Check that the array index exists before using it.
$_REQUEST['name'] not unslashed before sanitization. Use wp_unslash() or similar
Detected usage of a non-sanitized input variable: $_REQUEST['name']
Mismatched text domain. Expected 'jet-style-manager' but got 'jet-styles-manager'.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$css'.
A function call to esc_html__() 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.
The $text parameter must be a single text string literal. Found: 'Property "id" is empty in type ' . $args['type']
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Plugin name "JetStyleManager for Gutenberg" is different from the name declared in plugin header "JetStyleManager".
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.
The "Text Domain" header in the plugin file does not match the slug. Found "jet-styles-manager", expected "jet-style-manager".
The plugin name includes a restricted term. Your chosen plugin name - "JetStyleManager for Gutenberg" - contains the restricted term "gutenberg" which cannot be used at all in your plugin name.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 19 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_REQUEST['name']. Check that the array index exists before using it. | 18 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_REQUEST['name'] not unslashed before sanitization. Use wp_unslash() or similar | 12 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_REQUEST['name'] | 11 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'jet-style-manager' but got 'jet-styles-manager'. | 8 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$css'. | 5 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | A function call to esc_html__() 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. | 2 |
| WordPress.WP.I18n.NonSingularStringLiteralText | ERROR | The $text parameter must be a single text string literal. Found: 'Property "id" is empty in type ' . $args['type'] | 2 |
| Internal.NoCodeFound | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them. | 1 |
| hidden_files | ERROR | Hidden files are not permitted. | 1 |
| license_mismatch | ERROR | Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "JetStyleManager for Gutenberg" is different from the name declared in plugin header "JetStyleManager". | 1 |
| outdated_tested_upto_header | ERROR | 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. | 1 |
| textdomain_mismatch | WARNING | The "Text Domain" header in the plugin file does not match the slug. Found "jet-styles-manager", expected "jet-style-manager". | 1 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "JetStyleManager for Gutenberg" - contains the restricted term "gutenberg" which cannot be used at all in your plugin name. | 1 |
Latest Snapshot
Findings
84
Errors
20
Warnings
64
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.3.8 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.3.8
35
Latest
- Findings
- 84
- Errors
- 20
- Warnings
- 64
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 35 | 84 | 20 | 64 | v1.3.8 | 2.0.0 | 2026.06-mvp-static-v2 |