胖鼠采集(Fat Rat Collect) 是一款面向 WordPress 网站的自动化内容采集工具,支持三方数据列表页、详情页、微信公众号文章、知乎、简书等多种采集场景。插件提供规则配置、在线调试、数据管理、自动采集、自动发布等能力,帮助站点提升内容处理效率,降低重复操作成本。
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
404
5 issue groups
Security
289
10 issue groups
Maintainability
111
10 issue groups
ERRORI18nMissing Arg DomainMissing $domain parameter in function call to _e().159
- Category
- I18n
- Occurrences
- 159
- Severity
- error
Sample message
Missing $domain parameter in function call to _e().
ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: "<h4><a href='". admin_url('admin.php?page=frc-options') ."'>亲爱的毛毛虫: 目前没有任何一个分页配置。毛毛虫我们走 </a></h4>"134
- Category
- I18n
- Occurrences
- 134
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: "<h4><a href='". admin_url('admin.php?page=frc-options') ."'>亲爱的毛毛虫: 目前没有任何一个分页配置。毛毛虫我们走 </a></h4>"
ERRORI18nText Domain MismatchMismatched text domain. Expected 'fat-rat-collect' but got ''.102
- Category
- I18n
- Occurrences
- 102
- Severity
- error
Sample message
Mismatched text domain. Expected 'fat-rat-collect' but got ''.
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $alterSql100
- Category
- Security
- Occurrences
- 100
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $alterSql
ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.75
- Category
- Security
- Occurrences
- 75
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $by at "$sql ORDER BY $by $sort"49
- Category
- Security
- Occurrences
- 49
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $by at "$sql ORDER BY $by $sort"
WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "frcAddColumn".33
- Category
- Maintainability
- Occurrences
- 33
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "frcAddColumn".
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.21
- Category
- Security
- Occurrences
- 21
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.16
- Category
- Security
- Occurrences
- 16
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;13
- Category
- Maintainability
- Occurrences
- 13
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Show 15 moreShow less
WARNINGMaintainabilityNon-prefixed class12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FRC_ApiError".
WARNINGMaintainabilityNon-prefixed global variable12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$extension_field".
ERRORSecurityDatabase parameter is not escaped10
- Category
- Security
- Occurrences
- 10
- Severity
- error
Sample message
Unescaped parameter $alterSql used in $wpdb->query()\n$alterSql assigned unsafely at line 144.
WARNINGSecurityDatabase parameter is not escaped10
- Category
- Security
- Occurrences
- 10
- Severity
- warning
Sample message
Unescaped parameter $former_table_options used in $wpdb->get_results()\n$former_table_options assigned unsafely at line 111.
ERRORMaintainabilitydate date10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGMaintainabilityDirect Query8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo Caching8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORMaintainabilitywp function not compatible with requires wp7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- error
Sample message
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.6.0.
ERRORI18nInterpolated Variable Text5
- Category
- I18n
- Occurrences
- 5
- Severity
- error
Sample message
The $text parameter must not contain interpolated variables or expressions. Found: {$option['collect_name']}
WARNINGMaintainabilitySchema Change4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
WARNINGSecurityRequest data is not unslashed4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
$_REQUEST[$key] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGMaintainabilityMissing Version4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
WARNINGI18nNo Html Wrapped Strings4
- Category
- I18n
- Occurrences
- 4
- Severity
- warning
Sample message
Translatable string should not be wrapped in HTML. Found: '<h1>升级已结束</h1>'
ERRORSecurityQuoted Simple Placeholder2
- Category
- Security
- Occurrences
- 2
- Severity
- error
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
ERRORSecurityOutput is not escaped2
- Category
- Security
- Occurrences
- 2
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$current_mode'.
External Connections
Potential connections found in static code analysis.
Outbound calls
293
External assets
5
Incoming endpoints
2
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
No public endpoints detected.
Admin AJAX endpoints2
wp_ajax
wp_ajax
Score History
First score snapshot
v3.0.3
25
Latest
- Findings
- 820
- Errors
- 630
- Warnings
- 190
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 820 | 630 | 190 | v3.0.3 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.