Content Pilot – Autoblogging & Affiliate Marketing Suite

Automatically post contents, create news feeds, import and display unlimited RSS feeds from various sources in a few clicks!

v2.2.2PluginEverUpdated Added 900 installs72% rating50% support resolved
27
Score
299
Errors
269
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance100
Maintainability17

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

568 findings

Security

264

10 issue groups

Maintainability

244

13 issue groups

I18n

43

2 issue groups

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\"$v\", "'.224
Category
Security
Occurrences
224
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\"$v\", "'.

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

Sample message

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

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.48
Category
Maintainability
Occurrences
48
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().46
Category
Maintainability
Occurrences
46
Severity
warning

Sample message

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

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.30
Category
I18n
Occurrences
30
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.

WARNINGMaintainabilitySchema ChangeAttempting a database schema change is discouraged.22
Category
Maintainability
Occurrences
22
Severity
warning

Sample message

Attempting a database schema change is discouraged.

ERRORI18nUnordered Placeholders TextMultiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d, %3$d", but got "%d, %d, %d" in 'Total found links [%d] and accepted [%d] and reject [%d]'.13
Category
I18n
Occurrences
13
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d, %3$d", but got "%d, %d, %d" in 'Total found links [%d] and accepted [%d] and reject [%d]'.

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "content_pilot".10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "content_pilot".

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "ContentPilot".9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ContentPilot".

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

Sample message

Processing form data without nonce verification.

Show 15 more
WARNINGSecurityInterpolated SQL is not prepared8
Category
Security
Occurrences
8
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $query_from at "SELECT * $query_from $query_where $query_orderby $query_limit"

ERRORMaintainabilityMissing direct file access protection6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

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

ERRORMaintainabilityNot Allowed5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

WARNINGMaintainabilityNon-prefixed hook name5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;wsa_form_bottom_&#039; . $form[&#039;id&#039;]&quot;.

WARNINGSecurityInput is not sanitized5
Category
Security
Occurrences
5
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET[&#039;action&#039;]

ERRORSecurityDatabase parameter is not escaped4
Category
Security
Occurrences
4
Severity
error

Sample message

Unescaped parameter $links_query used in $wpdb->query()\n$links_query assigned unsafely at line 415.

ERRORSecuritySQL query is not prepared4
Category
Security
Occurrences
4
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed constant4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;DEFAULT_BR_TEXT&quot;.

WARNINGMaintainabilityerror log debug backtrace4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

debug_backtrace() found. Debug code should not normally be used in production.

WARNINGMaintainabilityerror log trigger error4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

trigger_error() found. Debug code should not normally be used in production.

WARNINGMaintainabilityShort URL found3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Short URL detected (bit.ly). Use full URLs instead of URL shorteners.

ERRORSecurityUnsafe printing function3
Category
Security
Occurrences
3
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNINGSecurityRequest data is not unslashed3
Category
Security
Occurrences
3
Severity
warning

Sample message

$_REQUEST[&#039;nonce&#039;] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityMissing nonce verification2
Category
Security
Occurrences
2
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not validated2
Category
Security
Occurrences
2
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_REQUEST[&#039;campaign_id&#039;]. Check that the array index exists before using it.

External Connections

Potential connections found in static code analysis.

37 domains

Outbound calls

116

External assets

0

Incoming endpoints

8

Notable Domains

wpcontentpilot.com21 · outbound
fivefilters.org10 · outbound
secure.php.net10 · outbound
keyvan.net4 · outbound
lab.arc90.com4 · outbound
sourceforge.net4 · outbound

Platform / Reference Domains

github.com7 · platform/reference
w3.org5 · platform/reference
wordpress.org5 · platform/reference
opensource.org4 · platform/reference
gnu.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints8
admin_post_wpcp_campaign_reset_searchauthenticated

admin_post

wp_ajax_wpcp_clear_logsauthenticated

wp_ajax

wp_ajax_wpcp_delete_all_campaign_postsauthenticated

wp_ajax

wp_ajax_wpcp_dismiss_noticeauthenticated

wp_ajax

wp_ajax_wpcp_get_campaign_instance_logauthenticated

wp_ajax

wp_ajax_wpcp_pro_get_keyword_suggestionauthenticated

wp_ajax

wp_ajax_wpcp_remove_cached_linkauthenticated

wp_ajax

wp_ajax_wpcp_run_manual_campaignauthenticated

wp_ajax

Score History

First score snapshot

v2.2.2

27

Latest

Findings
568
Errors
299
Warnings
269
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins