My Default Categoris Security & Risk Analysis

wordpress.org/plugins/my-default-categoris

This Plugin allow you select default one or more category for new posts

0 active installs v1.2 PHP + WP 6.7+ Updated Apr 4, 2025
wordpress-default-categorywordpress-plugin
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is My Default Categoris Safe to Use in 2026?

Generally Safe

Score 100/100

My Default Categoris has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 12mo ago
Risk Assessment

The plugin 'my-default-categoris' v1.2 exhibits a strong security posture based on the provided static analysis. There are no identified AJAX handlers, REST API routes, shortcodes, or cron events, which significantly limits the potential attack surface. Furthermore, the analysis reveals no dangerous functions, file operations, or external HTTP requests, and importantly, no identified taint flows. This indicates a generally well-written and secure codebase with no obvious pathways for common web vulnerabilities such as cross-site scripting (XSS) or remote code execution (RCE) through data manipulation.

However, there are areas that warrant caution. The presence of a single SQL query that does not utilize prepared statements represents a potential risk for SQL injection, albeit a localized one given the lack of other vulnerabilities. The output escaping is also not perfect, with 20% of outputs not being properly escaped, which could lead to XSS vulnerabilities if the unescaped data is user-controlled and displayed directly.

The plugin's vulnerability history is exceptionally clean, with no recorded CVEs, which is a positive indicator of its historical security. However, the complete lack of nonce and capability checks across all entry points (which are none in this case) is a concern if the plugin were to ever gain new functionality that introduces unprotected entry points. While the current implementation appears safe due to the absence of exposed entry points, any future expansion of features without robust authentication and authorization checks would introduce significant risk. Overall, the plugin is currently secure, but has a few technical debt items and a reliance on its current minimal attack surface.

Key Concerns

  • Raw SQL query without prepared statement
  • Improper output escaping (20%)
  • No nonce checks on potential future entry points
  • No capability checks on potential future entry points
Vulnerabilities
None known

My Default Categoris Security Vulnerabilities

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

My Default Categoris Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

80% escaped5 total outputs
Attack Surface

My Default Categoris Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_enqueue_scriptsmydefaultcategories.php:21
actionadmin_initmydefaultcategories.php:22
actionadmin_menumydefaultcategories.php:23
Maintenance & Trust

My Default Categoris Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedApr 4, 2025
PHP min version
Downloads282

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

My Default Categoris Developer Profile

iampsp.com

6 plugins · 60 total installs

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

How We Detect My Default Categoris

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/my-default-categoris/mydefaultcategories.js
Script Paths
/wp-content/plugins/my-default-categoris/mydefaultcategories.js

HTML / DOM Fingerprints

Data Attributes
name="mydefaultcategories_cats[]"multiple="multiple"
JS Globals
defcats
FAQ

Frequently Asked Questions about My Default Categoris