WP Minify Fix

[Fixed] This plugin uses the Minify engine to combine and compress JS and CSS files to improve page load time.

v1.4.1NodeCodeUpdated Added 800 installs80% rating
20
Score
306
Errors
380
Warnings
+0
Change

Category Scores

Security0
Repo67
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

686 findings

Security

365

8 issue groups

Maintainability

208

14 issue groups

I18n

79

3 issue groups

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<h1>$h1</h1>"'.111
Category
Security
Occurrences
111
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<h1>$h1</h1>"'.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_ENV[&#039;TEMP&#039;]77
Category
Security
Occurrences
77
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_ENV[&#039;TEMP&#039;]

WARNINGSecurityRequest data is not unslashed$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar67
Category
Security
Occurrences
67
Severity
warning

Sample message

$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;DECLARED_FORM&quot;.66
Category
Maintainability
Occurrences
66
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;DECLARED_FORM&quot;.

ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: $this->name65
Category
I18n
Occurrences
65
Severity
error

Sample message

The $domain parameter must be a single text string literal. Found: $this->name

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$_oc&quot;.51
Category
Maintainability
Occurrences
51
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$_oc&quot;.

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_FILES[$file_var][&#039;tmp_name&#039;]. Check that the array index exists before using it.37
Category
Security
Occurrences
37
Severity
warning

Sample message

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

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.34
Category
Security
Occurrences
34
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '": {$pattern}"'.32
Category
Security
Occurrences
32
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '": {$pattern}"'.

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;CSSmin&quot;.16
Category
Maintainability
Occurrences
16
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;CSSmin&quot;.

Show 15 more
ERRORMaintainabilityfile system operations fopen11
Category
Maintainability
Occurrences
11
Severity
error

Sample message

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

ERRORI18nMissing Translators Comment11
Category
I18n
Occurrences
11
Severity
error

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.

ERRORMaintainabilityMissing direct file access protection11
Category
Maintainability
Occurrences
11
Severity
error

Sample message

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

ERRORMaintainabilitycurl curl setopt10
Category
Maintainability
Occurrences
10
Severity
error

Sample message

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERRORMaintainabilityfile system operations fclose9
Category
Maintainability
Occurrences
9
Severity
error

Sample message

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

ERRORMaintainabilitywp function not compatible with requires wp8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

Function "mb_strlen()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 2.8.0.

ERRORMaintainabilityfile system operations is writable6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

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

WARNINGMaintainabilityerror log var export5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

var_export() found. Debug code should not normally be used in production.

WARNINGMaintainabilityNon-prefixed hook name4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

WARNINGSecurityMissing nonce verification4
Category
Security
Occurrences
4
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilityfile system operations fread4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

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

ERRORMaintainabilityNon Enqueued Script4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

Scripts must be registered/enqueued via wp_enqueue_script()

WARNINGSecurityInput is not validated or sanitized3
Category
Security
Occurrences
3
Severity
warning

Sample message

Detected usage of a non-sanitized, non-validated input variable _GET: &quot;/{$_GET[&#039;b&#039;]}/&quot;

ERRORMaintainabilityfile system operations fwrite3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

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

ERRORI18nMissing Arg Domain3
Category
I18n
Occurrences
3
Severity
error

Sample message

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

External Connections

Potential connections found in static code analysis.

46 domains

Outbound calls

102

External assets

1

Incoming endpoints

1

Notable Domains

code.google.com13 · outbound
cl.cam.ac.uk8 · outbound
firephp.org4 · outbound
julienlecomte.net4 · outbound
meta.firephp.org3 · outbound
blog.margenn.com2 · outbound

Platform / Reference Domains

opensource.org10 · platform/reference
wordpress.org5 · platform/reference
github.com3 · platform/reference
w3.org2 · platform/reference
codex.wordpress.org1 · platform/reference
gnu.org1 · platform/reference

External Asset Domains

omninoggin.com6 · asset + outbound

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints1
wp_ajax_wpmauthenticated

wp_ajax

Score History

First score snapshot

v1.4.1

20

Latest

Findings
686
Errors
306
Warnings
380
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins

Code Embed

10k+ active installs

100
Customize Admin

4k+ active installs

99
Minify HTML

10k+ active installs

99
Speculative Loading

70k+ active installs

99
Web Worker Offloading

10k+ active installs

99