Taxonomy Taxi Security & Risk Analysis

wordpress.org/plugins/taxonomy-taxi

Automatically display custom taxonomy information in wp-admin/edit.php

10 active installs v1.1.1 PHP 7.0+ WP 4.8+ Updated Aug 3, 2020
custom-taxonomiestaxonomyterm
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Taxonomy Taxi Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The "taxonomy-taxi" v1.1.1 plugin exhibits a mixed security posture. On one hand, it demonstrates good practices by using prepared statements for all SQL queries and a high percentage of properly escaped output. There is also no history of known vulnerabilities (CVEs), suggesting a generally stable codebase. However, significant concerns arise from the identified attack surface. With one AJAX handler present and notably lacking authentication checks, this presents a direct entry point for unauthenticated attackers. The absence of nonce checks further exacerbates this risk, making it vulnerable to Cross-Site Request Forgery (CSRF) attacks targeting the AJAX functionality. The use of `create_function` is also a risky practice, though its impact is mitigated by the lack of taint analysis data indicating its actual exploitation.

While the lack of historical vulnerabilities is positive, it does not guarantee future security. The presence of an unprotected AJAX endpoint is a critical weakness that must be addressed. The overall risk is moderate due to the high severity of the unprotected entry point, despite the good practices observed in other areas. It is crucial to implement proper authentication and authorization for all AJAX handlers to mitigate the immediate threats.

Key Concerns

  • AJAX handler without authentication
  • Missing nonce checks on AJAX
  • Use of dangerous function (create_function)
Vulnerabilities
None known

Taxonomy Taxi Security Vulnerabilities

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

Taxonomy Taxi Code Analysis

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

Dangerous Functions Found

create_functioncreate_function(_plugin.php:22

Output Escaping

83% escaped12 total outputs
Attack Surface
1 unprotected

Taxonomy Taxi Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_inline-saveadmin.php:43
WordPress Hooks 5
actionadmin_menuadmin.php:8
actionload-edit.phpadmin.php:31
actionload-upload.phpadmin.php:32
filterplugin_action_linksadmin.php:37
actionadmin_notices_plugin.php:20
Maintenance & Trust

Taxonomy Taxi Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedAug 3, 2020
PHP min version7.0
Downloads4K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Taxonomy Taxi Developer Profile

postpostmodern

5 plugins · 50 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 Taxi

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

Asset Fingerprints

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

HTML / DOM Fingerprints

CSS Classes
taxonomy-taxi-notice
FAQ

Frequently Asked Questions about Taxonomy Taxi