The officially-supported ActiveCampaign Postmark plugin for Wordpress.
Category Scores
Top Issues by Category
maintainability51
security46
i18n21
Issues Details
122 issues found in latest scan
Mismatched text domain. Expected 'postmark-approved-wordpress-plugin' but got 'postmark-wordpress'.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$dump'.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$count".
$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Detected usage of a non-sanitized input variable: $_POST['_wpnonce']
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 162.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "build_from_header_with_name".
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "SELECT * FROM $table ORDER BY log_entry_date DESC LIMIT %d OFFSET %d"
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "pre_wp_mail".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
The plugin name includes a restricted term. Your chosen plugin name - "ActiveCampaign Postmark for Wordpress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Unescaped parameter $sql used in $wpdb->query()\n$sql assigned unsafely at line 481.
print_r() found. Debug code should not normally be used in production.
Detected usage of a possibly undefined superglobal array index: $_POST['offset']. Check that the array index exists before using it.
Plugin name "ActiveCampaign Postmark for Wordpress" is different from the name declared in plugin header "ActiveCampaign Postmark (Official)".
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Tested up to: 6.7 < 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.
One or more tags were ignored. Please limit your plugin to 5 tags.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'postmark-approved-wordpress-plugin' but got 'postmark-wordpress'. | 15 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$dump'. | 13 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$count". | 12 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar | 11 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 8 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 7 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['_wpnonce'] | 7 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 162. | 6 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "build_from_header_with_name". | 6 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 6 |
| WordPress.DB.PreparedSQL.InterpolatedNotPrepared | WARNING | Use placeholders and $wpdb->prepare(); found interpolated variable $table at "SELECT * FROM $table ORDER BY log_entry_date DESC LIMIT %d OFFSET %d" | 5 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "pre_wp_mail". | 5 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 5 |
| WordPress.DB.PreparedSQL.NotPrepared | ERROR | Use placeholders and $wpdb->prepare(); found $sql | 2 |
| 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. | 2 |
| WordPress.WP.EnqueuedResourceParameters.MissingVersion | WARNING | Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching. | 2 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "ActiveCampaign Postmark for Wordpress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name. | 2 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | ERROR | Unescaped parameter $sql used in $wpdb->query()\n$sql assigned unsafely at line 481. | 1 |
| WordPress.PHP.DevelopmentFunctions.error_log_print_r | WARNING | print_r() 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['offset']. Check that the array index exists before using it. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "ActiveCampaign Postmark for Wordpress" is different from the name declared in plugin header "ActiveCampaign Postmark (Official)". | 1 |
| no_license | ERROR | Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license. | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.7 < 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 |
| readme_parser_warnings_too_many_tags | WARNING | One or more tags were ignored. Please limit your plugin to 5 tags. | 1 |
Latest Snapshot
Findings
122
Errors
47
Warnings
75
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.19.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.19.1
36
Latest
- Findings
- 122
- Errors
- 47
- Warnings
- 75
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 36 | 122 | 47 | 75 | v1.19.1 | 2.0.0 | 2026.06-mvp-static-v2 |