Cool Text Effect Security & Risk Analysis

wordpress.org/plugins/cool-text-effect

This plugin will enable text effect in your wordpress theme. You can embed cool textEffect via shortcode in everywhere you want, even in theme files.

10 active installs v1.0 PHP + WP 3.0.1+ Updated Nov 7, 2014
cool-text-effectjquery-type-effecttext-effecttype-effect-jquery-text-effect
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Cool Text Effect Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The "cool-text-effect" plugin v1.0 exhibits a strong security posture based on the provided static analysis. The absence of dangerous functions, SQL injection vulnerabilities (all queries use prepared statements), and unescaped output are excellent indicators of secure coding practices. Furthermore, the lack of file operations and external HTTP requests reduces potential attack vectors. The plugin also has a clean vulnerability history with no recorded CVEs, suggesting a history of stable and secure development.

However, a significant concern arises from the complete absence of nonce checks and capability checks. While the attack surface appears small with only one shortcode, this shortcode could potentially be a vector for issues if it interacts with user input or performs sensitive actions without proper authorization. The lack of taint analysis results is also noted, which could mean either no such flows were detected or the analysis was not comprehensive. The plugin's reliance solely on the shortcode as an entry point, without any form of authentication or authorization checks, presents a latent risk that could be exploited if the shortcode's functionality is ever extended or modified without adding these critical security measures.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Cool Text Effect Security Vulnerabilities

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

Cool Text Effect 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

Cool Text Effect Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[cool_text] cooltext.php:76
WordPress Hooks 1
actioninitcooltext.php:22
Maintenance & Trust

Cool Text Effect Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedNov 7, 2014
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Cool Text Effect Developer Profile

Saifullah Tareq

1 plugin · 10 total installs

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

How We Detect Cool Text Effect

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/cool-text-effect/inc/textEffect.jquery.js
Script Paths
/wp-content/plugins/cool-text-effect/inc/textEffect.jquery.js

HTML / DOM Fingerprints

Data Attributes
data-effectdata-effectSpeeddata-completionSpeeddata-jumbleColor
JS Globals
jQuery
Shortcode Output
<script> jQuery(document).ready(function($) { $("#demo").textEffect({ effect: "", // the type of the text aniamtion. fade, glow, jumble, slide, dropdown and random (default) effectSpeed: "", // the speed in ms at which new letters begin to animate. completionSpeed: "
FAQ

Frequently Asked Questions about Cool Text Effect