WP Fingerprint adds an additional layer of security to your WordPress website, working to check your plugins for signs of hack or exploit.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
40
9 issue groups
Security
24
5 issue groups
I18n
14
4 issue groups
Repo Compliance
3
3 issue groups
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
Use placeholders and $wpdb->prepare(); found interpolated variable $file_name at WHERE plugin = '$plugin' $file_name $sql_version"
Sample message
Mismatched text domain. Expected 'wp-fingerprint' but got "wpfingerprint".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$bottom'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Fingerprint" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Unescaped parameter $plugin used in $wpdb->get_results()\n$plugin used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
A function call to esc_html__() 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
The $text parameter must be a single text string literal. Found: 'WP Fingerprint is protecting your site last checked '.$last_check
Sample message
Sanitization missing for register_setting().
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Fingerprint_Command".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$plugin_table".
Sample message
The parameter "null" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Use "" instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
Tested up to: 6.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
The "Short Description" section is missing. An excerpt was generated from your main plugin description.
Sample message
Mismatched Stable Tag: 2.1.3 != 2.1.2. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Not analyzed yet.
First score snapshot
v2.1.2
42
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 42 | 81 | 34 | 47 | v2.1.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.