TaxDo Security & Risk Analysis

wordpress.org/plugins/taxdo

A unique solution for managing sales tax calculation & tax exemption certificates.

0 active installs v2.3.10 PHP 8.0+ WP 6.3+ Updated Unknown
sales-taxtaxtaxdotaxeswoocommerce
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is TaxDo Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The taxdo plugin v2.3.10 exhibits a mixed security posture. On the positive side, it demonstrates good practices in SQL query handling by exclusively using prepared statements and largely implements proper output escaping, with 96% of identified outputs being sanitized. The absence of known CVEs and a clean vulnerability history suggests a degree of diligence in addressing past security issues. However, significant concerns arise from the static analysis. The plugin exposes two REST API routes that lack any permission callbacks, creating a direct attack surface for unauthorized actions or information disclosure. This, combined with zero capability checks, indicates a lack of robust authorization mechanisms for critical entry points.

While the taint analysis shows no flows with unsanitized paths, the presence of unprotected REST API routes is a critical oversight. The absence of capability checks on these routes means any unauthenticated user could potentially interact with them, leading to unintended consequences. The plugin also performs external HTTP requests, which, while not inherently insecure, can become a vector if the target endpoints are compromised or if the data sent is not properly validated. The limited number of entry points is a strength, but the unprotected nature of these points negates much of that advantage.

In conclusion, the taxdo plugin's strengths lie in its SQL hygiene and output sanitization. Nevertheless, the presence of unprotected REST API routes represents a significant security weakness that requires immediate attention. The absence of capability checks on these endpoints is a critical concern, potentially exposing the site to unauthorized access and manipulation. Until these entry points are properly secured, the plugin carries a notable risk.

Key Concerns

  • REST API routes without permission callbacks
  • No capability checks
  • External HTTP requests (potential risk)
  • Minor unescaped output (4% of total)
Vulnerabilities
None known

TaxDo Security Vulnerabilities

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

TaxDo Code Analysis

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

SQL Query Safety

100% prepared2 total queries

Output Escaping

96% escaped49 total outputs
Attack Surface
2 unprotected

TaxDo Attack Surface

Entry Points2
Unprotected2

REST API Routes 2

GET/wp-json/taxdo/v1/states/(?P<state_code>[a-zA-Z]+)/sub-tax-classessrc\App\SubTaxClasses.php:21
GET/wp-json/taxdo/v1/certificate-requestsrc\App\UploadCertificate\UploadCertificate.php:23
WordPress Hooks 3
actionwoocommerce_blocks_cart_block_registrationsrc\Infra\Listener\BlockRegistrationListener.php:43
actionwoocommerce_blocks_checkout_block_registrationsrc\Infra\Listener\BlockRegistrationListener.php:50
actionplugins_loadedtaxdo.php:42
Maintenance & Trust

TaxDo Maintenance & Trust

Maintenance Signals

WordPress version tested6.4.8
Last updatedUnknown
PHP min version8.0
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

TaxDo Developer Profile

taxdo

1 plugin · 0 total installs

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

How We Detect TaxDo

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/taxdo/build/apply-certificate/frontend.js/wp-content/plugins/taxdo/build/apply-certificate/index.js/wp-content/plugins/taxdo/build/apply-certificate/style-index.css/wp-content/plugins/taxdo/build/index.js/wp-content/plugins/taxdo/build/show-sub-tax-class/frontend.js/wp-content/plugins/taxdo/build/show-sub-tax-class/index.js/wp-content/plugins/taxdo/build/show-sub-tax-class/style-index.css
Script Paths
/wp-content/plugins/taxdo/build/apply-certificate/frontend.js/wp-content/plugins/taxdo/build/apply-certificate/index.js/wp-content/plugins/taxdo/build/index.js/wp-content/plugins/taxdo/build/show-sub-tax-class/frontend.js/wp-content/plugins/taxdo/build/show-sub-tax-class/index.js
Version Parameters
taxdo/build/apply-certificate/frontend.js?ver=taxdo/build/apply-certificate/index.js?ver=taxdo/build/apply-certificate/style-index.css?ver=taxdo/build/index.js?ver=taxdo/build/show-sub-tax-class/frontend.js?ver=taxdo/build/show-sub-tax-class/index.js?ver=taxdo/build/show-sub-tax-class/style-index.css?ver=

HTML / DOM Fingerprints

CSS Classes
taxdo-apply-certificatetaxdo-show-sub-tax-class
JS Globals
window.wc_taxdo_apply_certificate_paramswindow.wc_taxdo_show_sub_tax_class_params
FAQ

Frequently Asked Questions about TaxDo