Posts Visitors Security & Risk Analysis

wordpress.org/plugins/posts-visitors

A plugin allows you to display how many times the post had been visited.

40 active installs v1.0.0 PHP 7.4+ WP 5.5+ Updated May 11, 2022
countpostsposts-visitorsviewsvisitors
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Posts Visitors Safe to Use in 2026?

Generally Safe

Score 85/100

Posts Visitors has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3yr ago
Risk Assessment

The "posts-visitors" plugin v1.0.0 demonstrates a strong adherence to secure coding practices based on the provided static analysis. The complete absence of dangerous functions, SQL injection vulnerabilities (all queries use prepared statements), and output escaping issues is commendable. The plugin also shows no history of known vulnerabilities, indicating a potentially mature and well-maintained codebase. Furthermore, the limited attack surface, consisting solely of a shortcode with no identified unprotected entry points, further strengthens its security posture.

However, the analysis does reveal a critical weakness: the complete absence of nonce checks and capability checks. While the current attack surface is small, this oversight means that if any new entry points are introduced or the existing shortcode's functionality evolves to include sensitive operations, it could be vulnerable to CSRF attacks or unauthorized access by users without the necessary permissions. The lack of taint analysis also means that complex data flow vulnerabilities might not have been detected.

In conclusion, the plugin exhibits excellent fundamental security practices in its current iteration. The developers have done well to avoid common pitfalls. The primary concern lies in the lack of robust authorization and security token checks, which represents a potential future risk if the plugin's functionality expands or if its entry points become more complex. Addressing this oversight would significantly enhance its overall security.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Posts Visitors Security Vulnerabilities

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

Posts Visitors Code Analysis

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

Output Escaping

100% escaped21 total outputs
Attack Surface

Posts Visitors Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[posts-visitors] includes\posts-visitors-shortcode.php:25
WordPress Hooks 8
actionwp_dashboard_setupincludes\posts-visitors-dashboard.php:23
actiontemplate_redirectincludes\posts-visitors-functions.php:22
actionmanage_posts_columnsincludes\posts-visitors-functions.php:23
filterthe_contentincludes\posts-visitors-functions.php:24
actionmanage_post_posts_custom_columnincludes\posts-visitors-functions.php:25
actionadmin_menuincludes\posts-visitors-settings.php:22
actionadmin_initincludes\posts-visitors-settings.php:23
actionadmin_enqueue_scriptsposts-visitors.php:33
Maintenance & Trust

Posts Visitors Maintenance & Trust

Maintenance Signals

WordPress version tested5.9.13
Last updatedMay 11, 2022
PHP min version7.4
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs40
Developer Profile

Posts Visitors Developer Profile

Huda Medoukh

1 plugin · 40 total installs

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

How We Detect Posts Visitors

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/posts-visitors/admin/css/posts-visitors-admin.css/wp-content/plugins/posts-visitors/admin/js/posts-visitors-admin.js
Script Paths
/wp-content/plugins/posts-visitors/admin/js/posts-visitors-admin.js
Version Parameters
posts-visitors/admin/js/posts-visitors-admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
site-visitorsvisitors-labelvisitors-counterdashicons-visibility
Data Attributes
data-post-visitors-count
Shortcode Output
<div class="site-visitors"><span class="dashicons dashicons-visibility"></span><span class="visitors-label"></span><span class="visitors-counter" style="font-size:
FAQ

Frequently Asked Questions about Posts Visitors