Generate structured llms.txt files for WordPress to optimize AI model interaction with your content.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
27
14 issue groups
Security
5
5 issue groups
I18n
4
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$deps".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Missing $domain parameter in function call to __().
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Function "is_post_publicly_viewable()" requires WordPress 5.7.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of __FILE__ or __DIR__ magic constant. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Unescaped parameter $table used in $wpdb->get_var()\n$table assigned unsafely at line 547.
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} at "SELECT robots_noindex FROM {$table} WHERE post_id = %d"
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_content".
Sample message
var_export() 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 '$content'.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
Sample message
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Application files are not permitted.
Sample message
Plugin name "LLMs.txt and LLMs-Full.txt Generator" is different from the name declared in plugin header "LLMS Full TXT Generator".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Potential connections found in static code analysis.
Outbound calls
32
External assets
4
Incoming endpoints
5
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
2 score snapshots
v2.1.2
74
Latest
v2.0.9
94
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 74 | 36 | 22 | 14 | v2.1.2 | 2.0.0 |
| 94 | 23 | 14 | 9 | v2.0.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.