Cloak, organise and track affiliate links in WordPress, with server-side click tracking and conversion data across 450+ networks.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
65
10 issue groups
Security
65
9 issue groups
I18n
6
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$browser".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file']['name']
Sample message
Function "esc_xml()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'af_link_report_tab_' . $this->get_current_tab()".
Sample message
$_GET['end_date'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['file']['name']. Check that the array index exists before using it.
Sample message
The $text parameter must be a single text string literal. Found: $field['description']
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Unescaped parameter $expression used in $wpdb->get_results()\n$expression assigned unsafely at line 167.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "TRUNCATE TABLE $table_name"
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "RandomColor".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "AFL_PRO".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Potential connections found in static code analysis.
Outbound calls
84
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
2 score snapshots
v3.3.0
39
Latest
v3.2.1
36
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 136 | 23 | 113 | v3.3.0 | 2.0.0 |
| 36 | 162 | 26 | 136 | v3.2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.