In any online website, hackers and unscrupulous users will try and attack your website. Whether it is trying to attack your website by brute forcing …
Prioritized issue groups from the latest Plugin Check scan
Security
417
11 issue groups
Maintainability
152
13 issue groups
I18n
12
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Database support is turned on in Securimage, but the chosen extension $pdo_extension is not loaded in PHP."'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['distortion']
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_GET['distortion'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['distortion']. Check that the array index exists before using it.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Processing form data without nonce verification.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $currTime at "DELETE FROM $table WHERE last_attempt < '$currTime'"
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Error generating audio captcha on letter '$letter': "'.
Sample message
Use of a direct database call is discouraged.
Sample message
Missing $domain parameter in function call to __().
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 158.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Use of the backtick operator is forbidden
Sample message
Detected usage of a non-sanitized, non-validated input variable _SERVER: "<br /><br /><em>IP Address:</em> {$_SERVER['REMOTE_ADDR']}<br />"
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
Not analyzed yet.
First score snapshot
v1.4.2
21
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 623 | 300 | 323 | v1.4.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.