
Preserve Taxonomy Hierarchy Security & Risk Analysis
wordpress.org/plugins/preserve-taxonomy-hierarchyPreserve hierarchy in posts category and navigation menu editor lists.
Is Preserve Taxonomy Hierarchy Safe to Use in 2026?
Generally Safe
Score 92/100Preserve Taxonomy Hierarchy has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The static analysis of the 'preserve-taxonomy-hierarchy' plugin v1.0.1 reveals an exceptionally clean code base with no identified attack surface, dangerous functions, unsanitized paths, or critical/high severity taint flows. The plugin also demonstrates excellent security practices by exclusively using prepared statements for all SQL queries and ensuring 100% of outputs are properly escaped. The absence of file operations, external HTTP requests, and any record of vulnerabilities or CVEs further solidifies its strong security posture. The plugin's development appears to follow best practices, with a notable lack of common security weaknesses. However, it's important to note the absence of any capability checks or nonce checks in the provided data. While this might be justified if the plugin has no interactive elements that modify data or require specific user permissions, it represents a potential area of concern if any such functionality were to be introduced in future versions without proper safeguards. Overall, for its current version and features, the plugin presents a very low security risk.
Key Concerns
- No capability checks found
- No nonce checks found
Preserve Taxonomy Hierarchy Security Vulnerabilities
Preserve Taxonomy Hierarchy Release Timeline
Preserve Taxonomy Hierarchy Code Analysis
Preserve Taxonomy Hierarchy Attack Surface
WordPress Hooks 7
Maintenance & Trust
Preserve Taxonomy Hierarchy Maintenance & Trust
Maintenance Signals
Community Trust
Preserve Taxonomy Hierarchy Alternatives
Categories in Hierarchical Order
categories-in-hierarchical-order
Categories in Hierarchical Order plugin maintains the hierarchical order of categories list in the Category tab under your WordPress Admin Post Editor …
Taxonomy Checklist Tree
taxonomy-checklist-tree
Plugin sets Category/Taxonomy checklist hierarchical tree-view by default.
WP Dropdown Hierarchical Category UI
wp-dropdown-hierarchial-category-ui
It makes the categories or taxonomies list in a better UI which enables show/hide toggle of child categories. Supports any custom post types.
Custom Post & Taxonomy Hierarchy SEO with Woocommerce Support
custom-post-taxonomy-hierarchy-seo
This plugin allows you to squeeze some more SEO juice out of your website by adding your custom post type's taxonomies in your URL structure.
Custom Post Type UI
custom-post-type-ui
Admin UI for creating custom content types like post types and taxonomies
Preserve Taxonomy Hierarchy Developer Profile
5 plugins · 101K total installs
How We Detect Preserve Taxonomy Hierarchy
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
<script type="text/javascript">
jQuery(function () {
jQuery('[id$="-all"] > ul.categorychecklist').each(function () {
var $list = jQuery(this);
var $firstChecked = $list.find(':checkbox:checked').first();
if (!$firstChecked.length) return;
var first_one = $list.find(':checkbox').position().top;
var checked_one = $firstChecked.position().top;
$list.closest('.tabs-panel').scrollTop(checked_one - first_one + 10);
});
});
</script>