This File Management & Digital Store plugin will help you to control file downloads & sell digital products from your WP site.
Prioritized issue groups from the latest Plugin Check scan
Security
2,474
10 issue groups
Maintainability
1,193
12 issue groups
I18n
108
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$atname='$atval' "'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$APIKEY".
Sample message
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
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
Processing form data without nonce verification.
Sample message
$_COOKIE['__wpdm_client'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['__wpdm_client']
Sample message
Short PHP opening tag used with echo; expected "<?php echo $class ..." but found "<?= $class ..."
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column at "SHOW COLUMNS FROM `{$wpdb->prefix}{$table}` LIKE '$column'"
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The $domain parameter must be a single text string literal. Found: WPDM_TEXT_DOMAIN
Sample message
Missing $domain parameter in function call to __().
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['package_file']['tmp_name']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "__is_url".
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
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
Unescaped parameter $ID used in $wpdb->get_results()\n$ID used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found $arc_query
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.
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
10 score snapshots
v3.3.67
22
Latest
v3.3.66
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 3,972 | 2,513 | 1,459 | v3.3.67 | 2.0.0 |
| 22 | 3,972 | 2,513 | 1,459 | v3.3.66 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.