| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.DB.PreparedSQLPlaceholders.QuotedSimplePlaceholder | Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'. | 69:31 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $terms_query | 103:30 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $posts_query | 93:30 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $term_query | 70:36 | Security |
| ERROR | outdated_tested_upto_header | Tested up to: 6.1 < 6.8. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress. | — | Plugin Repo |
| ERROR | no_license | Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license. | — | — |
| ERROR | plugin_header_no_license | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | — | Plugin Repo |
| WARNING | WordPress.DB.DirectDatabaseQuery.DirectQuery | Use of a direct database call is discouraged. | 98:13 | Security |
| WARNING | WordPress.DB.DirectDatabaseQuery.NoCaching | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 98:13 | Security |
| WARNING | WordPress.DB.PreparedSQLPlaceholders.UnnecessaryPrepare | It is not necessary to prepare a query which doesn't use variable replacement. | 102:111 | Security |
| 11/12/2025, 10:00:49 PM | 8s | 94 | 7 | 14 |