Blog Members Directory shortcode Security & Risk Analysis

wordpress.org/plugins/blog-members-directory-shortcode

The plugin enables any page or post author to include a Blog Members directory by using a shortcode.

10 active installs v0.1 PHP + WP 2.6+ Updated Oct 22, 2019
directorymembersshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Blog Members Directory shortcode Safe to Use in 2026?

Generally Safe

Score 85/100

Blog Members Directory shortcode has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 6yr ago
Risk Assessment

The "blog-members-directory-shortcode" v0.1 plugin exhibits a strong security posture based on the provided static analysis. It demonstrates excellent adherence to secure coding practices, with no detected dangerous functions, all SQL queries utilizing prepared statements, and all outputs being properly escaped. The absence of file operations and external HTTP requests further minimizes potential attack vectors. The plugin also has a clean vulnerability history, with no known CVEs, which is a positive indicator of its current security state.

However, a significant concern arises from the complete lack of nonce and capability checks across all entry points, including its single shortcode. While the attack surface is small and there are no unprotected AJAX handlers or REST API routes, the absence of these fundamental security mechanisms means that any authenticated user, regardless of their role or permissions, could potentially trigger the shortcode's functionality. This lack of authorization is a notable weakness that could be exploited if the shortcode's logic has any sensitive operations or exposes information that should be restricted.

In conclusion, the plugin is technically sound in its implementation of core security principles like prepared statements and output escaping. Its vulnerability history is also reassuring. The primary weakness is the complete reliance on WordPress's default user authentication without any specific capability checks for its shortcode, which presents a risk of unauthorized access to its features. Addressing this would significantly improve its overall security.

Key Concerns

  • Missing capability checks on shortcode
  • Missing nonce checks on shortcode
Vulnerabilities
None known

Blog Members Directory shortcode Security Vulnerabilities

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

Blog Members Directory shortcode Code Analysis

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

Blog Members Directory shortcode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[blog_members] BlogMembersShortcode.php:100
Maintenance & Trust

Blog Members Directory shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedOct 22, 2019
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Blog Members Directory shortcode Developer Profile

D'Arcy Norman

6 plugins · 620 total installs

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

How We Detect Blog Members Directory shortcode

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
blog_members_list
HTML Comments
== Installation ==/--------------------------------------------------------------------\| || License: GPL |+21 more
Shortcode Output
<div id="blog_members_list"> <ul> </ul> </div>
FAQ

Frequently Asked Questions about Blog Members Directory shortcode