Make your WordPress site visible to AI. Auto-generate llms.txt, track AI bot traffic, and optimize your content for answer engines.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,631
15 issue groups
Security
749
10 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$__llmagnet_autoload".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fs_text".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $bot_placeholders at AND bot_source IN ($bot_placeholders)\n
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FS_Admin_Menu_Manager".
Sample message
Unescaped parameter $events_table used in $wpdb->get_col()\n$events_table assigned unsafely at line 547.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_API__ADDRESS".
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $atc_sql
Sample message
$_COOKIE[self::COOKIE_NAME] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[self::COOKIE_NAME]
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Unescaped parameter $atc_sql used in $wpdb->get_var()\n$atc_sql assigned unsafely at line 1094.
Sample message
Attempting a database schema change is discouraged.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "fs_plugins_api".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$message'.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Potential connections found in static code analysis.
Outbound calls
259
External assets
2
Incoming endpoints
39
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v3.4.2
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 2,425 | 627 | 1,798 | v3.4.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.