WordPress REST API with Swagger UI.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
24
8 issue groups
Security
9
3 issue groups
Repo Compliance
1
1 issue group
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$basic".
Sample message
$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Spec20Formatter".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$data'.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP API SwaggerUI" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Detected usage of a non-sanitized input variable: $_POST['_wpnonce']
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
print_r() found. Debug code should not normally be used in production.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Potential connections found in static code analysis.
Outbound calls
1
External assets
0
Incoming endpoints
0
No notable third-party domains detected.
No external asset domains detected.
No public endpoints detected.
10 score snapshots
v2.4.0
74
Latest
v2.3.0
74
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 74 | 34 | 14 | 20 | v2.4.0 | 2.0.0 |
| 74 | 33 | 13 | 20 | v2.3.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.