FileOrganizer – WordPress File Manager

FileOrganizer is an intuitive file manager to easily edit, delete, upload, download, and manage all your WordPress files and folders right from the da …

v1.2.0SoftaculousUpdated 2026-06-10Added Mar 14, 2023200k+ installs96% rating
21
Score
536
Errors
241
Warnings
+0
Change

Category Scores

Security0
Repo71
Performance100
Maintainability0

Top Issues by Category

maintainability436
1unlink unlinkWordPress.WP.AlternativeFunctions.unlink_unlinkERROR882file system operations fcloseWordPress.WP.AlternativeFunctions.file_system_operations_fcloseERROR603file system operations fopenWordPress.WP.AlternativeFunctions.file_system_operations_fopenERROR434curl curl setoptWordPress.WP.AlternativeFunctions.curl_curl_setoptERROR395file system operations is writableWordPress.WP.AlternativeFunctions.file_system_operations_is_writableERROR306file system operations freadWordPress.WP.AlternativeFunctions.file_system_operations_freadERROR277file system operations mkdirWordPress.WP.AlternativeFunctions.file_system_operations_mkdirERROR208prevent path disclosure error reportingWordPress.PHP.DevelopmentFunctions.prevent_path_disclosure_error_reportingWARNING199curl curl initWordPress.WP.AlternativeFunctions.curl_curl_initERROR1610curl curl setopt arrayWordPress.WP.AlternativeFunctions.curl_curl_setopt_arrayERROR1611file system operations chmodWordPress.WP.AlternativeFunctions.file_system_operations_chmodERROR1512file system operations touchWordPress.WP.AlternativeFunctions.file_system_operations_touchERROR1413rename renameWordPress.WP.AlternativeFunctions.rename_renameERROR1214DiscouragedSquiz.PHP.DiscouragedFunctions.DiscouragedWARNING915file system operations fwriteWordPress.WP.AlternativeFunctions.file_system_operations_fwriteERROR816curl curl execWordPress.WP.AlternativeFunctions.curl_curl_execERROR717missing direct file access protectionmissing_direct_file_access_protectionERROR718date dateWordPress.DateTime.RestrictedFunctions.date_dateERROR6
security204
i18n60

Issues Details

777 issues found in latest scan

ERROR88
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

ERROR60
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

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

ERROR60
WordPress.WP.I18n.MissingArgDomain

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

WARNING53
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING48
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_FILES['content']['tmp_name']

WARNING45
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

ERROR43
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

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

ERROR39
WordPress.WP.AlternativeFunctions.curl_curl_setopt

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

ERROR30
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

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

WARNING28
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES['content']['tmp_name']. Check that the array index exists before using it.

ERROR27
WordPress.WP.AlternativeFunctions.file_system_operations_fread

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

ERROR20
WordPress.WP.AlternativeFunctions.file_system_operations_mkdir

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

WARNING19
WordPress.PHP.DevelopmentFunctions.prevent_path_disclosure_error_reporting

error_reporting() can lead to full path disclosure.

WARNING16
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR16
WordPress.WP.AlternativeFunctions.curl_curl_init

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

ERROR16
WordPress.WP.AlternativeFunctions.curl_curl_setopt_array

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

ERROR15
WordPress.WP.AlternativeFunctions.file_system_operations_chmod

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

ERROR14
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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

ERROR14
WordPress.WP.AlternativeFunctions.file_system_operations_touch

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

ERROR12
WordPress.WP.AlternativeFunctions.rename_rename

rename() is discouraged. Use WP_Filesystem::move() to rename a file.

WARNING9
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

ERROR8
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite

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

ERROR7
WordPress.WP.AlternativeFunctions.curl_curl_exec

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

ERROR7
missing_direct_file_access_protection

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

ERROR6
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

777

Errors

536

Warnings

241

Score History

First score snapshot

First scan completed Jun 19, 2026

v1.2.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v1.2.0

21

Latest

Findings
777
Errors
536
Warnings
241
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins