Slider Carousel – Image Slider

Slider Image plugin is fully responsive. Your photos with our slider effects will be perfectly. Slider modes Slider Navigation, Content Slider, Fashio …

v1.5.2richteamUpdated Added 3k+ installs90% rating
31
Score
224
Errors
1,233
Warnings
+0
Change

Category Scores

Security0
Repo83
Performance100
Maintainability43

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,457 findings

Security

1,065

9 issue groups

Maintainability

388

7 issue groups

Repo Compliance

4

4 issue groups

WARNINGSecurityRequest data is not unslashed$_POST['Rich_Web_AcSL_BC'] not unslashed before sanitization. Use wp_unslash() or similar401
Category
Security
Occurrences
401
Severity
warning

Sample message

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

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_POST['Rich_Web_AcSL_BC']. Check that the array index exists before using it.396
Category
Security
Occurrences
396
Severity
warning

Sample message

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

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.157
Category
Maintainability
Occurrences
157
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().157
Category
Maintainability
Occurrences
157
Severity
warning

Sample message

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

ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $rw_slider_image_accordion_sql_a111
Category
Security
Occurrences
111
Severity
error

Sample message

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

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

Sample message

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

WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $rw_slider_image_accordion_loader at "INSERT INTO $rw_slider_image_accordion_loader (id, rich_web_slider_ID, Rich_Web_AccSl_L_Show, Rich_Web_AccSl_LT_Show, Rich_Web_AccSl_LT, Rich_Web_AccSl_L_BgC, Rich_Web_AccSl_L_T, Rich_Web_AccSl_LT_T, Rich_Web_AccSl_LT_FS, Rich_Web_AccSl_LT_FF, Rich_Web_AccSl_LT_C, Rich_Web_AccSl_L_T1_C, Rich_Web_AccSl_L_T2_C, Rich_Web_AccSl_L_T3_C, Rich_Web_AccSl_LT_T2_BC, Rich_Web_AccSl_L_C, Rich_Web_AccSl_LT_T2_AnC, Rich_Web_AccSl_LT_T3_BgC, Rich_Web_AccSl_L_S, Rich_Web_AccSl_Loading_Show) VALUES (%d, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)"45
Category
Security
Occurrences
45
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $rw_slider_image_accordion_loader at "INSERT INTO $rw_slider_image_accordion_loader (id, rich_web_slider_ID, Rich_Web_AccSl_L_Show, Rich_Web_AccSl_LT_Show, Rich_Web_AccSl_LT, Rich_Web_AccSl_L_BgC, Rich_Web_AccSl_L_T, Rich_Web_AccSl_LT_T, Rich_Web_AccSl_LT_FS, Rich_Web_AccSl_LT_FF, Rich_Web_AccSl_LT_C, Rich_Web_AccSl_L_T1_C, Rich_Web_AccSl_L_T2_C, Rich_Web_AccSl_L_T3_C, Rich_Web_AccSl_LT_T2_BC, Rich_Web_AccSl_L_C, Rich_Web_AccSl_LT_T2_AnC, Rich_Web_AccSl_LT_T3_BgC, Rich_Web_AccSl_L_S, Rich_Web_AccSl_Loading_Show) VALUES (%d, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)"

WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $rw_slider_image_accordion_loader used in $wpdb->get_row()\n$rw_slider_image_accordion_loader assigned unsafely at line 112.39
Category
Security
Occurrences
39
Severity
warning

Sample message

Unescaped parameter $rw_slider_image_accordion_loader used in $wpdb->get_row()\n$rw_slider_image_accordion_loader assigned unsafely at line 112.

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;37
Category
Maintainability
Occurrences
37
Severity
error

Sample message

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

WARNINGMaintainabilityMissing VersionResource 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.17
Category
Maintainability
Occurrences
17
Severity
warning

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.

Show 10 more
ERRORSecurityDatabase parameter is not escaped11
Category
Security
Occurrences
11
Severity
error

Sample message

Unescaped parameter $rw_slider_image_accordion_sql_a used in $wpdb->query()\n$rw_slider_image_accordion_sql_a assigned unsafely at line 93.

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().

WARNINGSecurityInput is not sanitized9
Category
Security
Occurrences
9
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_POST['rw_item_description_' . $i]

WARNINGMaintainabilityNot In Footer8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_register_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.

WARNINGSecurityUnnecessary Prepare1
Category
Security
Occurrences
1
Severity
warning

Sample message

It is not necessary to prepare a query which doesn't use variable replacement.

ERRORRepo Compliancelicense mismatch1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.

WARNINGMaintainabilitymismatched plugin name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Plugin name "Slider Carousel - Image Slider" is different from the name declared in plugin header "Slider Images".

ERRORRepo Complianceoutdated tested upto header1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Tested up to: 6.3 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

WARNINGRepo Compliancereadme parser warnings too many tags1
Category
Repo Compliance
Occurrences
1
Severity
warning

Sample message

One or more tags were ignored. Please limit your plugin to 5 tags.

WARNINGRepo Compliancereadme parser warnings trimmed short description1
Category
Repo Compliance
Occurrences
1
Severity
warning

Sample message

The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.

External Connections

Not analyzed yet.

Score History

First score snapshot

v1.5.2

31

Latest

Findings
1,457
Errors
224
Warnings
1,233
Check
2.0.0

Relationship Map

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

29 nodes

Related Plugins