Author Tag Cloud Security & Risk Analysis

wordpress.org/plugins/authors-tag-cloud

Creates a template tag to create an author specific tag cloud and creates a new permalink structure to drill down into content by author and tag.

10 active installs v1.0 PHP + WP 3.0+ Updated Jun 15, 2011
authortagtag-cloud
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Author Tag Cloud Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The "authors-tag-cloud" v1.0 plugin exhibits a concerning security posture despite having no known past vulnerabilities. The static analysis reveals significant red flags. The presence of the `create_function` dangerous function, which is deprecated and can lead to code injection vulnerabilities if not handled with extreme care and sanitization, is a major concern. Furthermore, the plugin executes SQL queries without utilizing prepared statements, making it susceptible to SQL injection attacks. The lack of any capability checks or nonce checks on potential entry points, although there are currently no identified entry points, indicates a potential for future vulnerabilities if new features are added without proper security considerations. While the plugin boasts a small attack surface and no recorded CVEs, these strengths are overshadowed by the critical weaknesses identified in the code itself.

Key Concerns

  • Dangerous function (create_function) used
  • SQL queries without prepared statements
  • No nonce checks present
  • No capability checks present
Vulnerabilities
None known

Author Tag Cloud Security Vulnerabilities

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

Author Tag Cloud Code Analysis

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

Dangerous Functions Found

create_function$args['topic_count_text_callback'] = create_function('$count', $body);author-tag-cloud.php:145
create_functionuasort( $tags, create_function('$a, $b', 'return strnatcasecmp($a->name, $b->name);') );author-tag-cloud.php:164
create_functionuasort( $tags, create_function('$a, $b', 'return ($a->count > $b->count);') );author-tag-cloud.php:166

SQL Query Safety

0% prepared1 total queries

Output Escaping

67% escaped3 total outputs
Attack Surface

Author Tag Cloud Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionwp_headincludes\refactord-add-rewrite-rules.php:32
actiongenerate_rewrite_rulesincludes\refactord-add-rewrite-rules.php:33
filterquery_varsincludes\refactord-add-rewrite-rules.php:37
actionwp_footerincludes\refactord-add-rewrite-rules.php:41
actionwp_footerincludes\refactord-add-rewrite-rules.php:45
Maintenance & Trust

Author Tag Cloud Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedJun 15, 2011
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Author Tag Cloud Developer Profile

kegentile

4 plugins · 170 total installs

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

How We Detect Author Tag Cloud

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

Asset Fingerprints

Version Parameters
authors-tag-cloud/style.css?ver=

HTML / DOM Fingerprints

CSS Classes
tag-link-
Data Attributes
tag-link-title='font-size:
Shortcode Output
/author//tag/
FAQ

Frequently Asked Questions about Author Tag Cloud