Manage Custom Post Types Security & Risk Analysis

wordpress.org/plugins/manage-custom-post-types

This plugin is use for Create a New Custom Post Types & also Enable/Disable the Custom post types.

0 active installs v1.1 PHP + WP 3.0.0+ Updated Oct 4, 2023
cptcustomcustom-post-typesposttypes
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Manage Custom Post Types Safe to Use in 2026?

Generally Safe

Score 85/100

Manage Custom Post Types has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2yr ago
Risk Assessment

The plugin "manage-custom-post-types" v1.1 exhibits a strong overall security posture based on the provided static analysis and vulnerability history. The absence of identified AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the potential attack surface. Furthermore, the lack of dangerous functions, file operations, and external HTTP requests are positive indicators of secure coding practices. The taint analysis showing no flows with unsanitized paths further reinforces this positive assessment.

However, there are several areas for concern. The fact that 100% of the SQL queries are not using prepared statements presents a significant risk of SQL injection vulnerabilities, especially given the presence of three SQL queries. While the plugin includes nonce checks, the complete absence of capability checks on any entry points means that even if nonces are implemented, unauthorized users might still be able to execute certain actions if they can discover or forge the nonces. The output escaping is also a concern, with only 27% of outputs being properly escaped, increasing the risk of Cross-Site Scripting (XSS) vulnerabilities.

The complete lack of any recorded CVEs, even historically, suggests a generally well-maintained and secure plugin. This, combined with the limited attack surface, provides a good foundation. However, the internal code analysis reveals potential weaknesses that, if exploited by an attacker who could bypass or bypass nonce checks, could lead to serious security incidents. The focus should be on addressing the SQL injection and XSS risks.

Key Concerns

  • 100% of SQL queries not using prepared statements
  • Only 27% of outputs properly escaped
  • 0 capability checks on entry points
Vulnerabilities
None known

Manage Custom Post Types Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Manage Custom Post Types Release Timeline

v1.0
Code Analysis
Analyzed Mar 17, 2026

Manage Custom Post Types Code Analysis

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

SQL Query Safety

0% prepared3 total queries

Output Escaping

27% escaped85 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
<add-post-types> (admin\partials\add-post-types.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Manage Custom Post Types Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actionplugins_loadedincludes\class-manage-custom-post-types.php:139
actionadmin_enqueue_scriptsincludes\class-manage-custom-post-types.php:154
actionadmin_enqueue_scriptsincludes\class-manage-custom-post-types.php:155
actionadmin_menuincludes\class-manage-custom-post-types.php:157
actioninitincludes\class-manage-custom-post-types.php:158
actionwp_enqueue_scriptsincludes\class-manage-custom-post-types.php:172
actionwp_enqueue_scriptsincludes\class-manage-custom-post-types.php:173
Maintenance & Trust

Manage Custom Post Types Maintenance & Trust

Maintenance Signals

WordPress version tested6.3.8
Last updatedOct 4, 2023
PHP min version
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs0
Developer Profile

Manage Custom Post Types Developer Profile

Aakif Kadiwala

4 plugins · 50 total installs

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

How We Detect Manage Custom Post Types

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/manage-custom-post-types/admin/css/manage-custom-post-types-admin.css/wp-content/plugins/manage-custom-post-types/admin/js/manage-custom-post-types-admin.js
Script Paths
plugin_dir_url(__FILE__) . 'js/manage-custom-post-types-admin.js'
Version Parameters
manage-custom-post-types/admin/css/manage-custom-post-types-admin.css?ver=manage-custom-post-types/admin/js/manage-custom-post-types-admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
mcpt_admin_menu
Data Attributes
mcpt_statusmcpt_slugmcpt_namemcpt_icon
FAQ

Frequently Asked Questions about Manage Custom Post Types