The Simplest Project & Task Management Plugin Specifically Crafted for Agencies, Freelancers & Founders.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
59
14 issue groups
Security
39
9 issue groups
I18n
2
1 issue group
Sample message
Unescaped parameter $idCol used in $wpdb->get_results()\n$idCol used without escaping.
Sample message
Use of a direct database call is discouraged.
Sample message
Function "current_datetime()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$idCol} at "SELECT t.{$idCol} AS id, t.description FROM {$table} t\n
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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 FLAG_KEY
Sample message
Processing form data without nonce verification.
Sample message
error_log() found. Debug code should not normally be used in production.
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$invalidateMcpContext".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
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
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['photo']
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['photo']['size']. Check that the array index exists before using it.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Plugin name "FluentBoards - Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration" is different from the name declared in plugin header "Fluent Boards - Project Management Tool".
Potential connections found in static code analysis.
Outbound calls
178
External assets
0
Incoming endpoints
2
No external asset domains detected.
wp_ajax
wp_ajax
5 score snapshots
v2.0.4
37
Latest
v2.0.1
37
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 100 | 35 | 65 | v2.0.4 | 2.0.0 |
| 37 | 100 | 35 | 65 | v2.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.