Tag Generator Security & Risk Analysis

wordpress.org/plugins/tag-generator

Generates tags for posts, using Yahoo and Yandex API.

20 active installs v0.1.3.7 PHP + WP 3.0+ Updated Jul 18, 2016
generate-tagpostpoststagtags
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Tag Generator Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The "tag-generator" plugin v0.1.3.7 presents a mixed security posture. On the positive side, the plugin has a remarkably small attack surface with zero identified entry points requiring authentication or permission checks. Furthermore, there are no recorded past vulnerabilities, suggesting a history of stable and potentially secure development.

However, significant concerns arise from the static code analysis. The complete absence of prepared statements for all four SQL queries is a major risk, leaving the plugin highly susceptible to SQL injection attacks. Compounding this, a very low percentage (6%) of output is properly escaped, indicating a high risk of cross-site scripting (XSS) vulnerabilities. The taint analysis further highlights this, with all five analyzed flows having unsanitized paths and three of them flagged as high severity. The plugin also performs external HTTP requests, which, without proper validation, could lead to SSRF vulnerabilities or unintended data leakage.

In conclusion, while the lack of a public vulnerability history and a minimal attack surface are strengths, the critical flaws in handling SQL queries and output escaping, as evidenced by the taint analysis, represent immediate and severe security risks that require urgent attention. The absence of nonces and capability checks, while not directly exploited due to the zero attack surface, would be major concerns if any entry points were present.

Key Concerns

  • All SQL queries use raw SQL, not prepared statements
  • Very low percentage of output is properly escaped
  • High severity taint flows with unsanitized paths
  • No nonce checks implemented
  • No capability checks implemented
  • External HTTP requests present
Vulnerabilities
None known

Tag Generator Security Vulnerabilities

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

Tag Generator Code Analysis

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

SQL Query Safety

0% prepared4 total queries

Output Escaping

6% escaped31 total outputs
Data Flows
5 unsanitized

Data Flow Analysis

5 flows5 with unsanitized paths
Prefences (taggenerator.php:72)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Tag Generator Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionpublish_posttaggenerator.php:36
actionadmin_menutaggenerator.php:46
Maintenance & Trust

Tag Generator Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedJul 18, 2016
PHP min version
Downloads9K

Community Trust

Rating62/100
Number of ratings8
Active installs20
Developer Profile

Tag Generator Developer Profile

Nikitian

1 plugin · 20 total installs

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

How We Detect Tag Generator

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/tag-generator/style.css/wp-content/plugins/tag-generator/admin.css
Script Paths
/wp-content/plugins/tag-generator/taggenerator.js
Version Parameters
tag-generator/style.css?ver=tag-generator/admin.css?ver=tag-generator/taggenerator.js?ver=

HTML / DOM Fingerprints

CSS Classes
taggenerator_admin
JS Globals
taggenerator
FAQ

Frequently Asked Questions about Tag Generator