
Taxonomy Metadata Security & Risk Analysis
wordpress.org/plugins/taxonomy-metadataInfrastructure plugin which implements metadata functionality for taxonomy terms, including for tags and categories.
Is Taxonomy Metadata Safe to Use in 2026?
Generally Safe
Score 85/100Taxonomy Metadata has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The 'taxonomy-metadata' plugin version 0.5 presents a mixed security posture. On the positive side, the static analysis indicates a very small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all identified output is properly escaped, and there are no detected dangerous functions, file operations, or external HTTP requests. This suggests a cautious approach to exposing functionalities and handling user-supplied data for output.
However, significant concerns arise from the database interactions. With three SQL queries present and 0% using prepared statements, there is a high risk of SQL injection vulnerabilities. The complete absence of nonce and capability checks across all identified entry points (though limited) also leaves potential avenues for privilege escalation or unauthorized actions if any entry points were to be discovered or exploited indirectly. The lack of any recorded vulnerabilities in its history is a positive indicator, but it does not negate the inherent risks identified in the current codebase.
In conclusion, while the plugin exhibits good practices in output sanitization and limiting its direct attack surface, the lack of prepared statements for all SQL queries and the absence of any authorization checks are critical security weaknesses that significantly increase the risk profile. Users should exercise extreme caution and consider these risks before deploying this version.
Key Concerns
- SQL queries without prepared statements
- Lack of nonce checks
- Lack of capability checks
Taxonomy Metadata Security Vulnerabilities
Taxonomy Metadata Code Analysis
SQL Query Safety
Taxonomy Metadata Attack Surface
WordPress Hooks 3
Maintenance & Trust
Taxonomy Metadata Maintenance & Trust
Maintenance Signals
Community Trust
Taxonomy Metadata Alternatives
WP Term Images
wp-term-images
Images for categories, tags, and other taxonomy terms
JSM Show Term Metadata
jsm-show-term-meta
Show term metadata in a metabox when editing terms - a great tool for debugging issues with term metadata.
WP Term Colors
wp-term-colors
Pretty colors for categories, tags, and other taxonomy terms
Advanced Term Images
advanced-term-fields-featured-images
Easily add featured images to your categories, tags, and custom taxonomy terms. Supports all taxonomies!
WP Term Icons
wp-term-icons
Pretty icons for categories, tags, and other taxonomy terms
Taxonomy Metadata Developer Profile
13 plugins · 6K total installs
How We Detect Taxonomy Metadata
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
taxonomy-metadata/style.css?ver=taxonomy-metadata/script.js?ver=HTML / DOM Fingerprints
<!-- THE REST OF THIS CODE IS FROM http://core.trac.wordpress.org/ticket/10142 --><!-- BY sirzooro --><!-- Added function_exists wrappers as per https://make.wordpress.org/core/2015/09/22/preparing-your-plugins-and-your-client-sites-for-termmeta/ --><!--+39 more