Simple URLs helps you to manage links, create product displays, and grow your affiliate marketing business.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
313
15 issue groups
Security
241
9 issue groups
I18n
9
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_email".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$amazon_access_key_id'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_GET['action']
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->identifier . '_cron_interval'".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$column} at \t\t\tWHERE {$column} LIKE %s\n
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_lasso_lite".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "get_final_url_domain_bls".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$dsn'.
Sample message
Processing form data without nonce verification.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 270.
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 $lasso_db
Sample message
set_error_handler() found. Debug code should not normally be used in production.
Sample message
error_reporting() can lead to full path disclosure.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v152
23
Latest
v151
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 596 | 295 | 301 | v152 | 2.0.0 |
| 23 | 593 | 295 | 298 | v151 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.