Top Issues by Category
security215
maintainability214
Issues Details
516 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate_url".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$deleted'.
A function call to __() 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.
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "HM\BackUpWordPress".
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
$_GET['hmbkp_backup_archive'] not unslashed before sanitization. Use wp_unslash() or similar
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Processing form data without nonce verification.
Detected usage of a non-sanitized input variable: $_GET['hmbkp_backup_archive']
Detected usage of a possibly undefined superglobal array index: $_GET['hmbkp_backup_archive']. Check that the array index exists before using it.
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_memory_limit".
Processing form data without nonce verification.
Mismatched text domain. Expected 'backupwordpress' but got 'hm_backdrop'.
The plugin name includes a restricted term. Your chosen plugin name - "BackUpWordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "HM_Backdrop_Server".
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "print_whitelist_html".
var_export() found. Debug code should not normally be used in production.
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate_url". | 102 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$deleted'. | 84 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | A function call to __() 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. | 71 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFound | WARNING | Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "HM\BackUpWordPress". | 41 |
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 39 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['hmbkp_backup_archive'] not unslashed before sanitization. Use wp_unslash() or similar | 32 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 26 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 22 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET['hmbkp_backup_archive'] | 20 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_GET['hmbkp_backup_archive']. Check that the array index exists before using it. | 12 |
| WordPress.DateTime.RestrictedFunctions.date_date | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 8 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 6 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 6 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_memory_limit". | 6 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 5 |
| Squiz.PHP.DiscouragedFunctions.Discouraged | WARNING | The use of function ini_set() is discouraged | 4 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'backupwordpress' but got 'hm_backdrop'. | 4 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "BackUpWordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name. | 3 |
| WordPress.DB.RestrictedClasses.mysql__PDO | ERROR | Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO. | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "HM_Backdrop_Server". | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "print_whitelist_html". | 2 |
| WordPress.PHP.DevelopmentFunctions.error_log_var_export | WARNING | var_export() found. Debug code should not normally be used in production. | 2 |
| WordPress.WP.AlternativeFunctions.file_system_operations_rmdir | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir(). | 2 |
| WordPress.WP.AlternativeFunctions.rename_rename | ERROR | rename() is discouraged. Use WP_Filesystem::move() to rename a file. | 2 |
| WordPress.DB.PreparedSQL.NotPrepared | ERROR | Use placeholders and $wpdb->prepare(); found DB_NAME | 1 |
Latest Snapshot
Findings
516
Errors
245
Warnings
271
Score History
First score snapshot
First scan completed Jun 20, 2026
v3.14 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v3.14
27
Latest
- Findings
- 516
- Errors
- 245
- Warnings
- 271
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 27 | 516 | 245 | 271 | v3.14 | 2.0.0 | 2026.06-mvp-static-v2 |