Simple Category List Security & Risk Analysis

wordpress.org/plugins/categorylist

Major features in Simple category list include:

30 active installs v1.4 PHP 8.2.0+ WP 3.0.1+ Updated Feb 9, 2025
categorycategory-list-by-taxonomy-slugchild-category-listparent-category-listshow-categories
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Category List Safe to Use in 2026?

Generally Safe

Score 92/100

Simple Category List 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 "categorylist" v1.4 plugin exhibits a generally good security posture based on the provided static analysis. The absence of AJAX handlers and REST API routes significantly limits its external attack surface. The plugin also demonstrates good practices by utilizing prepared statements for all SQL queries and avoiding file operations or external HTTP requests. However, there are notable areas of concern. The lack of nonce checks and capability checks on the single shortcode entry point is a significant weakness, potentially opening the door to Cross-Site Request Forgery (CSRF) attacks if the shortcode performs any sensitive actions. Furthermore, while the majority of output is escaped, a 28% rate of unescaped output, while not critical, is still a risk that could lead to Cross-Site Scripting (XSS) vulnerabilities if user-controlled data is involved in those unescaped outputs. The complete lack of vulnerability history is positive, suggesting a history of secure development, but it does not negate the potential risks identified in the current code analysis.

Key Concerns

  • Missing nonce checks on entry point
  • Missing capability checks on entry point
  • Significant unescaped output rate
Vulnerabilities
None known

Simple Category List Security Vulnerabilities

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

Simple Category List Code Analysis

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

Output Escaping

72% escaped18 total outputs
Attack Surface

Simple Category List Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[category_list] category_list.php:202
WordPress Hooks 2
actionadmin_menucategory_list.php:19
actionadmin_initcategory_list.php:20
Maintenance & Trust

Simple Category List Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedFeb 9, 2025
PHP min version8.2.0
Downloads3K

Community Trust

Rating100/100
Number of ratings2
Active installs30
Developer Profile

Simple Category List Developer Profile

nziniwal

1 plugin · 30 total installs

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

How We Detect Simple Category List

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
<h2>Copy this Shortcode and use it:</h2><code>[category_list custom_taxonomy="Use this shortcode in PHP: <code>echo do_shortcode('[category_list custom_taxonomy="<p><strong>No taxonomy name is set. Please configure the settings.</strong></p>
FAQ

Frequently Asked Questions about Simple Category List