Zapier saves you time on tedious tasks by moving info between WordPress and your other favorite apps, so you can focus on your most important work.
Category Scores
Top Issues by Category
security18
maintainability12
Issues Details
32 issues found in latest scan
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_X_ZAPIER_AUTH']
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_X_ZAPIER_AUTH']. Check that the array index exists before using it.
$_SERVER['HTTP_X_ZAPIER_AUTH'] not unslashed before sanitization. Use wp_unslash() or similar
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
The plugin name includes a restricted term. Your chosen plugin name - "Zapier for WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Function "str_ends_with()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.5.0.
Your plugin has an invalid license declared. Please update your readme with a valid SPDX license identifier.
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Tested up to: 6.5 < 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.
Mismatched Stable Tag: 1.5.2 != 1.5.3. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_SERVER['HTTP_X_ZAPIER_AUTH'] | 6 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_X_ZAPIER_AUTH']. Check that the array index exists before using it. | 6 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_SERVER['HTTP_X_ZAPIER_AUTH'] not unslashed before sanitization. Use wp_unslash() or similar | 6 |
| WordPress.WP.AlternativeFunctions.parse_url_parse_url | ERROR | parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead. | 4 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 2 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "Zapier for WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name. | 2 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "str_ends_with()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.5.0. | 2 |
| invalid_license | ERROR | Your plugin has an invalid license declared. Please update your readme with a valid SPDX license identifier. | 1 |
| missing_composer_json_file | WARNING | The "/vendor" directory using composer exists, but "composer.json" file is missing. | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.5 < 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 |
| stable_tag_mismatch | ERROR | Mismatched Stable Tag: 1.5.2 != 1.5.3. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org. | 1 |
Latest Snapshot
Findings
32
Errors
11
Warnings
21
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.5.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.5.3
71
Latest
- Findings
- 32
- Errors
- 11
- Warnings
- 21
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 71 | 32 | 11 | 21 | v1.5.3 | 2.0.0 | 2026.06-mvp-static-v2 |