Select Primary Category Security & Risk Analysis

wordpress.org/plugins/deniz-primary-category

Adds the ability to designate a primary category for posts and custom post types.

0 active installs v1.0 PHP + WP 4.5+ Updated Unknown
categoryprimarytaxonomy
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Select Primary Category Safe to Use in 2026?

Generally Safe

Score 100/100

Select Primary Category has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "deniz-primary-category" v1.0 plugin exhibits a mixed security posture. On the positive side, it has no recorded vulnerabilities (CVEs) and utilizes prepared statements for all SQL queries, demonstrating good database security practices. The analysis also indicates a very small attack surface with only one shortcode identified, and importantly, no unprotected entry points found. The presence of a nonce check is also a positive sign. However, a significant concern arises from the output escaping. With 2 total outputs and 0% properly escaped, there is a high likelihood of cross-site scripting (XSS) vulnerabilities being present. The absence of capability checks on the entry point is also a notable weakness, as it means that the functionality exposed by the shortcode might be accessible to users without the necessary privileges, although the lack of unprotected entry points mitigates this to some extent. The absence of taint analysis results is unusual and could indicate that the analysis tool did not detect any potential taint flows, or that the plugin is so simple it doesn't warrant such analysis. Overall, while the plugin avoids common vulnerabilities like raw SQL and unpatched CVEs, the complete lack of output escaping is a critical flaw that requires immediate attention.

Key Concerns

  • Unescaped output detected
  • Missing capability checks on entry points
Vulnerabilities
None known

Select Primary Category Security Vulnerabilities

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

Select Primary Category Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface

Select Primary Category Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[posts_by_primary_category] src\class-main.php:35
WordPress Hooks 5
actionadmin_enqueue_scriptssrc\class-admin.php:34
actionadmin_footersrc\class-admin.php:35
actionsave_postsrc\class-admin.php:36
actionadmin_enqueue_scriptssrc\class-admin.php:39
filterpost_link_categorysrc\class-main.php:34
Maintenance & Trust

Select Primary Category Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedUnknown
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Select Primary Category Developer Profile

denizozsen

1 plugin · 0 total installs

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

How We Detect Select Primary Category

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/deniz-primary-category/assets/css/spc-taxonomy-metabox.min.css/wp-content/plugins/deniz-primary-category/assets/js/spc-taxonomy-metabox.min.js
Script Paths
/wp-content/plugins/deniz-primary-category/assets/js/spc-taxonomy-metabox.min.js
Version Parameters
spc-taxonomy-metabox.min.css?ver=spc-taxonomy-metabox.min.js?ver=

HTML / DOM Fingerprints

Data Attributes
dpc_primary_.*_termdpc_primary_.*_nonce
JS Globals
selectPrimaryCategory
Shortcode Output
[posts_by_primary_category
FAQ

Frequently Asked Questions about Select Primary Category