IDClass Click Counter Security & Risk Analysis

wordpress.org/plugins/idclass-click-counter

Short Description: A plugin to track user clicks on specific HTML elements using unique IDs or classes.

40 active installs v1.0 PHP 8.3.8+ WP 5.0+ Updated Oct 19, 2024
analyticsclick-countertracking
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is IDClass Click Counter Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The 'idclass-click-counter' plugin, version 1.0, exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, SQL injection vulnerabilities, file operations, and external HTTP requests is highly commendable. The plugin also demonstrates good practices by using prepared statements for all SQL queries and properly escaping the vast majority of its output, with only one minor output escaping concern identified. Furthermore, the presence of nonce checks on its entry points is a positive indicator of security awareness. The plugin's vulnerability history is clean, with no recorded CVEs, suggesting a history of secure development or a lack of past targeted attacks. However, the primary area of concern lies in the complete absence of capability checks for its AJAX handlers. While the attack surface is small and there are no unauthenticated entry points, the lack of role-based access control for these handlers means that any authenticated user, regardless of their permissions, could potentially trigger these AJAX actions. This could lead to unintended consequences or be leveraged in conjunction with other, hypothetical vulnerabilities. Overall, this plugin appears to be developed with security in mind, but the missing capability checks on AJAX handlers represent a tangible risk that should be addressed.

Key Concerns

  • Missing capability checks on AJAX handlers
  • Minor unescaped output detected
Vulnerabilities
None known

IDClass Click Counter Security Vulnerabilities

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

IDClass Click Counter Code Analysis

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

Output Escaping

91% escaped11 total outputs
Data Flows
All sanitized

Data Flow Analysis

3 flows
click_counter_add_element (idclass-click-counter.php:66)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

IDClass Click Counter Attack Surface

Entry Points2
Unprotected0

AJAX Handlers 2

authwp_ajax_click_counter_incrementidclass-click-counter.php:155
noprivwp_ajax_click_counter_incrementidclass-click-counter.php:156
WordPress Hooks 6
actionadmin_menuidclass-click-counter.php:24
actionadmin_initidclass-click-counter.php:90
actionadmin_initidclass-click-counter.php:106
actionadmin_initidclass-click-counter.php:112
actionadmin_enqueue_scriptsidclass-click-counter.php:118
actionwp_enqueue_scriptsidclass-click-counter.php:135
Maintenance & Trust

IDClass Click Counter Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedOct 19, 2024
PHP min version8.3.8
Downloads955

Community Trust

Rating0/100
Number of ratings0
Active installs40
Developer Profile

IDClass Click Counter Developer Profile

Tahsinur Tamim

2 plugins · 40 total installs

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

How We Detect IDClass Click Counter

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/idclass-click-counter/assets/css/click-counter.css/wp-content/plugins/idclass-click-counter/assets/js/click-counter.js
Script Paths
/wp-content/plugins/idclass-click-counter/assets/js/click-counter.js
Version Parameters
idclass-click-counter/assets/css/click-counter.css?ver=idclass-click-counter/assets/js/click-counter.js?ver=

HTML / DOM Fingerprints

CSS Classes
click-counter-settingsclick-counter-listelement-nameclick-countbutton-groupdelete-buttonadd-element-form
Data Attributes
data-element
JS Globals
clickCounterAjax
FAQ

Frequently Asked Questions about IDClass Click Counter