B7 Random Images Security & Risk Analysis

wordpress.org/plugins/b7-random-images

Display random images from your media library on any post or page using a simple shortcode.

0 active installs v1.0.0 PHP 7.2+ WP 5.9+ Updated Nov 17, 2024
galleryimagemediarandomrandom-image
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is B7 Random Images Safe to Use in 2026?

Generally Safe

Score 92/100

B7 Random Images has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The b7-random-images plugin version 1.0.0 exhibits a strong security posture based on the provided static analysis. The code adheres to several best practices, including the absence of dangerous functions, 100% usage of prepared statements for SQL queries, and proper output escaping. Crucially, there are no observed taint flows, indicating that user-supplied data is not being processed in a way that could lead to vulnerabilities like code injection or path traversal. The plugin also has no history of known vulnerabilities, which is a positive sign of developer diligence.

Despite the overall positive assessment, there are a few areas that warrant attention. The plugin utilizes a shortcode as its sole entry point without any apparent authentication or capability checks. While the static analysis did not detect any unprotected entry points, the presence of a shortcode without explicit checks could theoretically be a vector if it interacts with user-supplied data in a sensitive way, though the taint analysis suggests this is not currently the case. The absence of nonce checks, while not directly flagged as a vulnerability in this specific analysis, is a general security practice that would typically be implemented for actions triggered by shortcodes that might modify data or perform other state-changing operations.

In conclusion, b7-random-images v1.0.0 appears to be a secure plugin with good coding practices. The lack of known vulnerabilities and the absence of critical code signals are reassuring. However, the reliance on a shortcode as an entry point without explicit authentication or nonce checks represents a minor area for potential improvement, even if no immediate risks are evident from the provided data.

Key Concerns

  • Shortcode without explicit auth/capability checks
  • Missing nonce checks
Vulnerabilities
None known

B7 Random Images Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

B7 Random Images Release Timeline

v1.0.0Current
Code Analysis
Analyzed Apr 16, 2026

B7 Random Images Code Analysis

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

Output Escaping

100% escaped2 total outputs
Attack Surface

B7 Random Images Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[blogvii_random_images] b7_random_images.php:67
Maintenance & Trust

B7 Random Images Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedNov 17, 2024
PHP min version7.2
Downloads662

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

B7 Random Images Developer Profile

blogvii

5 plugins · 240 total installs

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

How We Detect B7 Random Images

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/b7-random-images/style.css/wp-content/plugins/b7-random-images/script.js
Script Paths
/wp-content/plugins/b7-random-images/script.js
Version Parameters
b7-random-images/style.css?ver=b7-random-images/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
b7-random-imagesrandom-image-item
Shortcode Output
<div class="b7-random-images" style="display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;"><div class="random-image-item" style="flex: 1 1 auto; max-width: 100%;"><div style="max-width: 100%; margin: 0 auto;">
FAQ

Frequently Asked Questions about B7 Random Images