Add a layer of security to your WordPress site with the ability to block Tor users from commenting, registering, logging in and more.
Prioritized issue groups from the latest Plugin Check scan
Security
84
11 issue groups
Maintainability
21
11 issue groups
I18n
11
3 issue groups
Sample message
Sanitization missing for register_setting().
Sample message
$_COOKIE['_vitor_access_token'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['_vitor_access_token']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div><div class='error'>{$vitor_bp_registration_error}</div></div>"'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['siwp_captcha_value']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Bad RCODE in DNS response. RCODE = '{$response['RCODE']}'"'.
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 'vigilantor' but got 'hcaptcha_wp'.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 948.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "VigilanTorWP".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "VIGILANTOR_VERSION".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "vigilantor_load_plugin_textdomain".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_content".
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: fread().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fsockopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Potential connections found in static code analysis.
Outbound calls
6
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
First score snapshot
v1.3.12
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 123 | 66 | 57 | v1.3.12 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.