Download Manager

This File Management & Digital Store plugin will help you to control file downloads & sell digital products from your WP site.

v3.3.58ShahjadaUpdated Added 100k+ installs82% rating33% support resolved
22
Score
2,290
Errors
1,301
Warnings
+0
Change

Category Scores

Security0
Repo88
Performance89
Maintainability0

Top Issues by Category

security2,261
maintainability1,042
i18n105

Issues Details

3,591 issues found in latest scan

ERROR1,257
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$atname='$atval' "'.

WARNING617
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$APIKEY".

ERROR596
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.

WARNING112
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING76
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING73
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE['__wpdm_client']

WARNING73
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE['__wpdm_client'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING70
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERROR67
Generic.PHP.DisallowShortOpenTag.EchoFound

Short PHP opening tag used with echo; expected "<?php echo $class ..." but found "<?= $class ..."

WARNING60
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $column at &quot;SHOW COLUMNS FROM `{$wpdb-&gt;prefix}{$table}` LIKE &#039;$column&#039;&quot;

ERROR50
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR45
WordPress.WP.I18n.NonSingularStringLiteralDomain

The $domain parameter must be a single text string literal. Found: WPDM_TEXT_DOMAIN

ERROR38
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

WARNING36
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES[&#039;package_file&#039;][&#039;tmp_name&#039;]. Check that the array index exists before using it.

WARNING32
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR26
WordPress.WP.EnqueuedResources.NonEnqueuedScript

Scripts must be registered/enqueued via wp_enqueue_script()

ERROR24
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

WARNING23
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;__is_url&quot;.

ERROR23
WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet

Stylesheets must be registered/enqueued via wp_enqueue_style()

ERROR22
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $ID used in $wpdb->get_results()\n$ID used without escaping.

ERROR22
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING20
Internal.NoCodeFound

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.

WARNING17
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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.

ERROR15
WordPress.WP.AlternativeFunctions.file_system_operations_mkdir

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().

ERROR14
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

Latest Snapshot

Findings

3,591

Errors

2,290

Warnings

1,301

Score History

First score snapshot

First scan completed

v3.3.58 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v3.3.58

22

Latest

Findings
3,591
Errors
2,290
Warnings
1,301
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins