CloudSecure WP Securityは、管理画面とログインURLをサイバー攻撃から守る、国産・日本語対応のセキュリティ対策プラグインです。 簡単な設定だけで、不正アクセスや不正ログインからWordPressを保護し、サイトのセキュリティを高めます。
Prioritized issue groups from the latest Plugin Check scan
Security
217
11 issue groups
Maintainability
178
12 issue groups
I18n
2
1 issue group
Supply Chain
2
1 issue group
Sample message
$_GET['cloudsecurewp_2fa_error'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $placeholders
Sample message
Detected usage of a non-sanitized input variable: $_POST['redirect_to']
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $delete_placeholders at "DELETE FROM {$wpdb->usermeta} WHERE umeta_id IN ($delete_placeholders)"
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 103.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "login_errors".
Sample message
Attempting a database schema change is discouraged.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['method']. Check that the array index exists before using it.
Sample message
Unescaped parameter $case_sql used in $wpdb->query()\n$case_sql assigned unsafely at line 2199.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "CloudSecure WP Security" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Missing $domain parameter in function call to esc_attr_e().
Sample message
Hidden files are not permitted.
Potential connections found in static code analysis.
Outbound calls
30
External assets
1
Incoming endpoints
5
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v1.4.12
29
Latest
v1.4.11
29
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 29 | 407 | 74 | 333 | v1.4.12 | 2.0.0 |
| 29 | 424 | 74 | 350 | v1.4.11 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.