Simple Word Counter Security & Risk Analysis

wordpress.org/plugins/simple-word-counter

Very simple plugin to count words in your posts. It's usefull for SEO optimization to match some low and high words limit for search engines.

100 active installs v1.0 PHP 5.2.4+ WP 3.0.1+ Updated Oct 15, 2018
counterseoword-counter
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Word Counter Safe to Use in 2026?

Generally Safe

Score 85/100

Simple Word Counter has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 7yr ago
Risk Assessment

Based on the static analysis, the "simple-word-counter" plugin version 1.0 exhibits a strong security posture with no immediately identifiable vulnerabilities in its attack surface or code signals. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the potential entry points for attackers. Furthermore, the plugin uses prepared statements for all SQL queries, and there are no dangerous functions, file operations, external HTTP requests, or bundled libraries to scrutinize. The taint analysis also shows no critical or high-severity flows, indicating that data is not being improperly handled or passed to sensitive functions.

However, a significant concern arises from the complete lack of output escaping, with 100% of outputs being unescaped. This represents a substantial risk for Cross-Site Scripting (XSS) vulnerabilities, as any user-supplied data displayed on the front-end or back-end without proper sanitization can be exploited by attackers to inject malicious scripts. While the vulnerability history is clean, suggesting good development practices or a lack of past scrutiny, the unescaped output is a glaring weakness that needs immediate attention. The absence of nonces and capability checks, while not directly exploitable due to the limited attack surface, is a missed opportunity to reinforce security and could become a concern if the plugin's functionality expands in the future.

In conclusion, the "simple-word-counter" plugin version 1.0 benefits from a minimal attack surface and secure SQL handling. However, the critical deficiency in output escaping presents a high risk of XSS vulnerabilities. The lack of vulnerability history is positive but doesn't negate the immediate threat posed by unescaped output. Addressing the output escaping is paramount to improving the plugin's overall security.

Key Concerns

  • Outputs are not properly escaped
Vulnerabilities
None known

Simple Word Counter Security Vulnerabilities

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

Simple Word Counter Release Timeline

v1.0Current
Code Analysis
Analyzed Mar 16, 2026

Simple Word Counter Code Analysis

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

Output Escaping

0% escaped1 total outputs
Attack Surface

Simple Word Counter Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionsave_postvv-plugin-word-counter.php:82
filtermanage_posts_columnsvv-plugin-word-counter.php:84
actionmanage_posts_custom_columnvv-plugin-word-counter.php:90
filtermanage_edit-post_sortable_columnsvv-plugin-word-counter.php:103
actionpre_get_postsvv-plugin-word-counter.php:109
Maintenance & Trust

Simple Word Counter Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedOct 15, 2018
PHP min version5.2.4
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs100
Developer Profile

Simple Word Counter Developer Profile

virvit

1 plugin · 100 total installs

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

How We Detect Simple Word Counter

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-word-counter/simple-word-counter.php

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Simple Word Counter