Content Egg – Affiliate Product Importer & Price Comparison

Import affiliate products, compare prices, and publish structured product reviews with 25+ editorial Gutenberg blocks — all in one affiliate toolkit.

v11.2.0keywordrushUpdated Added 10k+ installs76% rating100% support resolved
23
Score
1,231
Errors
1,257
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance93
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

2,488 findings

Maintainability

1,364

14 issue groups

I18n

560

4 issue groups

Security

425

7 issue groups

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_container_id".648
Category
Maintainability
Occurrences
648
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_container_id".

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;388
Category
Maintainability
Occurrences
388
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERRORI18nText Domain MismatchMismatched text domain. Expected 'content-egg' but got '%s = human-readable time difference'.262
Category
I18n
Occurrences
262
Severity
error

Sample message

Mismatched text domain. Expected 'content-egg' but got '%s = human-readable time difference'.

ERRORI18nMissing Translators CommentA function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.245
Category
I18n
Occurrences
245
Severity
error

Sample message

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.157
Category
Security
Occurrences
157
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed$_GET[$keep] not unslashed before sanitization. Use wp_unslash() or similar67
Category
Security
Occurrences
67
Severity
warning

Sample message

$_GET[$keep] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['item']['tmp_name']['keywords_file']60
Category
Security
Occurrences
60
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES['item']['tmp_name']['keywords_file']

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.55
Category
Security
Occurrences
55
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $in at WHERE lc.link_id IN ($in)\n46
Category
Security
Occurrences
46
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $in at WHERE lc.link_id IN ($in)\n

ERRORMaintainabilitystrip tags strip tagsstrip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.43
Category
Maintainability
Occurrences
43
Severity
error

Sample message

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

Show 15 more
WARNINGMaintainabilityMissing Version40
Category
Maintainability
Occurrences
40
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.

ERRORI18nUnordered Placeholders Text40
Category
I18n
Occurrences
40
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Import limit reached (%d/%d).'.

WARNINGMaintainabilityDirect Query37
Category
Maintainability
Occurrences
37
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching36
Category
Maintainability
Occurrences
36
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERRORMaintainabilityparse url parse url35
Category
Maintainability
Occurrences
35
Severity
error

Sample message

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

WARNINGMaintainabilityNot In Footer29
Category
Maintainability
Occurrences
29
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

ERRORMaintainabilitycurl curl setopt28
Category
Maintainability
Occurrences
28
Severity
error

Sample message

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

WARNINGMaintainabilityDiscouraged PHP function22
Category
Maintainability
Occurrences
22
Severity
warning

Sample message

The use of function set_time_limit() is discouraged

ERRORSecuritySQL query is not prepared21
Category
Security
Occurrences
21
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $count_sql

ERRORSecurityDatabase parameter is not escaped19
Category
Security
Occurrences
19
Severity
error

Sample message

Unescaped parameter $idx used in $wpdb->get_results()

ERRORMaintainabilitydate date17
Category
Maintainability
Occurrences
17
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERRORMaintainabilityfile system operations fclose16
Category
Maintainability
Occurrences
16
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERRORMaintainabilityunlink unlink14
Category
Maintainability
Occurrences
14
Severity
error

Sample message

unlink() is discouraged. Use wp_delete_file() to delete a file.

ERRORI18nNon Singular String Literal Text13
Category
I18n
Occurrences
13
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $custom_name

ERRORMaintainabilityrand rand11
Category
Maintainability
Occurrences
11
Severity
error

Sample message

rand() is discouraged. Use the far less predictable wp_rand() instead.

Score History

2 score snapshots

+0
1007550250Jun 20, 2026, 01:41 PM UTC Score 23/100 Plugin v11.1.0 Plugin Check 2.0.0 1,209 errors, 1,234 warningsJun 21, 2026, 11:03 AM UTC Score 23/100 Plugin v11.2.0 Plugin Check 2.0.0 1,231 errors, 1,257 warningsJun 20, 2026Jun 21, 2026

v11.2.0

23

Latest

Findings
2,488
Errors
1,231
Warnings
1,257
Check
2.0.0

v11.1.0

23

Score

Findings
2,443
Errors
1,209
Warnings
1,234
Check
2.0.0

Related Plugins