Dynamic CPT Generator Security & Risk Analysis

wordpress.org/plugins/dynamic-cpt-generator

Short Description: Generates custom post type in single click.

0 active installs v2.0.0 PHP 7.2+ WP 5.7+ Updated Feb 28, 2026
custom-post-typedynamic-cptone-click-cptpost-type-builderpost-type-generator
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Dynamic CPT Generator Safe to Use in 2026?

Generally Safe

Score 100/100

Dynamic CPT Generator has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1mo ago
Risk Assessment

The "dynamic-cpt-generator" plugin v2.0.0 exhibits a strong security posture based on the provided static analysis. The absence of known CVEs and a clean vulnerability history indicates a mature and likely well-maintained codebase. The plugin effectively utilizes prepared statements for all SQL queries and demonstrates excellent output escaping with 93% of outputs properly handled. Furthermore, there are no indications of dangerous functions being used, file operations, or external HTTP requests, all of which are positive security indicators. The limited attack surface, consisting of a single shortcode, is also a significant strength.

While the code analysis reveals no critical or high-severity taint flows, the plugin lacks capability checks on its entry points. This is a potential concern, as it means the shortcode could theoretically be accessed by any user role without explicit permission verification. The presence of a nonce check is a good practice, but its effectiveness is diminished if the underlying operation doesn't also verify user capabilities. Overall, the plugin demonstrates good security practices, but the lack of capability checks on its sole entry point represents a notable area for improvement.

Key Concerns

  • Missing capability checks on entry points
Vulnerabilities
None known

Dynamic CPT Generator Security Vulnerabilities

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

Dynamic CPT Generator Code Analysis

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

Output Escaping

93% escaped30 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
dcptg_settings_page (includes\class_dynamic-cpt-generator_settings.php:20)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Dynamic CPT Generator Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[dcptg_display_dynamic_cpt] includes\class_dynamic-cpt-generator_settings.php:12
WordPress Hooks 4
actionwp_enqueue_scriptsdynamic-cpt-generator.php:28
actionadmin_enqueue_scriptsdynamic-cpt-generator.php:29
actionadmin_menuincludes\class_dynamic-cpt-generator_settings.php:10
actioninitincludes\class_dynamic-cpt-generator_settings.php:11
Maintenance & Trust

Dynamic CPT Generator Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 28, 2026
PHP min version7.2
Downloads503

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Dynamic CPT Generator Developer Profile

Nancy

2 plugins · 10 total installs

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

How We Detect Dynamic CPT Generator

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/dynamic-cpt-generator/assets/css/slick.css/wp-content/plugins/dynamic-cpt-generator/assets/css/dcp.css/wp-content/plugins/dynamic-cpt-generator/assets/js/slick.min.js/wp-content/plugins/dynamic-cpt-generator/assets/js/dcp.js/wp-content/plugins/dynamic-cpt-generator/assets/css/admin.css
Script Paths
/wp-content/plugins/dynamic-cpt-generator/assets/js/slick.min.js/wp-content/plugins/dynamic-cpt-generator/assets/js/dcp.js
Version Parameters
dynamic-cpt-generator/assets/css/slick.css?ver=dynamic-cpt-generator/assets/css/dcp.css?ver=dynamic-cpt-generator/assets/js/slick.min.js?ver=dynamic-cpt-generator/assets/js/dcp.js?ver=dynamic-cpt-generator/assets/css/admin.css?ver=

HTML / DOM Fingerprints

CSS Classes
dcptg-wrapdcptg-wrapperdcptg-hero-titledcptg-cpt-listdcptg-updateform-wrapperdcptg-updateform
Data Attributes
name="dcptg_cpt_name"id="dcptg_cpt_name"name="dcptg_cpt_layout"id="dcptg_cpt_layout"name="dcptg_create_cpt"name="dcptg_update_cpt_name"+3 more
Shortcode Output
[dcptg_display_dynamic_cpt
FAQ

Frequently Asked Questions about Dynamic CPT Generator