Taxonomy Converter Security & Risk Analysis

wordpress.org/plugins/taxonomy-converter

Copy or convert terms between taxonomies.

600 active installs v1.3 PHP + WP 3.0+ Updated Jul 26, 2019
categories-and-tags-converterconvertercopyduplicateimporter
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Taxonomy Converter Safe to Use in 2026?

Generally Safe

Score 85/100

Taxonomy Converter has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 6yr ago
Risk Assessment

The taxonomy-converter v1.3 plugin exhibits a generally good security posture, with no known vulnerabilities in its history and a clean bill of health regarding dangerous functions, SQL queries (all prepared), file operations, and external HTTP requests. The static analysis reveals a minimal attack surface, with no direct entry points like AJAX handlers, REST API routes, or shortcodes that are exposed without authentication. This significantly reduces the immediate risk of common web attacks.

However, the analysis does highlight a notable concern: 37% of output escaping is not properly handled. While the taint analysis found no critical or high-severity unsanitized paths, the presence of two flows with unsanitized paths, even if not categorized as severe, coupled with the low percentage of proper output escaping, indicates a potential for cross-site scripting (XSS) vulnerabilities. Attacks could occur if malicious data were to be injected and subsequently rendered without adequate sanitization in the affected output areas. The plugin's capability checks are present, but the lack of nonce checks on any entry points (though there are no direct entry points to check) is a missed opportunity for defense-in-depth if any were to be introduced in the future.

In conclusion, taxonomy-converter v1.3 is strong in its absence of critical vulnerabilities and attack surface. The primary weakness lies in its output sanitization practices, which could be improved to mitigate potential XSS risks. The lack of historical vulnerabilities is a positive sign, suggesting developer attention to security, but the code analysis reveals areas for enhancement.

Key Concerns

  • Unsanitized paths detected
  • Low percentage of properly escaped output
Vulnerabilities
None known

Taxonomy Converter Security Vulnerabilities

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

Taxonomy Converter Code Analysis

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

Output Escaping

37% escaped30 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
init (taxonomy-converter.php:289)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Taxonomy Converter Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actioninittaxonomy-converter.php:322
Maintenance & Trust

Taxonomy Converter Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedJul 26, 2019
PHP min version
Downloads21K

Community Trust

Rating84/100
Number of ratings11
Active installs600
Developer Profile

Taxonomy Converter Developer Profile

kristarella

1 plugin · 600 total installs

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

How We Detect Taxonomy Converter

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/taxonomy-converter/taxonomy-converter.css
Version Parameters
taxonomy-converter/taxonomy-converter.css?ver=taxonomy-converter/taxonomy-converter.js?ver=

HTML / DOM Fingerprints

CSS Classes
nav-tabnav-tab-activewrapnarrow
HTML Comments
<![CDATA[]]>* This term is already in another taxonomy, converting will add the new taxonomy term to existing posts in that taxonomy.
Data Attributes
name="term_list"id="term_list"name="convert"value="0"checked="checked"value="1"+3 more
JS Globals
checkflagcheck_all_rows
FAQ

Frequently Asked Questions about Taxonomy Converter