PII Tokenizer Security & Risk Analysis

wordpress.org/plugins/pii-tokenizer

Secure Personally Identifiable Information (PII) with vaultless tokenization. Easily tokenize and detokenize profile and address fields in your forms …

0 active installs v1.0.0 PHP + WP + Updated Jan 30, 2025
data-securitypiisecure-formstokenizationwordpress-plugin
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is PII Tokenizer Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The "pii-tokenizer" plugin v1.0.0 exhibits a strong security posture based on the provided static analysis. The absence of dangerous functions, reliance on prepared statements for all SQL queries, and 100% proper output escaping are excellent indicators of secure coding practices. Furthermore, the plugin implements nonce checks for all AJAX handlers and capability checks, significantly reducing the risk of common web vulnerabilities. The vulnerability history showing no known CVEs further strengthens its security profile, suggesting a history of well-maintained and secure code.

However, there are a few areas that warrant consideration for future development. While the current attack surface is limited to AJAX handlers and has no unauthenticated entry points, the presence of 5 external HTTP requests, while not inherently a vulnerability, could become a risk if not handled with extreme care regarding input validation and sanitization of data sent to external services. The lack of taint analysis results could be due to the complexity of the analysis or a limitation of the tool used, and for highly sensitive plugins, deeper taint analysis would provide more confidence.

Overall, the plugin demonstrates a solid foundation of security. The development team appears to be adhering to best practices, particularly in data handling and authentication. The low number of entry points and their protected nature are commendable. The focus on secure SQL and output handling is a significant strength. The absence of past vulnerabilities is a positive sign. The main area for vigilance would be the secure management of external HTTP requests.

Key Concerns

  • External HTTP requests present
Vulnerabilities
None known

PII Tokenizer Security Vulnerabilities

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

PII Tokenizer Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
0
34 escaped
Nonce Checks
8
Capability Checks
3
File Operations
0
External Requests
5
Bundled Libraries
0

Output Escaping

100% escaped34 total outputs
Attack Surface

PII Tokenizer Attack Surface

Entry Points8
Unprotected0

AJAX Handlers 8

authwp_ajax_vlss_tokenize_addressincludes\class-tokenization-handler.php:5
noprivwp_ajax_vlss_tokenize_addressincludes\class-tokenization-handler.php:6
authwp_ajax_vlss_detokenize_addressincludes\class-tokenization-handler.php:7
noprivwp_ajax_vlss_detokenize_addressincludes\class-tokenization-handler.php:8
authwp_ajax_vlss_tokenizeincludes\class-tokenization-handler.php:10
noprivwp_ajax_vlss_tokenizeincludes\class-tokenization-handler.php:11
authwp_ajax_vlss_detokenizeincludes\class-tokenization-handler.php:12
noprivwp_ajax_vlss_tokenizeincludes\class-tokenization-handler.php:13
WordPress Hooks 12
actionadmin_menuincludes\class-activation-handler.php:7
actionadmin_menuincludes\class-admin-handler.php:7
actionadmin_initincludes\class-admin-handler.php:8
filterwpforms_field_propertiesincludes\class-form-handler.php:6
actionwp_enqueue_scriptsincludes\class-form-handler.php:7
actionadmin_menuincludes\class-pii-tokenizer-admin.php:7
actionadmin_post_vlss_registerincludes\class-pii-tokenizer-admin.php:8
actionadmin_post_vlss_verifyincludes\class-pii-tokenizer-admin.php:9
actionadmin_post_vlss_register_apiincludes\class-pii-tokenizer-admin.php:10
actionwp_enqueue_scriptsincludes\class-tokenization-handler.php:9
actionadmin_noticesincludes\class-tokenization-handler.php:14
actionplugins_loadedPII-Tokenizer.php:30
Maintenance & Trust

PII Tokenizer Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedJan 30, 2025
PHP min version
Downloads302

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

PII Tokenizer Developer Profile

Hemal

1 plugin · 0 total installs

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

How We Detect PII Tokenizer

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/pii-tokenizer/assets/js/pii-tokenizer.js/wp-content/plugins/pii-tokenizer/assets/css/pii-tokenizer.css
Script Paths
/wp-content/plugins/pii-tokenizer/assets/js/pii-tokenizer.js

HTML / DOM Fingerprints

CSS Classes
pii-tokenize-button
Data Attributes
data-field-id
JS Globals
PIITokenizer
REST Endpoints
/wp-ajax.php?action=vlss_tokenize_address/wp-ajax.php?action=vlss_detokenize_address/wp-ajax.php?action=vlss_tokenize/wp-ajax.php?action=vlss_detokenize
FAQ

Frequently Asked Questions about PII Tokenizer