Welcome Greetings based on Time Security & Risk Analysis

wordpress.org/plugins/welcome-clock

Show a welcome message to visitors based on time

20 active installs v1.0 PHP 7.4+ WP 5.5+ Updated Dec 6, 2025
custom-greetinggreeting-messagetime-based-greetingvisitor-greetingwelcome-message
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Welcome Greetings based on Time Safe to Use in 2026?

Generally Safe

Score 100/100

Welcome Greetings based on Time has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3mo ago
Risk Assessment

The "welcome-clock" v1.0 plugin exhibits a generally good security posture based on the provided static analysis and vulnerability history. The absence of dangerous functions, raw SQL queries, file operations, and external HTTP requests is a significant strength. The fact that there are no known CVEs and no reported vulnerabilities in its history also suggests a well-maintained or less complex plugin, reducing the risk of known exploits. However, there are areas for improvement. The plugin lacks nonce checks, which are crucial for preventing Cross-Site Request Forgery (CSRF) attacks, especially given the presence of a shortcode which can be an entry point for user interaction. Additionally, only 50% of output is properly escaped, leaving a potential for Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is displayed without adequate sanitization. While the attack surface is currently small and unprotected entry points are zero, the reliance on shortcodes without nonce checks or robust capability checks presents a latent risk. The taint analysis showing zero flows is positive, but this might be due to the limited complexity or scope of the analysis performed.

Key Concerns

  • Missing nonce checks
  • Partial output escaping
  • No capability checks
Vulnerabilities
None known

Welcome Greetings based on Time Security Vulnerabilities

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

Welcome Greetings based on Time Code Analysis

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

Output Escaping

50% escaped2 total outputs
Attack Surface

Welcome Greetings based on Time Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[welcomeclock_tawhidurrahmandear_widget] welcome-clock.php:129
WordPress Hooks 2
filterplugin_row_metawelcome-clock.php:35
actionwidgets_initwelcome-clock.php:119
Maintenance & Trust

Welcome Greetings based on Time Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 6, 2025
PHP min version7.4
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs20
Developer Profile

Welcome Greetings based on Time Developer Profile

Dear

17 plugins · 1K total installs

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

How We Detect Welcome Greetings based on Time

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/welcome-clock/welcome-clock.php

HTML / DOM Fingerprints

CSS Classes
welcomeclocktawhidurrahmandear
Shortcode Output
<center> <div class="welcomeclocktawhidurrahmandear"> <script language="Javascript"> day = new Date() hr = day.getHours() if (hr < "5") { document.write("Good night.") } else if (hr < "9") { document.write("Good morning.") } else if (hr < "15") { document.write("Have a nice day.") } else if (hr < "18") { document.write("Good afternoon.") } else if (hr < "22") { document.write("Good evening.") } else if (hr < "24") { document.write("Good night.") } </script> </div> </center>
FAQ

Frequently Asked Questions about Welcome Greetings based on Time