User Profile Shortcode Display Security & Risk Analysis

wordpress.org/plugins/user-profile-shortcode-display

This plugin simply used to show the user data of current user and another by using shortcodes.

60 active installs v1.1 PHP 7.4+ WP 4.9+ Updated Jul 23, 2025
detailsuseruserinfousermeta
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is User Profile Shortcode Display Safe to Use in 2026?

Generally Safe

Score 100/100

User Profile Shortcode Display has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9mo ago
Risk Assessment

The "user-profile-shortcode-display" v1.1 plugin exhibits a generally positive security posture based on the provided static analysis. The absence of dangerous functions, properly escaped output, and SQL queries exclusively using prepared statements are strong indicators of good development practices. Furthermore, the plugin has no recorded vulnerabilities, including CVEs, which suggests a history of secure development and maintenance. The limited attack surface, primarily consisting of shortcodes, and the lack of direct external interactions also contribute to its favorable security profile.

However, a significant concern arises from the complete lack of nonce checks and capability checks across all entry points. While there are no AJAX handlers or REST API routes that are immediately flagged as unprotected, the absence of these fundamental WordPress security mechanisms leaves the shortcodes potentially vulnerable to certain types of attacks if the data processed by them is not sufficiently sanitized or if they can be triggered in an unintended context. This oversight, despite the otherwise clean code, represents a potential weakness that could be exploited in conjunction with other factors or if the plugin's functionality evolves in ways that introduce new risks.

Key Concerns

  • Missing nonce checks on all entry points
  • Missing capability checks on all entry points
Vulnerabilities
None known

User Profile Shortcode Display Security Vulnerabilities

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

User Profile Shortcode Display Release Timeline

v1.1Current
v1.0.0
Code Analysis
Analyzed Mar 16, 2026

User Profile Shortcode Display Code Analysis

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

Output Escaping

100% escaped4 total outputs
Attack Surface

User Profile Shortcode Display Attack Surface

Entry Points3
Unprotected0

Shortcodes 3

[userprsh_meta] includes\userprsh-loaded-main.php:35
[userprsh_avatar] includes\userprsh-loaded-main.php:36
[userprsh_avatar_url] includes\userprsh-loaded-main.php:37
WordPress Hooks 4
actionadmin_menuuser-profile-shortcode-display.php:45
actionplugins_loadeduser-profile-shortcode-display.php:46
actionadmin_enqueue_scriptsuser-profile-shortcode-display.php:47
filterplugin_action_linksuser-profile-shortcode-display.php:48
Maintenance & Trust

User Profile Shortcode Display Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedJul 23, 2025
PHP min version7.4
Downloads445

Community Trust

Rating0/100
Number of ratings0
Active installs60
Developer Profile

User Profile Shortcode Display Developer Profile

Galaxy Weblinks

41 plugins · 25K total installs

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

How We Detect User Profile Shortcode Display

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/user-profile-shortcode-display/assets/css/userprsh_admin.css
Version Parameters
user-profile-shortcode-display/assets/css/userprsh_admin.css?ver=1.1

HTML / DOM Fingerprints

Shortcode Output
<div class="userprsh-profile-display"><div class="userprsh-profile-avatar"><img src="" alt="User Avatar" class="userprsh-avatar-img">
FAQ

Frequently Asked Questions about User Profile Shortcode Display