Front Page Reload Counter Security & Risk Analysis

wordpress.org/plugins/front-page-reload-counter

Tracks homepage visits (reloads) by non-logged-in users and displays the total count, last visit time, and detailed logs in the WordPress admin.

0 active installs v1.0 PHP 7.2+ WP 5.6+ Updated Nov 26, 2025
counterhomepagereloadstrackingvisits
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Front Page Reload Counter Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 5mo ago
Risk Assessment

The "front-page-reload-counter" v1.0 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of any detected entry points like AJAX handlers, REST API routes, or shortcodes, and consequently, no unprotected entry points, significantly limits the plugin's attack surface. Furthermore, the lack of dangerous functions, file operations, and external HTTP requests are positive indicators. The code analysis also shows a reasonable approach to SQL queries with a majority utilizing prepared statements, and a moderate amount of output escaping, though room for improvement exists. The absence of any known vulnerabilities in its history further strengthens this positive outlook.

However, there are areas that warrant attention. The fact that only 45% of output is properly escaped presents a potential risk for Cross-Site Scripting (XSS) vulnerabilities, particularly if the unescaped outputs handle user-controlled data. While the taint analysis shows no critical or high-severity unsanitized paths, this could be due to the limited number of flows analyzed or the absence of user input in those specific flows. The presence of 3 nonce checks without any detected capability checks for entry points is a slight anomaly, suggesting potential for vulnerabilities if a method of interaction without these checks were discovered or introduced in future versions.

In conclusion, "front-page-reload-counter" v1.0 appears to be a relatively secure plugin with a minimal attack surface and a clean vulnerability history. The main area for concern is the moderate level of unescaped output, which should be addressed to mitigate potential XSS risks. The absence of documented vulnerabilities is a significant strength, but continuous monitoring and adherence to secure coding practices remain crucial for long-term security.

Key Concerns

  • Moderate unescaped output detected
Vulnerabilities
None known

Front Page Reload Counter Security Vulnerabilities

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

Front Page Reload Counter Release Timeline

v1.0Current
Code Analysis
Analyzed Mar 17, 2026

Front Page Reload Counter Code Analysis

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

SQL Query Safety

57% prepared7 total queries

Output Escaping

45% escaped29 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
frontpagereloadcounter_render_reload_logs (admin\admin-log.php:20)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Front Page Reload Counter Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actiontemplate_redirectclass-front-page-reload-counter.php:38
actionadmin_menuclass-front-page-reload-counter.php:40
actionplugins_loadedupdate.php:29
Maintenance & Trust

Front Page Reload Counter Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedNov 26, 2025
PHP min version7.2
Downloads344

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Front Page Reload Counter Developer Profile

samiur6688

23 plugins · 260 total installs

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

How We Detect Front Page Reload Counter

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/front-page-reload-counter/assets/css/admin.css/wp-content/plugins/front-page-reload-counter/assets/js/admin.js
Script Paths
/wp-content/plugins/front-page-reload-counter/assets/js/admin.js
Version Parameters
front-page-reload-counter/assets/css/admin.css?ver=front-page-reload-counter/assets/js/admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
fprel-admin-wrap
Data Attributes
data-fprel-counter
JS Globals
fprel_ajax_object
Shortcode Output
[front_page_reload_counter]
FAQ

Frequently Asked Questions about Front Page Reload Counter