Realbig For WordPress

Плагин для монетизации от RealBig.media

v1.1.3nikmelnikUpdated Added 1k+ installs100% rating
30
Score
36
Errors
591
Warnings
+0
Change

Category Scores

Security0
Repo83
Performance100
Maintainability38

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

627 findings

Maintainability

498

14 issue groups

Security

122

7 issue groups

I18n

4

1 issue group

Repo Compliance

3

3 issue groups

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

Sample message

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

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "_oembed_filter_feed_content".119
Category
Maintainability
Occurrences
119
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "_oembed_filter_feed_content".

WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $GLOBALS['wpPrefix'] used in $wpdb->get_results()\n$GLOBALS['wpPrefix'] used without escaping.35
Category
Security
Occurrences
35
Severity
warning

Sample message

Unescaped parameter $GLOBALS['wpPrefix'] used in $wpdb->get_results()\n$GLOBALS['wpPrefix'] used without escaping.

WARNINGSecurityRequest data is not unslashed$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar35
Category
Security
Occurrences
35
Severity
warning

Sample message

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

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET['tab']34
Category
Security
Occurrences
34
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET['tab']

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

Sample message

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

WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable {$wpPrefix} at "DELETE FROM `{$wpPrefix}posts` WHERE post_type IN (%s, %s, %s)"7
Category
Security
Occurrences
7
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable {$wpPrefix} at "DELETE FROM `{$wpPrefix}posts` WHERE post_type IN (%s, %s, %s)"

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_POST['data']. Check that the array index exists before using it.5
Category
Security
Occurrences
5
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_POST['data']. Check that the array index exists before using it.

WARNINGMaintainabilityShort PHP open tag foundPossible use of short open tags detected; found: <? // phpcs:ignore WordPress.Security.Esca...4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Possible use of short open tags detected; found: <? // phpcs:ignore WordPress.Security.Esca...

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

Sample message

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

Show 15 more
ERRORSecurityOutput is not escaped4
Category
Security
Occurrences
4
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$ads'.

ERRORI18nMissing Arg Domain4
Category
I18n
Occurrences
4
Severity
error

Sample message

Missing $domain parameter in function call to __().

ERRORSecuritySetting is missing a sanitization callback2
Category
Security
Occurrences
2
Severity
error

Sample message

Sanitization missing for register_setting().

ERRORMaintainabilityNon Enqueued Script2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

Scripts must be registered/enqueued via wp_enqueue_script()

ERRORMaintainabilitywp function not compatible with requires wp2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

Function "do_blocks()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.5.0.

WARNINGMaintainabilityNon-prefixed class1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log error log1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log set error handler1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

WARNINGMaintainabilityDiscouraged PHP function1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

wp_reset_query() is discouraged. Use wp_reset_postdata() instead.

WARNINGMaintainabilitymismatched plugin name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Plugin name "Realbig For WordPress" is different from the name declared in plugin header "Realbig Media".

ERRORRepo Complianceoutdated tested upto header1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Tested up to: 6.5 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

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.

ERRORMaintainabilitystable tag mismatch1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

Mismatched Stable Tag: 0.1.26.56 != 1.1.3. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.

WARNINGMaintainabilitytrademarked term1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

The plugin name includes a restricted term. Your chosen plugin name - "Realbig For WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.

External Connections

Potential connections found in static code analysis.

12 domains

Outbound calls

18

External assets

1

Incoming endpoints

11

Notable Domains

amp.dev2 · outbound
news.yandex.ru2 · outbound
search.yahoo.com2 · outbound
turbo.yandex.ru2 · outbound
ifconfig.co1 · outbound
realbig.media1 · outbound

Platform / Reference Domains

schema.org4 · platform/reference
github.com1 · platform/reference
gnu.org1 · platform/reference
wordpress.org1 · platform/reference

External Asset Domains

Incoming Endpoints

wp_ajax_nopriv_RFWP_saveContentContainerpublic

wp_ajax

/wp-json/myplugin/v1/rb_4td6_resync/REST

register_rest_route

wp_ajax_nopriv_saveAdBlockspublic

wp_ajax

wp_ajax_nopriv_setLongCachepublic

wp_ajax

wp_ajax_nopriv_test123public

wp_ajax

Admin AJAX endpoints4
wp_ajax_RFWP_saveContentContainerauthenticated

wp_ajax

wp_ajax_saveAdBlocksauthenticated

wp_ajax

wp_ajax_setLongCacheauthenticated

wp_ajax

wp_ajax_test123authenticated

wp_ajax

Score History

First score snapshot

v1.1.3

30

Latest

Findings
627
Errors
36
Warnings
591
Check
2.0.0

Relationship Map

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

32 nodes

Related Plugins

Floating Ads Bottom

2k+ active installs

78
Meks Easy Ads Widget

10k+ active installs

73
Master Post Advert

1k+ active installs

64
In-Post Ads

600 active installs

61
Ad Widget for WordPress

2k+ active installs

35
Image Widget

100k+ active installs

35