WP Tag Manager Security & Risk Analysis

wordpress.org/plugins/wp-tag-manager

An advanced tag manager that seamlessly integrates into WordPress.

10 active installs v0.1.1 PHP + WP 2.3+ Updated Nov 30, 2007
managetags
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Tag Manager Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 18yr ago
Risk Assessment

The wp-tag-manager plugin, version 0.1.1, exhibits a mixed security posture. On the positive side, it demonstrates strong adherence to secure coding practices regarding SQL queries, utilizing prepared statements exclusively, and has no recorded vulnerability history (CVEs). This suggests a potentially well-maintained and scrutinized codebase. However, significant concerns arise from the static analysis, particularly the complete lack of output escaping. With 18 total outputs and 0% properly escaped, this presents a high risk of Cross-Site Scripting (XSS) vulnerabilities. Although no specific XSS is confirmed by taint analysis (which shows no critical or high severity flows), the lack of escaping creates a wide attack surface for such vulnerabilities to be easily introduced or exploited. The absence of nonces and capability checks on entry points, coupled with zero unprotected entry points, is confusing. While the zero attack surface is excellent, the lack of explicit checks elsewhere suggests a potential oversight in securing other functionalities or a misunderstanding of the analysis results. Overall, the lack of output escaping is the most immediate and critical risk, overshadowing the positive aspects of its SQL handling and vulnerability history.

Key Concerns

  • 0% output escaping
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

WP Tag Manager Security Vulnerabilities

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

WP Tag Manager Code Analysis

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

Output Escaping

0% escaped18 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
jtm_manage_page (tag-manager.php:28)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Tag Manager Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menutag-manager.php:153
Maintenance & Trust

WP Tag Manager Maintenance & Trust

Maintenance Signals

WordPress version tested2.3.1
Last updatedNov 30, 2007
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Tag Manager Developer Profile

ZephyrWest

2 plugins · 40K total installs

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

How We Detect WP Tag Manager

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
wrapwidefatalternatenavigationalignleftalignrighteditform
Data Attributes
name="tag_name"name="tag_slug"name="tag_merge[]"name="edit_tag"
FAQ

Frequently Asked Questions about WP Tag Manager