WP Tag Generator Security & Risk Analysis

wordpress.org/plugins/wp-tag-generator

Will generate keywords based on the input, you can specify the form field to use the fetched keyword.

10 active installs v1.0 PHP + WP + Updated May 18, 2010
auto-tagskeywordsseo-tagstagtag-generator
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Tag Generator Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 16yr ago
Risk Assessment

The "wp-tag-generator" v1.0 plugin exhibits a generally good security posture based on the provided static analysis. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the attack surface, and no unprotected entry points were identified. Furthermore, the plugin avoids dangerous functions, file operations, and external HTTP requests. All SQL queries utilize prepared statements, which is a strong security practice.

However, a significant concern arises from the output escaping analysis. With two outputs analyzed and 0% properly escaped, this indicates a potential for Cross-Site Scripting (XSS) vulnerabilities. While the taint analysis did not reveal critical or high severity flows with unsanitized paths, the presence of one flow with unsanitized paths, coupled with the lack of proper output escaping, suggests a real risk. The vulnerability history being clear is positive, but it doesn't negate the risks identified in the code itself.

In conclusion, the plugin benefits from a minimal attack surface and the secure use of SQL. The primary weakness lies in the lack of output escaping, which could lead to XSS vulnerabilities. The absence of recorded vulnerabilities in the past is a good sign, but it is crucial to address the identified output escaping issue to maintain a strong security profile.

Key Concerns

  • Unescaped output detected
  • Taint flow with unsanitized path
Vulnerabilities
None known

WP Tag Generator Security Vulnerabilities

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

WP Tag Generator Release Timeline

No version history available.
Code Analysis
Analyzed Apr 16, 2026

WP Tag Generator Code Analysis

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

Output Escaping

0% escaped2 total outputs
Data Flows · Security
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<wp_tag_generator> (wp_tag_generator.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Tag Generator Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionedit_form_advancedwp_tag_generator.php:181
actionedit_page_formwp_tag_generator.php:182
Maintenance & Trust

WP Tag Generator Maintenance & Trust

Maintenance Signals

WordPress version tested2.9.2
Last updatedMay 18, 2010
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Tag Generator Developer Profile

Thamizhchelvan

4 plugins · 40 total installs

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

How We Detect WP Tag Generator

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

Asset Fingerprints

Version Parameters
wp-tag-generator/wp_tag_generator.php?ver=

HTML / DOM Fingerprints

CSS Classes
wpgeneratetagshandledivhndlewp_tag_search_termwp_tag_field_idbuttontagadd
Data Attributes
id="wpgeneratetags"id="wp_tag_search_term"id="wp_tag_field_id"onclick="javascript:wp_fetch_term_tags();"
JS Globals
wp_fetch_term_tagsxmlhttpwindow.XMLHttpRequestActiveXObject("Microsoft.XMLHTTP")
REST Endpoints
/wp_tag_generator.php?req=termajax
FAQ

Frequently Asked Questions about WP Tag Generator