A lightweight WordPress plugin for performance, security, cleanup, and everyday tweaks.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
100
17 issue groups
Security
12
6 issue groups
Repo Compliance
1
1 issue group
Sample message
Short PHP opening tag used with echo; expected "<?php echo esc_attr ..." but found "<?= esc_attr ..."
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
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: "$counts".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $ids at "DELETE FROM $wpdb->term_relationships WHERE term_taxonomy_id IN (SELECT term_taxonomy_id FROM $wpdb->term_taxonomy WHERE term_id IN ($ids))"
Sample message
Detected usage of a non-sanitized input variable: $_POST['items']
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DISABLE_WP_CRON".
Sample message
Processing form data without nonce verification.
Sample message
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Linking directly to 5 stars reviews is not allowed.
Sample message
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: readfile().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Tested up to: 7.0.1 The version number should only include major versions 7.0.
Sample message
Plugin name "Falcon - WordPress Optimizations & Tweaks" is different from the name declared in plugin header "Falcon".
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Falcon - WordPress Optimizations & Tweaks" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Potential connections found in static code analysis.
Outbound calls
33
External assets
0
Incoming endpoints
5
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.11.0
62
Latest
v2.10.1
69
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 62 | 113 | 47 | 66 | v2.11.0 | 2.0.0 |
| 69 | 50 | 29 | 21 | v2.10.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.