URL Image Importer

Import images from URLs, CSV files, or WordPress XML exports directly into your WordPress Media Library to use across your entire site!

v1.2.1Infinite UploadsUpdated Added 700 installs100% rating
26
Score
142
Errors
239
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance100
Maintainability12

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

381 findings

Security

171

7 issue groups

Maintainability

131

15 issue groups

I18n

54

3 issue groups

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.58
Category
Security
Occurrences
58
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORI18nText Domain MismatchMismatched text domain. Expected 'url-image-importer' but got 'tuxedo-big-file-uploads'.38
Category
I18n
Occurrences
38
Severity
error

Sample message

Mismatched text domain. Expected 'url-image-importer' but got 'tuxedo-big-file-uploads'.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['async-upload']['error']35
Category
Security
Occurrences
35
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES['async-upload']['error']

WARNINGMaintainabilityerror log error logerror_log() found. Debug code should not normally be used in production.33
Category
Maintainability
Occurrences
33
Severity
warning

Sample message

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

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_FILES['async-upload']['error']. Check that the array index exists before using it.25
Category
Security
Occurrences
25
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_FILES['async-upload']['error']. Check that the array index exists before using it.

WARNINGSecurityRequest data is not unslashed$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar22
Category
Security
Occurrences
22
Severity
warning

Sample message

$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$chunks'.20
Category
Security
Occurrences
20
Severity
error

Sample message

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

ERRORMaintainabilityparse url parse urlparse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.14
Category
Maintainability
Occurrences
14
Severity
error

Sample message

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$autoload_loaded".13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

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

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().12
Category
I18n
Occurrences
12
Severity
error

Sample message

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

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

Sample message

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

ERRORMaintainabilityfile system operations fopen9
Category
Maintainability
Occurrences
9
Severity
error

Sample message

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

WARNINGMaintainabilityDirect Query8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

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

WARNINGSecurityNonce verification recommended8
Category
Security
Occurrences
8
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityDiscouraged PHP function6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

The use of function ini_set() is discouraged

WARNINGMaintainabilityNon-prefixed hook name6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "async_upload_{$type}".

ERRORMaintainabilityfile system operations is writable5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

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

ERRORMaintainabilitydate date4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations fwrite4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

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

WARNINGMaintainabilityNot In Footer4
Category
Maintainability
Occurrences
4
Severity
warning

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.

ERRORI18nMissing Translators Comment4
Category
I18n
Occurrences
4
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.

ERRORMaintainabilityForbidden PHP function found3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

The use of function move_uploaded_file() is forbidden

ERRORSecuritySQL query is not prepared3
Category
Security
Occurrences
3
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $guid_query

WARNINGMaintainabilityNon-prefixed class3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Ui_Big_File_Uploads_File_Scan".

External Connections

Potential connections found in static code analysis.

19 domains

Outbound calls

92

External assets

0

Incoming endpoints

28

Notable Domains

getbootstrap.com10 · outbound
popper.js.org8 · outbound
infiniteuploads.com7 · outbound
quirksmode.org4 · outbound
drive.google.com2 · outbound
goo.gl2 · outbound

Platform / Reference Domains

github.com28 · platform/reference
w3.org18 · platform/reference
wordpress.org2 · platform/reference
core.trac.wordpress.org1 · platform/reference
s.w.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints20
wp_ajax_uimptr_batch_importauthenticated

wp_ajax

wp_ajax_uimptr_bfu_file_scanauthenticated

wp_ajax

wp_ajax_uimptr_cancel_importauthenticated

wp_ajax

wp_ajax_uimptr_import_single_urlauthenticated

wp_ajax

wp_ajax_uimptr_process_csv_importauthenticated

wp_ajax

wp_ajax_uimptr_process_xml_importauthenticated

wp_ajax

wp_ajax_uimptr_subscribe_dismissauthenticated

wp_ajax

wp_ajax_uimptr_test_connectionauthenticated

wp_ajax

admin_post_uimptr_download_url_mapping_csvauthenticated

admin_post

wp_ajax_bfu_chunkerauthenticated

wp_ajax

wp_ajax_bfu_file_scanauthenticated

wp_ajax

wp_ajax_bfu_subscribe_dismissauthenticated

wp_ajax

8 more hidden

Score History

First score snapshot

v1.2.1

26

Latest

Findings
381
Errors
142
Warnings
239
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins