Capitalize Text Input Security & Risk Analysis

wordpress.org/plugins/capitalize-text-input

Aren't you tired of rewriting the titles of your posts pasted in uppercase?

30 active installs v0.2 PHP + WP 3.8+ Updated Sep 14, 2021
capitalizecasechange-caselower-caseproper-case
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Capitalize Text Input Safe to Use in 2026?

Generally Safe

Score 85/100

Capitalize Text Input has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 4yr ago
Risk Assessment

The "capitalize-text-input" plugin v0.2 exhibits a generally good security posture based on the provided static analysis. The absence of any discovered AJAX handlers, REST API routes, shortcodes, or cron events indicates a minimal attack surface, which is a positive sign. Furthermore, the complete reliance on prepared statements for any SQL queries and the lack of file operations or external HTTP requests are strong security practices. The complete absence of vulnerability history is also reassuring, suggesting a history of secure development or diligent patching.

However, a significant concern is the complete lack of output escaping. With one total output identified, and 0% being properly escaped, this presents a clear risk of Cross-Site Scripting (XSS) vulnerabilities. If user-supplied data is directly outputted without sanitization, an attacker could inject malicious scripts. Additionally, the absence of nonce and capability checks across all entry points, although the attack surface is currently zero, leaves the plugin vulnerable should any entry points be added in the future without proper security measures. This highlights a potential weakness in the development process and a risk of future vulnerabilities.

In conclusion, while the plugin demonstrates a commitment to secure data handling and a small attack surface, the critical oversight in output escaping and the lack of general security checks like nonces and capability checks represent tangible security risks. The clean vulnerability history is a positive, but it should not detract from the immediate need to address the identified code-level weaknesses. The plugin's security could be significantly improved by implementing proper output escaping and adding robust authentication and authorization checks.

Key Concerns

  • No output escaping found
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Capitalize Text Input Security Vulnerabilities

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

Capitalize Text Input 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

Capitalize Text Input Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionedit_form_advancedpropercase.php:47
actionedit_page_formpropercase.php:48
Maintenance & Trust

Capitalize Text Input Maintenance & Trust

Maintenance Signals

WordPress version tested5.8.13
Last updatedSep 14, 2021
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings1
Active installs30
Developer Profile

Capitalize Text Input Developer Profile

labdav

4 plugins · 5K total installs

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

How We Detect Capitalize Text Input

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/capitalize-text-input/propercase.php

HTML / DOM Fingerprints

CSS Classes
pulsantino
Data Attributes
title="Change this content in Proper Case"
JS Globals
ldavToProperCase
FAQ

Frequently Asked Questions about Capitalize Text Input