Manage Tags Security & Risk Analysis

wordpress.org/plugins/manage-tags

A simple plugin that allows users to display product tags as filters for easy content filtering.

0 active installs v1.0 PHP 7.2+ WP 5.0+ Updated Dec 8, 2024
content-filteringfiltertags
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Manage Tags Safe to Use in 2026?

Generally Safe

Score 92/100

Manage Tags 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 'manage-tags' plugin v1.0 demonstrates a generally good security posture based on the provided static analysis. The absence of known CVEs and a clean vulnerability history for this plugin suggest a responsible development and maintenance approach so far. The code analysis reveals strong practices, including 100% use of prepared statements for SQL queries and a high rate of output escaping (82%), which significantly mitigates common injection vulnerabilities. The presence of a nonce check and a single entry point (a shortcode) with no apparent authentication bypasses further contribute to its security.

However, there are areas for potential improvement. The lack of capability checks on the identified shortcode is a notable concern. While the attack surface is small, this entry point could be exploited if the functionality it exposes is sensitive and accessible to users who shouldn't have that access. The 18% of outputs that are not properly escaped could also lead to cross-site scripting (XSS) vulnerabilities if they handle user-supplied data without sufficient sanitization.

In conclusion, 'manage-tags' v1.0 has a solid foundation with excellent data handling practices. The main weakness lies in the potential for privilege escalation or unauthorized access through the shortcode due to the missing capability checks, and the small but present risk of XSS from unescaped outputs. These are manageable risks, but addressing them would elevate the plugin's security to a higher standard.

Key Concerns

  • Shortcode without capability checks
  • Unescaped outputs (18% of total)
Vulnerabilities
None known

Manage Tags Security Vulnerabilities

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

Manage Tags Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

Manage Tags Code Analysis

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

Output Escaping

82% escaped28 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
ttfp_settings_page (manage-tags.php:78)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Manage Tags Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[ttfp_tag_filters] manage-tags.php:220
WordPress Hooks 3
actionplugins_loadedmanage-tags.php:20
actionadmin_menumanage-tags.php:32
actionadmin_initmanage-tags.php:47
Maintenance & Trust

Manage Tags Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedDec 8, 2024
PHP min version7.2
Downloads323

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Manage Tags Developer Profile

kameleonosis

2 plugins · 0 total installs

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

How We Detect Manage Tags

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
name="ttfp_selected_tags[]"name="ttfp_options[font_size]"name="ttfp_options[padding]"name="ttfp_options[text_color]"name="ttfp_options[background_color]"
Shortcode Output
[ttfp_tag_filters]
FAQ

Frequently Asked Questions about Manage Tags