Author Wordcount Security & Risk Analysis

wordpress.org/plugins/author-wordcount

Allows authors to show word counts for works in progress.

20 active installs v1.0 PHP + WP 4.0+ Updated May 26, 2016
authorwordcountwriting
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Author Wordcount Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The author-wordcount v1.0 plugin exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The absence of any identified attack surface points, dangerous functions, raw SQL queries, file operations, or external HTTP requests is commendable. Furthermore, the presence of a nonce check and a capability check suggests an awareness of basic WordPress security practices. The plugin's vulnerability history is clean, with no recorded CVEs, which indicates a stable and secure past.

However, a significant concern arises from the low percentage (17%) of properly escaped outputs. With 12 total outputs analyzed, this suggests that a majority of user-facing content within the plugin may be vulnerable to cross-site scripting (XSS) attacks if the input is not sufficiently sanitized elsewhere. While no taint analysis flows with unsanitized paths were detected, this does not negate the risk posed by unescaped output, as the analysis might not have covered all potential input vectors or the specific paths leading to these outputs.

In conclusion, while the plugin benefits from a lack of complex entry points and a clean vulnerability record, the prevalent issue with output escaping is a notable weakness. Developers should prioritize addressing this to prevent potential XSS vulnerabilities. The limited attack surface and the use of prepared statements for the few SQL queries are positive indicators of secure coding principles, but the output escaping needs immediate attention to achieve a robust security profile.

Key Concerns

  • Low percentage of properly escaped outputs
Vulnerabilities
None known

Author Wordcount Security Vulnerabilities

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

Author Wordcount Code Analysis

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

Output Escaping

17% escaped12 total outputs
Attack Surface

Author Wordcount Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actioninitauthor-wordcount.php:17
actionadmin_menuauthor-wordcount.php:18
actionwidgets_initauthor-wordcount.php:205
Maintenance & Trust

Author Wordcount Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedMay 26, 2016
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

Author Wordcount Developer Profile

Scott Grant

6 plugins · 70 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 Wordcount

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/author-wordcount/style.css
Version Parameters
author-wordcount/style.css?ver=

HTML / DOM Fingerprints

CSS Classes
author_wordcount_elementauthor_wordcount_bar
Data Attributes
id="wordcount_name"id="wordcount_count"id="wordcount_max"id="wordcount_add"id="wordcount_update"id="wordcount_delete"
FAQ

Frequently Asked Questions about Author Wordcount