Tag Cloud Shortcode Security & Risk Analysis

wordpress.org/plugins/tag-cloud-shortcode

The plugin enables any page or post author to include a Tag Cloud by using a shortcode instead of hacking theme template files.

500 active installs v0.1 PHP + WP 2.6+ Updated Oct 22, 2019
cloudshortcodetagtag-cloudtags
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Tag Cloud Shortcode Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The "tag-cloud-shortcode" plugin v0.1 demonstrates a generally good security posture based on the provided static analysis. The code adheres to several best practices, including the absence of dangerous functions, proper usage of prepared statements for any SQL queries (though none are present), and 100% proper output escaping. Furthermore, there are no file operations or external HTTP requests, which are common vectors for vulnerabilities. The attack surface is minimal, consisting solely of one shortcode with no apparent protection mechanisms. The plugin also has no recorded vulnerability history, suggesting a history of secure development or a lack of historical scrutiny. However, the complete absence of nonce checks and capability checks across all entry points, including the single shortcode, represents a significant concern. While the static analysis did not detect any direct exploitable issues like unsanitized paths or dangerous function calls, the lack of authorization and integrity checks leaves the shortcode open to potential abuse if it processes user-supplied data in any meaningful way. The vulnerability history is a strength, but the lack of security checks is a weakness that could lead to future issues.

Key Concerns

  • Missing capability checks on shortcode
  • Missing nonce checks on shortcode
Vulnerabilities
None known

Tag Cloud Shortcode Security Vulnerabilities

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

Tag Cloud Shortcode Code Analysis

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

Tag Cloud Shortcode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[tagcloud] TagCloudShortcode.php:100
Maintenance & Trust

Tag Cloud Shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedOct 22, 2019
PHP min version
Downloads11K

Community Trust

Rating100/100
Number of ratings3
Active installs500
Developer Profile

Tag Cloud Shortcode Developer Profile

D'Arcy Norman

6 plugins · 620 total installs

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

How We Detect Tag Cloud Shortcode

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
tagcloud
HTML Comments
== Installation ==/--------------------------------------------------------------------\| || License: GPL |+25 more
Data Attributes
id="tagcloud"
Shortcode Output
<style type="text/css">div#tagcloud { margin-bottom: 50px; width: 90%; margin-left: auto; margin-right: auto; text-align: center; }</style><div id="tagcloud">
FAQ

Frequently Asked Questions about Tag Cloud Shortcode