Push notification for Android, iOS and the Web
Prioritized issue groups from the latest Plugin Check scan
Maintainability
82
15 issue groups
Security
47
5 issue groups
I18n
36
4 issue groups
Supply Chain
1
1 issue group
Sample message
The $domain parameter must be a single text string literal. Found: $this->domain
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 192.
Sample message
Use placeholders and $wpdb->prepare(); found $ids
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$code".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$code'.
Sample message
Mismatched text domain. Expected 'push-notification-mobile-and-web-app' but got 'push-notify'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $code ..." but found "<?= $code ..."
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "SELECT COUNT(*) FROM $table WHERE seen = 0 AND user_id = %d"
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The $text parameter must be a single text string literal. Found: $text
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.8.0.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "$name".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
GitHub workflow directory ".github" detected. This directory should not be included in production plugins.
Sample message
Hidden files are not permitted.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Potential connections found in static code analysis.
Outbound calls
61
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v2.0.4
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 170 | 87 | 83 | v2.0.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.