Lightweight traffic logger for WordPress analytics. View, filter, and export page request data; monitor caching; detect bots; and spot click fraud.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
117
9 issue groups
Security
33
8 issue groups
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Attempting a database schema change is discouraged.
Sample message
Unescaped parameter $placeholders used in $wpdb->query()\n$placeholders assigned unsafely at line 1076.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at "DELETE FROM %i WHERE id IN ( $placeholders )"
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$cache_check_nonce".
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 6.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "TRAFFIC_MONITOR_VERSION".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "default_hidden_columns".
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_USER_AGENT']
Sample message
$_SERVER['HTTP_USER_AGENT'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Potential connections found in static code analysis.
Outbound calls
6
External assets
0
Incoming endpoints
6
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v3.2.8
39
Latest
v3.2.7
39
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 150 | 7 | 143 | v3.2.8 | 2.1.0 |
| 39 | 149 | 6 | 143 | v3.2.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.