GamiPress – Gamification plugin to reward points, achievements, badges & ranks in WordPress

Boost your gamification marketing & reward your users with points, achievements, badges & ranks to increase your site activity & loyalty!

v7.9.3Ruben GarciaUpdated Added 10k+ installs96% rating100% support resolved
23
Score
3,662
Errors
2,971
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance83
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

6,633 findings

Security

3,149

11 issue groups

I18n

1,689

4 issue groups

Maintainability

1,529

9 issue groups

Performance

22

1 issue group

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$title</label>\n"'.1,270
Category
Security
Occurrences
1,270
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$title</label>\n"'.

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.1,017
Category
I18n
Occurrences
1,017
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.

WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb-&gt;prepare(); found interpolated variable $id_list at &quot;SELECT {$primary_key}, meta_key, meta_value FROM {$meta_table_name} WHERE {$primary_key} IN ($id_list) ORDER BY {$meta_primary_key} ASC&quot;526
Category
Security
Occurrences
526
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $id_list at &quot;SELECT {$primary_key}, meta_key, meta_value FROM {$meta_table_name} WHERE {$primary_key} IN ($id_list) ORDER BY {$meta_primary_key} ASC&quot;

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

Sample message

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

ERRORI18nText Domain MismatchMismatched text domain. Expected 'gamipress' but got 'cmb2'.353
Category
I18n
Occurrences
353
Severity
error

Sample message

Mismatched text domain. Expected 'gamipress' but got 'cmb2'.

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

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed$_GET[$field_id] not unslashed before sanitization. Use wp_unslash() or similar202
Category
Security
Occurrences
202
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$$last_points_key&quot;.196
Category
Maintainability
Occurrences
196
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$$last_points_key&quot;.

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().166
Category
I18n
Occurrences
166
Severity
error

Sample message

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

Show 15 more
WARNINGSecurityInput is not sanitized160
Category
Security
Occurrences
160
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES[&#039;file&#039;][&#039;tmp_name&#039;]

WARNINGMaintainabilityNon-prefixed hook name157
Category
Maintainability
Occurrences
157
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;add_meta_boxes_&#039; . self::$props[ $this-&gt;id ][&#039;hook&#039;]&quot;.

ERRORI18nUnordered Placeholders Text153
Category
I18n
Occurrences
153
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%d of %d times earned'.

ERRORMaintainabilityMissing direct file access protection141
Category
Maintainability
Occurrences
141
Severity
error

Sample message

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

ERRORSecurityDatabase parameter is not escaped131
Category
Security
Occurrences
131
Severity
error

Sample message

Unescaped parameter $appointment_id used in $wpdb->get_var()\n$appointment_id used without escaping.

WARNINGSecurityDatabase parameter is not escaped129
Category
Security
Occurrences
129
Severity
warning

Sample message

Unescaped parameter $boards used in $wpdb-&gt;get_results()\n$boards assigned unsafely at line 30.

WARNINGSecurityMissing nonce verification125
Category
Security
Occurrences
125
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORSecurityUnsafe printing function118
Category
Security
Occurrences
118
Severity
error

Sample message

All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.

ERRORSecuritySQL query is not prepared106
Category
Security
Occurrences
106
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed function95
Category
Maintainability
Occurrences
95
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;CT_Ajax_List_Table&quot;.

ERRORMaintainabilitydate date80
Category
Maintainability
Occurrences
80
Severity
error

Sample message

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

WARNINGSecurityInput is not validated50
Category
Security
Occurrences
50
Severity
warning

Sample message

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

ERRORMaintainabilitywp function not compatible with requires wp31
Category
Maintainability
Occurrences
31
Severity
error

Sample message

Function "apply_filters_deprecated()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.4.0.

WARNINGMaintainabilityNon-prefixed class23
Category
Maintainability
Occurrences
23
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;CMB_EDD_SL_Plugin_Updater&quot;.

WARNINGPerformancePost Not In exclude22
Category
Performance
Occurrences
22
Severity
warning

Sample message

Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

Score History

First score snapshot

v7.9.3

23

Latest

Findings
6,633
Errors
3,662
Warnings
2,971
Check
2.0.0

Related Plugins