Use WordPress as your CMS, then publish a fast, lower-exposure static version of your site.
Prioritized issue groups from the latest Plugin Check scan
Security
468
11 issue groups
Maintainability
99
8 issue groups
I18n
33
5 issue groups
Supply Chain
2
1 issue group
Sample message
Use placeholders and $wpdb->prepare(); found !
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"{$rootPath}/wp-content/uploads"'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$direction} at "\n ORDER BY {$orderBy} {$direction}\n LIMIT {$limit} OFFSET {$offset}"
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 '"Column type '{$class}' is not supported"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$build".
Sample message
Detected usage of a non-sanitized input variable: $_ENV[$envName]
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_GET['staatic'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Translatable string should not be wrapped in HTML. Found: '<p>In order to successfully generate a static version of your WordPress site, a permalink structure compatible with static sites needs to be configured.</p>'
Sample message
Unescaped parameter $buildIds used in $wpdb->get_results()\n$buildIds assigned unsafely at line 163.
Sample message
Missing $domain parameter in function call to __().
Sample message
Unescaped parameter $this->deployTableName used in $wpdb->get_results()
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: mkdir().
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Mismatched text domain. Expected 'staatic' but got 'staatic_premium'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hookName".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Hidden files are not permitted.
Sample message
Function "wp_get_scheduled_event()" requires WordPress 5.1.0, but your plugin minimum supported version is WordPress 5.0.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
The use of function set_time_limit() is discouraged
Potential connections found in static code analysis.
Outbound calls
119
External assets
0
Incoming endpoints
1
No external asset domains detected.
wp_ajax
2 score snapshots
v1.12.5
31
Latest
v1.12.4
31
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 615 | 420 | 195 | v1.12.5 | 2.0.0 |
| 31 | 615 | 420 | 195 | v1.12.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.