Made it through the SEO plugin wasteland? You've earned a coffee ☺️ Quietly powerful AI SEO that actually works. No bloat, just results. Enjoy! 💕
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
249
13 issue groups
Security
198
10 issue groups
I18n
30
2 issue groups
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.62
- Category
- Maintainability
- Occurrences
- 62
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().57
- Category
- Maintainability
- Occurrences
- 57
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.44
- Category
- Maintainability
- Occurrences
- 44
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORSecurityNot PreparedUse placeholders and $wpdb->prepare(); found $aggregate_query37
- Category
- Security
- Occurrences
- 37
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $aggregate_query
WARNINGSecurityInterpolated Not PreparedUse placeholders and $wpdb->prepare(); found interpolated variable $column at "$column NOT LIKE %s"33
- Category
- Security
- Occurrences
- 33
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column at "$column NOT LIKE %s"
ERRORSecurityUnescaped DBParameterUnescaped parameter $aggregate_query used in $wpdb->get_row()\n$aggregate_query assigned unsafely at line 1090.28
- Category
- Security
- Occurrences
- 28
- Severity
- error
Sample message
Unescaped parameter $aggregate_query used in $wpdb->get_row()\n$aggregate_query assigned unsafely at line 1090.
ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: $this->domain22
- Category
- I18n
- Occurrences
- 22
- Severity
- error
Sample message
The $domain parameter must be a single text string literal. Found: $this->domain
WARNINGSecurityUnescaped DBParameterUnescaped parameter $ai_agents_table used in $wpdb->query()\n$ai_agents_table assigned unsafely at line 3744.21
- Category
- Security
- Occurrences
- 21
- Severity
- warning
Sample message
Unescaped parameter $ai_agents_table used in $wpdb->query()\n$ai_agents_table assigned unsafely at line 3744.
WARNINGSecurityMissing Unslash$_GET['code'] not unslashed before sanitization. Use wp_unslash() or similar21
- Category
- Security
- Occurrences
- 21
- Severity
- warning
Sample message
$_GET['code'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityRecommendedProcessing form data without nonce verification.19
- Category
- Security
- Occurrences
- 19
- Severity
- warning
Sample message
Processing form data without nonce verification.
Show 15 moreShow less
WARNINGSecurityInput Not Sanitized18
- Category
- Security
- Occurrences
- 18
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_SERVER[$header]
ERRORMaintainabilitystrip tags strip tags12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- error
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
WARNINGMaintainabilityerror log error log11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- warning
Sample message
error_log() found. Debug code should not normally be used in production.
ERRORMaintainabilityparse url parse url10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- error
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
ERRORMaintainabilityfile system operations is writable9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
WARNINGMaintainabilityslow db query meta query8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Detected usage of meta_query, possible slow query.
WARNINGMaintainabilityNon Prefixed Hookname Found8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "litespeed_control_set_nocache".
ERRORSecurityException Not Escaped8
- Category
- Security
- Occurrences
- 8
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$code'.
ERRORMaintainabilityfile system operations fwrite8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
ERRORI18nText Domain Mismatch8
- Category
- I18n
- Occurrences
- 8
- Severity
- error
Sample message
Mismatched text domain. Expected 'seo-engine' but got 'media-cleaner'.
ERRORSecurityOutput Not Escaped7
- Category
- Security
- Occurrences
- 7
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$key'.
ERRORMaintainabilityfile system operations fclose7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
ERRORMaintainabilitymissing direct file access protection7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon Prefixed Class Found6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MeowKit_MWSEO_Admin".
WARNINGSecurityMissing6
- Category
- Security
- Occurrences
- 6
- Severity
- warning
Sample message
Processing form data without nonce verification.
Score History
First score snapshot
v0.8.0
24
Latest
- Findings
- 540
- Errors
- 236
- Warnings
- 304
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 540 | 236 | 304 | v0.8.0 | 2.0.0 |