Top Issues by Category
i18n151
security107
maintainability18
repo_compliance5
Issues Details
281 issues found in latest scan
The $text parameter must be a single text string literal. Found: $auth_param['typesquare_auth']['fontThemeUseType']
Processing form data without nonce verification.
The $domain parameter must be a single text string literal. Found: self::$text_domain
Detected usage of a non-sanitized input variable: $_POST['fontThemeUseType']
$_POST['fontThemeUseType'] not unslashed before sanitization. Use wp_unslash() or similar
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'get_submit_button'.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Detected usage of a possibly undefined superglobal array index: $_POST['post_type']. Check that the array index exists before using it.
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.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin".
error_log() found. Debug code should not normally be used in production.
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
The $text parameter must not contain interpolated variables or expressions. Found: {$font_text}
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ts_uninstall".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ts-default-query".
Stylesheets must be registered/enqueued via wp_enqueue_style()
Tested up to: 6.9 < 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.
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
The readme description contains unofficial language. It must be written in standard English.
The readme short description contains unofficial language. It must be written in standard English.
The "Text Domain" header in the plugin file does not match the slug. Found "typesquare", expected "xserver-typesquare-webfonts".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 61 |
| WordPress.WP.I18n.NonSingularStringLiteralText | ERROR | The $text parameter must be a single text string literal. Found: $auth_param['typesquare_auth']['fontThemeUseType'] | 60 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 36 |
| WordPress.WP.I18n.NonSingularStringLiteralDomain | ERROR | The $domain parameter must be a single text string literal. Found: self::$text_domain | 27 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['fontThemeUseType'] | 23 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['fontThemeUseType'] not unslashed before sanitization. Use wp_unslash() or similar | 23 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'get_submit_button'. | 20 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 6 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_POST['post_type']. Check that the array index exists before using it. | 5 |
| WordPress.WP.EnqueuedResourceParameters.MissingVersion | WARNING | 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. | 3 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin". | 2 |
| WordPress.PHP.DevelopmentFunctions.error_log_error_log | WARNING | error_log() found. Debug code should not normally be used in production. | 2 |
| WordPress.WP.AlternativeFunctions.strip_tags_strip_tags | ERROR | strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead. | 2 |
| WordPress.WP.I18n.InterpolatedVariableText | ERROR | The $text parameter must not contain interpolated variables or expressions. Found: {$font_text} | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ts_uninstall". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "ts-default-query". | 1 |
| WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet | ERROR | Stylesheets must be registered/enqueued via wp_enqueue_style() | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.9 < 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 |
| plugin_header_no_license | ERROR | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | 1 |
| plugin_header_nonexistent_domain_path | WARNING | The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages" | 1 |
| readme_description_non_official_language | ERROR | The readme description contains unofficial language. It must be written in standard English. | 1 |
| readme_short_description_non_official_language | ERROR | The readme short description contains unofficial language. It must be written in standard English. | 1 |
| textdomain_mismatch | WARNING | The "Text Domain" header in the plugin file does not match the slug. Found "typesquare", expected "xserver-typesquare-webfonts". | 1 |
Latest Snapshot
Findings
281
Errors
183
Warnings
98
Score History
First score snapshot
First scan completed Jun 20, 2026
v2.0.9 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v2.0.9
35
Latest
- Findings
- 281
- Errors
- 183
- Warnings
- 98
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 35 | 281 | 183 | 98 | v2.0.9 | 2.0.0 | 2026.06-mvp-static-v2 |