Integrate your contact forms with RD Station Marketing
Category Scores
Top Issues by Category
maintainability49
Issues Details
69 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$access_token".
Processing form data without nonce verification.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "initialize_rdstation_settings_page".
error_log() found. Debug code should not normally be used in production.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "RDCF7".
Processing form data without nonce verification.
Detected usage of a non-sanitized input variable: $_POST['refreshToken']
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Function "wp_date()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 4.7.0.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$access_token". | 23 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 15 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "initialize_rdstation_settings_page". | 9 |
| WordPress.PHP.DevelopmentFunctions.error_log_error_log | WARNING | error_log() found. Debug code should not normally be used in production. | 8 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "RDCF7". | 7 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 4 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['refreshToken'] | 1 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 1 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_date()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 4.7.0. | 1 |
Latest Snapshot
Findings
69
Errors
2
Warnings
67
Score History
First score snapshot
First scan completed Jun 20, 2026
v5.7.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v5.7.3
74
Latest
- Findings
- 69
- Errors
- 2
- Warnings
- 67
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 74 | 69 | 2 | 67 | v5.7.3 | 2.0.0 | 2026.06-mvp-static-v2 |