Bulk Add Terms Security & Risk Analysis

wordpress.org/plugins/bulk-add-terms

A lightweight plugin to add thousands of taxonomy terms in one go.

600 active installs v2.0.4 PHP + WP 3.0.0+ Updated May 18, 2018
admincategoriestagstaxonomyterms
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Bulk Add Terms Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 7yr ago
Risk Assessment

The plugin 'bulk-add-terms' v2.0.4 demonstrates a generally strong security posture with robust practices in place. The static analysis reveals no dangerous functions, all SQL queries utilize prepared statements, and there are no file operations or external HTTP requests. Crucially, all identified entry points (AJAX handlers) are protected by nonce checks, and capability checks are implemented on some of these handlers. The absence of any known CVEs in its vulnerability history further contributes to a positive security outlook, indicating a lack of historical exploitable weaknesses.

However, there are areas for improvement. A significant concern is the output escaping, where only 61% of outputs are properly escaped. This leaves a substantial portion of data potentially vulnerable to cross-site scripting (XSS) attacks if user-controlled or dynamic data is rendered without sufficient sanitization. While the taint analysis shows no flows, this is based on zero flows being analyzed, meaning the potential for undiscovered issues remains. The presence of 4 AJAX handlers, while secured with nonces, still represents an attack surface that requires continuous vigilance.

Overall, 'bulk-add-terms' v2.0.4 is a relatively secure plugin, largely due to its adherence to secure coding practices regarding database interactions and authentication. The lack of historical vulnerabilities is a positive indicator. The primary weakness lies in the incomplete output escaping, which presents a moderate risk of XSS vulnerabilities. Developers should prioritize addressing the unescaped output to further harden the plugin.

Key Concerns

  • Insufficient output escaping
Vulnerabilities
None known

Bulk Add Terms Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Bulk Add Terms Release Timeline

v2.0.4Current
v2.0.3
v2.0.2
v2.0.1
v2.0
v1.2
v1.1
v1.0
Code Analysis
Analyzed Mar 16, 2026

Bulk Add Terms Code Analysis

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

Output Escaping

61% escaped18 total outputs
Attack Surface

Bulk Add Terms Attack Surface

Entry Points4
Unprotected0

AJAX Handlers 4

authwp_ajax_ts_notice_dismissclass-ts-admin-notice.php:65
authwp_ajax_ts_bat_add_new_termsclass-ts-bulk-add-terms.php:10
authwp_ajax_ts_bat_show_the_termsclass-ts-bulk-add-terms.php:11
authwp_ajax_ts_bat_remove_the_termsclass-ts-bulk-add-terms.php:12
WordPress Hooks 9
actionadmin_noticesclass-ts-admin-notice.php:58
actionadmin_footerclass-ts-admin-notice.php:64
actionplugins_loadedclass-ts-bulk-add-terms.php:7
actionadmin_menuclass-ts-bulk-add-terms.php:8
actionadmin_enqueue_scriptsclass-ts-bulk-add-terms.php:9
actionadmin_menuincludes\class-ts-bulk-add-term-options.php:7
actionadmin_initincludes\class-ts-bulk-add-term-options.php:8
actionadmin_menuincludes\options.php:9
actionadmin_initincludes\options.php:10
Maintenance & Trust

Bulk Add Terms Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedMay 18, 2018
PHP min version
Downloads15K

Community Trust

Rating78/100
Number of ratings17
Active installs600
Developer Profile

Bulk Add Terms Developer Profile

Sohan Zaman

4 plugins · 1K total installs

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

How We Detect Bulk Add Terms

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/bulk-add-terms/assets/css/ts-bat-main.css/wp-content/plugins/bulk-add-terms/assets/js/ts-bat-main.js
Script Paths
/wp-content/plugins/bulk-add-terms/assets/js/ts-bat-main.js
Version Parameters
ts-bat-styles?ver=ts-bat-scripts?ver=

HTML / DOM Fingerprints

CSS Classes
ts-bat-wrapperts-bat-select-tax-to-add-termsts-bat-enter-your-termskeep-txtts_bat_notice_holder
Data Attributes
name="ts_bat_taxonomy_select"name="bulk_term_input"id="submit_bulk_terms"id="get_bulk_terms"id="remove_bulk_terms"id="reset_bulk_terms"+2 more
JS Globals
locale_strings
REST Endpoints
/wp-ajax.php?action=ts_bat_add_new_terms/wp-ajax.php?action=ts_bat_show_the_terms/wp-ajax.php?action=ts_bat_remove_the_terms
FAQ

Frequently Asked Questions about Bulk Add Terms