Automatically detects errors & crashes on your WordPress site using BugSnag to notify you by email, chat or issues system.
Prioritized issue groups from the latest Plugin Check scan
Security
87
7 issue groups
Maintainability
57
7 issue groups
I18n
3
1 issue group
Repo Compliance
1
1 issue group
Sample message
Function "get_site_option()" requires WordPress 2.8.0, but your plugin minimum supported version is WordPress 2.0.0.
Sample message
Detected usage of a non-sanitized input variable: $_POST['_wpnonce']
Sample message
$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['_wpnonce']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value=\"$value\"$selected>$name</option>"'.
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Missing $domain parameter in function call to _e().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$method'.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "BugSnag Error Monitoring plugin" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
Sample message
error_reporting() can lead to full path disclosure.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
Tested up to: 6.9 < 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.
Not analyzed yet.
First score snapshot
v2.0.0
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 148 | 52 | 96 | v2.0.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.