Simple Before After Image Slider Security & Risk Analysis

wordpress.org/plugins/simple-before-after-image-slider

Easily display before/after image comparisons with a lightweight and responsive slider. Perfect for photographers, creatives, and visual marketers.

30 active installs v1.0.0 PHP + WP 5.0+ Updated Apr 11, 2025
before-afterimage-comparisonphotophotographersslider
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Before After Image Slider Safe to Use in 2026?

Generally Safe

Score 100/100

Simple Before After Image Slider has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 11mo ago
Risk Assessment

The "simple-before-after-image-slider" plugin v1.0.0 exhibits a generally positive security posture based on the static analysis. The absence of dangerous functions, SQL queries without prepared statements, file operations, and external HTTP requests are all strong indicators of secure coding practices. Taint analysis showing zero flows with unsanitized paths further reinforces this positive outlook, suggesting no readily exploitable input validation flaws.

However, there are notable areas for concern. The plugin has zero nonce checks and zero capability checks. This is a significant weakness, especially given the presence of a shortcode, which can be an entry point for user interaction. Without proper authorization and integrity checks, malicious users could potentially manipulate shortcode behavior or inject harmful data. Additionally, while there are 10 output operations, only 60% are properly escaped. This leaves 4 outputs vulnerable to cross-site scripting (XSS) attacks if the data being output originates from user input.

The plugin's vulnerability history is clean, with zero known CVEs. This is a strong positive indicator, suggesting a lack of historically exploitable vulnerabilities and potentially diligent maintenance by the developer in past versions. However, the absence of past vulnerabilities does not guarantee future security. The current code analysis reveals enough potential weaknesses to warrant caution, particularly concerning output escaping and the lack of nonce/capability checks.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
  • Insufficient output escaping (40% unescaped)
Vulnerabilities
None known

Simple Before After Image Slider Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Simple Before After Image Slider Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
4
6 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

60% escaped10 total outputs
Attack Surface

Simple Before After Image Slider Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[before_after_slider] simple-before-after-image-slider.php:61
WordPress Hooks 1
actionwp_enqueue_scriptssimple-before-after-image-slider.php:33
Maintenance & Trust

Simple Before After Image Slider Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedApr 11, 2025
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

Simple Before After Image Slider Developer Profile

Marcel CL

2 plugins · 30 total installs

89
trust score
Avg Security Score
93/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Simple Before After Image Slider

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-before-after-image-slider/assets/css/slider.css/wp-content/plugins/simple-before-after-image-slider/assets/js/img-comparison-slider.min.js
Script Paths
/wp-content/plugins/simple-before-after-image-slider/assets/js/img-comparison-slider.min.js
Version Parameters
simple-before-after-image-slider/assets/css/slider.css?ver=simple-before-after-image-slider/assets/js/img-comparison-slider.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
img-comparison-boxsbaisp-comparisonrenderedbeforeafter
Data Attributes
slot
Shortcode Output
<div class="img-comparison-box"> <img-comparison-slider class="sbaisp-comparison rendered"> <figure slot="first" class="before"> <img width="100%" src="" alt="Before image"> <figcaption>Before</figcaption> </figure> <figure slot="second" class="after"> <img width="100%" src="" alt="After image"> <figcaption>After</figcaption> </figure> </img-comparison-slider> </div>
FAQ

Frequently Asked Questions about Simple Before After Image Slider