胖鼠采集(Fat Rat Collect)

胖鼠采集(Fat Rat Collect) 是一款面向 WordPress 网站的自动化内容采集工具,支持三方数据列表页、详情页、微信公众号文章、知乎、简书等多种采集场景。插件提供规则配置、在线调试、数据管理、自动采集、自动发布等能力,帮助站点提升内容处理效率,降低重复操作成本。

v3.0.3KitePigUpdated Added 900 installs94% rating
25
Score
630
Errors
190
Warnings
+0
Change

Category Scores

Security0
Repo69
Performance100
Maintainability24

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

820 findings

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-&gt;prepare(); found interpolated variable $by at &quot;$sql ORDER BY $by $sort&quot;49
Category
Security
Occurrences
49
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $by at &quot;$sql ORDER BY $by $sort&quot;

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;frcAddColumn&quot;.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: &quot;frcAddColumn&quot;.

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 more
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: &quot;FRC_ApiError&quot;.

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: &quot;$extension_field&quot;.

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-&gt;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: &#039;&lt;h1&gt;升级已结束&lt;/h1&gt;&#039;

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.

52 domains

Outbound calls

293

External assets

5

Incoming endpoints

2

Notable Domains

tools.ietf.org41 · outbound
fatrat.cn25 · outbound
php.net21 · outbound
httpbin.org14 · outbound
docs.jquery.com13 · outbound
bugs.php.net11 · outbound

Platform / Reference Domains

github.com55 · platform/reference
w3.org25 · platform/reference
wordpress.org3 · platform/reference
opensource.org1 · platform/reference

External Asset Domains

querylist.com6 · asset + outbound

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints2
wp_ajax_frc_interfaceauthenticated

wp_ajax

wp_ajax_frc_version_modeauthenticated

wp_ajax

Score History

First score snapshot

v3.0.3

25

Latest

Findings
820
Errors
630
Warnings
190
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

31 nodes