Mini-Slides Security & Risk Analysis

wordpress.org/plugins/mini-slides

Generates a minimalistic slideshow from your uploaded images

10 active installs v2.0 PHP + WP 2.1+ Updated Unknown
consistencyimageslayoutpostsidebar
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Mini-Slides Safe to Use in 2026?

Generally Safe

Score 100/100

Mini-Slides has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "mini-slides" v2.0 plugin presents a mixed security posture. On the positive side, there are no known CVEs, no dangerous functions detected, and all SQL queries utilize prepared statements. The absence of file operations and external HTTP requests also reduces potential attack vectors. However, a significant concern arises from the lack of output escaping, with 100% of outputs not being properly sanitized. This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities where user-controlled data might be injected and executed in the browser. Furthermore, the taint analysis revealed three flows with unsanitized paths, suggesting potential weaknesses in how data is handled, even if no critical or high severity issues were flagged in this specific analysis.

The plugin's vulnerability history is clean, with zero recorded CVEs, which is a strong positive. This could indicate good development practices or simply a lack of past discovery. However, the static analysis highlights critical areas for improvement, particularly the output escaping and taint flow issues. The lack of capability checks and nonce checks on any potential entry points (though the attack surface is currently reported as zero) also leaves room for future vulnerabilities if the plugin's functionality expands or if the initial analysis was incomplete in identifying all entry points.

In conclusion, while the plugin benefits from a clean vulnerability history and secure SQL practices, the widespread lack of output escaping is a major concern that could lead to significant XSS vulnerabilities. The identified unsanitized taint flows also warrant further investigation and remediation. The absence of any authorization checks (capability checks, nonce checks) on the reported zero entry points is not a current risk but a potential future one if the attack surface grows.

Key Concerns

  • 100% of outputs are not properly escaped
  • 3 flows with unsanitized paths
  • 0 capability checks on entry points
  • 0 nonce checks on entry points
Vulnerabilities
None known

Mini-Slides Security Vulnerabilities

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

Mini-Slides Code Analysis

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

SQL Query Safety

100% prepared1 total queries

Output Escaping

0% escaped35 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
dprx_minislides_manage_page (mini-slides.php:281)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Mini-Slides Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actioninitmini-slides.php:30
actionadmin_menumini-slides.php:37
actionadmin_headmini-slides.php:149
actionwp_headmini-slides.php:151
filterthe_contentmini-slides.php:641
Maintenance & Trust

Mini-Slides Maintenance & Trust

Maintenance Signals

WordPress version tested2.2.2
Last updatedUnknown
PHP min version
Downloads19K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Mini-Slides Developer Profile

Roland Rust

9 plugins · 180 total installs

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

How We Detect Mini-Slides

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/mini-slides/css/mini-slides.css/wp-content/plugins/mini-slides/js/mini-slides.js
Script Paths
/wp-content/plugins/mini-slides/js/mini-slides.js
Version Parameters
mini-slides/css/mini-slides.css?ver=mini-slides/js/mini-slides.js?ver=

HTML / DOM Fingerprints

CSS Classes
dprx_minislidesdprx_minislides_navdprx_minislides_contentdprx_pwrd
Data Attributes
dprx_minislides_outerborder_colordprx_minislides_outerborder_widthdprx_minislides_background_colordprx_minislides_font_sizedprx_minislides_border_colordprx_minislides_border_width+3 more
Shortcode Output
[minislides]
FAQ

Frequently Asked Questions about Mini-Slides