Realtime Visitor Counter Security & Risk Analysis

wordpress.org/plugins/realtime-visitor-counter

Add the shortcode [rtvc] in the Header, footer ore on any post and page. With this plugin you can display in Realtime Visitor Count.

10 active installs v1.0 PHP 8.0+ WP 6.9+ Updated Jan 9, 2026
realtime-visitor-counter
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Realtime Visitor Counter Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 2mo ago
Risk Assessment

The realtime-visitor-counter plugin v1.0 exhibits a generally good security posture based on the provided static analysis. The absence of dangerous functions, the use of prepared statements for all SQL queries, and proper output escaping are significant strengths. The limited attack surface, with only one shortcode and no AJAX, REST API, or cron events without authentication checks, further contributes to its security. The plugin also has no known vulnerabilities in its history, suggesting a consistent track record of security.

However, there are notable areas for improvement. The complete lack of nonce checks and capability checks across all entry points is a significant concern. While the attack surface is small, any code executed by the shortcode is essentially unprotected against potential CSRF attacks or unauthorized access, even if the code itself doesn't exhibit obvious vulnerabilities in this version. The absence of taint analysis results is also not ideal, as it means potential data flow vulnerabilities might have been missed. The three file operations, while not explicitly flagged as dangerous, warrant closer inspection to ensure they do not introduce vulnerabilities, especially in the absence of other security checks.

In conclusion, the plugin demonstrates good fundamental coding practices in handling data and queries. Its lack of historical vulnerabilities is a positive indicator. Nevertheless, the absence of any authentication or authorization checks on its sole entry point (the shortcode) presents a clear risk that needs to be addressed to improve its overall security. A more thorough dynamic or manual analysis would be beneficial to complement the static findings.

Key Concerns

  • Missing nonce checks on shortcode
  • Missing capability checks on shortcode
  • No taint analysis performed
Vulnerabilities
None known

Realtime Visitor Counter Security Vulnerabilities

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

Realtime Visitor Counter Code Analysis

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

Output Escaping

100% escaped2 total outputs
Attack Surface

Realtime Visitor Counter Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[rtvc] RealtimeVisitorCounter.php:24
Maintenance & Trust

Realtime Visitor Counter Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedJan 9, 2026
PHP min version8.0
Downloads866

Community Trust

Rating0/100
Number of ratings0
Active installs10
Alternatives

Realtime Visitor Counter Alternatives

No alternatives data available yet.

Developer Profile

Realtime Visitor Counter Developer Profile

Benjamin Hagh Parast

18 plugins · 330 total installs

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

How We Detect Realtime Visitor Counter

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
echo esc_attr ($counter . "\n");
FAQ

Frequently Asked Questions about Realtime Visitor Counter