支持百度(baidu)、谷歌google、Bing、indexNow、sitemap地图、robots、TDK关键词部署、img图片alt/title属性、网站蜘蛛、网站SEO检测评分、WP优化、tag内链关键词自动关联、词库挖掘、热词库创建、友情链接户换、流量监控、访客明细、AI自动发文章等。
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,261
3 issue groups
Security
157
9 issue groups
Repo Compliance
2
2 issue groups
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.674
- Category
- Maintainability
- Occurrences
- 674
- 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().572
- Category
- Maintainability
- Occurrences
- 572
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.113
- Category
- Security
- Occurrences
- 113
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilitySchema ChangeAttempting a database schema change is discouraged.15
- Category
- Maintainability
- Occurrences
- 15
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_POST['content']8
- Category
- Security
- Occurrences
- 8
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_POST['content']
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_POST['action']. Check that the array index exists before using it.8
- Category
- Security
- Occurrences
- 8
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['action']. Check that the array index exists before using it.
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $insert_sql6
- Category
- Security
- Occurrences
- 6
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $insert_sql
WARNINGSecurityRequest data is not unslashed$_POST['content'] not unslashed before sanitization. Use wp_unslash() or similar6
- Category
- Security
- Occurrences
- 6
- Severity
- warning
Sample message
$_POST['content'] not unslashed before sanitization. Use wp_unslash() or similar
ERRORSecurityDatabase parameter is not escapedUnescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 546.5
- Category
- Security
- Occurrences
- 5
- Severity
- error
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 546.
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $placeholders at WHERE post_status='publish' AND post_type IN ($placeholders) \n5
- Category
- Security
- Occurrences
- 5
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at WHERE post_status='publish' AND post_type IN ($placeholders) \n
Show 4 moreShow less
WARNINGSecurityUnfinished Prepare4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Replacement variables found, but no valid placeholders found in the query.
WARNINGSecurityReplacements Wrong Number2
- Category
- Security
- Occurrences
- 2
- Severity
- warning
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
ERRORRepo Compliancereadme description non official language1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
The readme description contains unofficial language. It must be written in standard English.
ERRORRepo Compliancereadme short description non official language1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
The readme short description contains unofficial language. It must be written in standard English.
External Connections
Potential connections found in static code analysis.
Outbound calls
71
External assets
0
Incoming endpoints
60
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
wp_ajax
Admin AJAX endpoints59
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
47 more hidden
Score History
First score snapshot
v2.2.1
31
Latest
- Findings
- 1,420
- Errors
- 13
- Warnings
- 1,407
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 1,420 | 13 | 1,407 | v2.2.1 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.