A Staff List Plugin Security & Risk Analysis

wordpress.org/plugins/staff-list-widget-proper-url

A simple plugin that creates a widget area and a widget that helps you display your staff names and roles

10 active installs v1.1.2 PHP + WP 3.0.1+ Updated Unknown
staff-listuser-roleswebsite-staff-roleswidgetwidget-area
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is A Staff List Plugin Safe to Use in 2026?

Generally Safe

Score 100/100

A Staff List Plugin has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The 'staff-list-widget-proper-url' plugin, version 1.1.2, demonstrates a generally good security posture based on the provided static analysis and vulnerability history. The absence of known CVEs and a clean vulnerability history is a significant positive. The code signals are also largely reassuring, with no dangerous functions, no raw SQL queries, and no file operations or external HTTP requests. However, there are concerning areas. The output escaping is significantly lacking, with only 14% of outputs properly escaped, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities. Furthermore, the lack of any nonce checks or capability checks on its single shortcode, which represents the entire attack surface, means that any authenticated user could potentially trigger unintended actions if the shortcode's functionality is not inherently safe. While the taint analysis shows no issues, this is likely due to the limited scope of analysis or the nature of the code. The overall risk is elevated due to the severe lack of output escaping and the absence of proper authentication/authorization on the shortcode.

Key Concerns

  • Low output escaping (14%)
  • Missing nonce checks on shortcode
  • Missing capability checks on shortcode
Vulnerabilities
None known

A Staff List Plugin Security Vulnerabilities

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

A Staff List Plugin Code Analysis

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

Output Escaping

14% escaped14 total outputs
Attack Surface

A Staff List Plugin Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[staff_list] staff_list_plugin.php:99
WordPress Hooks 2
actionwp_enqueue_scriptsstaff_list_plugin.php:37
actionwidgets_initstaff_list_plugin.php:229
Maintenance & Trust

A Staff List Plugin Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedUnknown
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

A Staff List Plugin Developer Profile

bythegram

2 plugins · 20 total installs

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

How We Detect A Staff List Plugin

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/staff-list-widget-proper-url/stafflist-plugin-style.css
Version Parameters
stafflist-plugin-style.css?ver=0.1

HTML / DOM Fingerprints

CSS Classes
staff-widgetag_staff
Data Attributes
id="staff_list_widget-widget-container"class="widget-container staff-widget "
Shortcode Output
<div class="ag_staff"><h3>
FAQ

Frequently Asked Questions about A Staff List Plugin