Cloud-based chat using your WordPress accounts. Minnit uses SSO to allow you and your WordPress users to communicate with one another.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
52
11 issue groups
Security
49
5 issue groups
Repo Compliance
2
2 issue groups
I18n
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$clientID".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$currentProfileURLSetting'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['minnitpage'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Detected usage of a non-sanitized input variable: $_GET['minnitpage']
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
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Function "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.4.0.
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
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Missing $domain parameter in function call to __().
Sample message
Plugin name "Group chat for WordPress - Minnit Chat" is different from the name declared in plugin header "Minnit Chat".
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Group chat for WordPress - Minnit Chat" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Potential connections found in static code analysis.
Outbound calls
18
External assets
3
Incoming endpoints
2
register_rest_route
register_rest_route
First score snapshot
v4.1.4
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 104 | 39 | 65 | v4.1.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.