Effortlessly manage transactional emails with Site Mailer. High deliverability, logs and statistics, and no SMTP plugins needed.
Category Scores
Top Issues by Category
maintainability22
Issues Details
31 issues found in latest scan
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$text['btn']'.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SITE_MAILER_ASSETS_PATH".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'site-mailer/db/' . $this->class_short_name() . '/' . $event".
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
debug_backtrace() found. Debug code should not normally be used in production.
Detected usage of a possibly undefined superglobal array index: $_POST['data']['pointer']. Check that the array index exists before using it.
$_POST['data']['pointer'] not unslashed before sanitization. Use wp_unslash() or similar
The "/vendor" directory using composer exists, but "composer.json" file is missing.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$text['btn']'. | 7 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SITE_MAILER_ASSETS_PATH". | 6 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'site-mailer/db/' . $this->class_short_name() . '/' . $event". | 5 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 4 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 4 |
| WordPress.PHP.DevelopmentFunctions.error_log_debug_backtrace | WARNING | debug_backtrace() found. Debug code should not normally be used in production. | 1 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_POST['data']['pointer']. Check that the array index exists before using it. | 1 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['data']['pointer'] not unslashed before sanitization. Use wp_unslash() or similar | 1 |
| application_detected | ERROR | Application files are not permitted. | 1 |
| missing_composer_json_file | WARNING | The "/vendor" directory using composer exists, but "composer.json" file is missing. | 1 |
Latest Snapshot
Findings
31
Errors
8
Warnings
23
Score History
First score snapshot
First scan completed Jun 19, 2026
v1.4.5 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 19, 2026
v1.4.5
74
Latest
- Findings
- 31
- Errors
- 8
- Warnings
- 23
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 19, 2026Latest | 74 | 31 | 8 | 23 | v1.4.5 | 2.0.0 | 2026.06-mvp-static-v2 |