YQL Auto Tagger Security & Risk Analysis

wordpress.org/plugins/yql-auto-tagger

The plugin performs an analysis of your post text and suggests tags for you.

30 active installs v1.3.1 PHP + WP 2.7+ Updated Feb 2, 2010
semantic-websemwebtaggertaggingtags
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is YQL Auto Tagger Safe to Use in 2026?

Generally Safe

Score 85/100

YQL Auto Tagger 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 yql-auto-tagger plugin version 1.3.1 presents a significant security risk due to multiple critical vulnerabilities identified in its static analysis. The plugin has one unprotected AJAX handler, which serves as a direct entry point for attackers without any authentication or authorization checks. This is a major concern as it can be exploited to execute arbitrary actions within the WordPress environment. Furthermore, the plugin utilizes the `create_function` dangerous PHP function twice, which is known to be a source of vulnerabilities if not handled with extreme care. The lack of output escaping on all identified outputs is also a significant weakness, potentially leading to Cross-Site Scripting (XSS) vulnerabilities. The absence of nonce checks and capability checks on the AJAX handler exacerbates these risks, leaving the plugin highly susceptible to unauthorized access and malicious actions. While the plugin has a clean vulnerability history with no recorded CVEs, this should not be a reason for complacency, as the current static analysis reveals substantial inherent risks. The overall security posture is poor, with glaring omissions in fundamental security practices.

Key Concerns

  • Unprotected AJAX handler
  • Dangerous function: create_function
  • Unescaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

YQL Auto Tagger Security Vulnerabilities

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

YQL Auto Tagger Code Analysis

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

Dangerous Functions Found

create_functionarray_walk($tags,create_function('&$value','$value = tagger_proper_case(trim($value));'));yqltags.php:32
create_functionreturn preg_replace_callback('|\b[a-z]|',create_function('$matches','return strtoupper($matches[0]);yqltags.php:92

Output Escaping

0% escaped1 total outputs
Attack Surface
1 unprotected

YQL Auto Tagger Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_yql_gettagsyql_auto_tagger.php:84
WordPress Hooks 2
actionadmin_menuyql_auto_tagger.php:18
actionsave_postyql_auto_tagger.php:70
Maintenance & Trust

YQL Auto Tagger Maintenance & Trust

Maintenance Signals

WordPress version tested2.8.5
Last updatedFeb 2, 2010
PHP min version
Downloads9K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

YQL Auto Tagger Developer Profile

freekrai

2 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 YQL Auto Tagger

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/yql-auto-tagger/js.inc

HTML / DOM Fingerprints

CSS Classes
yql_tag
Data Attributes
id="yql_taglist"id="yql_manual"id="yql_tag_box"id="yql_suggestions"
JS Globals
yql_redisplay_tagsyql_add_manualyql_gettags
FAQ

Frequently Asked Questions about YQL Auto Tagger