Select Category to Post Security & Risk Analysis

wordpress.org/plugins/select-category-to-post

Category names are shown on your dashboard with a hyperlink, and when you click one, you will go to post-new.php, with the category already selected.

40 active installs v2.3 PHP + WP 3.0+ Updated Unknown
admincategorydashboard
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Select Category to Post Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The 'select-category-to-post' v2.3 plugin exhibits a generally strong security posture with no known vulnerabilities or CVEs. The static analysis reveals a remarkably small attack surface with zero AJAX handlers, REST API routes, shortcodes, or cron events, and importantly, none of these entry points are left unprotected. The plugin also demonstrates good practices by using prepared statements for all SQL queries and generally good output escaping, with only a small percentage of outputs not properly handled. However, the presence of the `create_function` call is a significant concern, as it can be a vector for code injection vulnerabilities if user-supplied data is ever passed into its parameters. While taint analysis did not reveal any immediate issues, the inherent risk of `create_function` remains. The lack of nonce checks and a single capability check also suggests potential areas for improvement in access control, although the limited attack surface mitigates immediate risk. Overall, while the plugin has a clean history and a small attack surface, the use of `create_function` warrants attention and potential remediation to ensure a robust security profile.

Key Concerns

  • Presence of `create_function`
  • Unescaped outputs found
  • Missing nonce checks
Vulnerabilities
None known

Select Category to Post Security Vulnerabilities

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

Select Category to Post Code Analysis

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

Dangerous Functions Found

create_functionuasort( $categories, create_function('$a, $b', 'return strnatcasecmp($a->name, $b->name);') );class.php:164

Output Escaping

67% escaped9 total outputs
Attack Surface

Select Category to Post Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actionadmin_head-index.phpclass.php:13
actionwp_dashboard_setupclass.php:14
actionadmin_menuclass.php:15
actioncontextual_helpclass.php:16
actionadmin_head-post-new.phpclass.php:204
actionwp_dashboard_setupclass.php:207
actionadmin_print_footer_scriptsclass.php:219
Maintenance & Trust

Select Category to Post Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedUnknown
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings1
Active installs40
Developer Profile

Select Category to Post Developer Profile

水野史土

11 plugins · 8K total installs

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

How We Detect Select Category to Post

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/select-category-to-post/selectcategory.css/wp-content/plugins/select-category-to-post/selectcategory.js
Script Paths
/wp-content/plugins/select-category-to-post/selectcategory.js
Version Parameters
select-category-to-post/selectcategory.css?ver=select-category-to-post/selectcategory.js?ver=

HTML / DOM Fingerprints

CSS Classes
selectcategory_posts
JS Globals
selectcategory
FAQ

Frequently Asked Questions about Select Category to Post