My Agile Privacy® – CMP, Cookie Consent & Privacy Tools

Effortlessly set up cookie notices and privacy policies. Avoid fines by staying compliant with GDPR, nFADP, PIPEDA, LGPD, CCPA/CPRA and 14 more.

v3.3.5Formula AgileUpdated Added 7k+ installs100% rating
24
Score
1,170
Errors
674
Warnings
+0
Change

Category Scores

Security0
Repo90
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,844 findings

I18n

1,022

4 issue groups

Maintainability

486

12 issue groups

Security

308

9 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'myagileprivacy' but got 'MAP_txt'.1,007
Category
I18n
Occurrences
1,007
Severity
error

Sample message

Mismatched text domain. Expected 'myagileprivacy' but got 'MAP_txt'.

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

Sample message

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

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

Sample message

Processing form data without nonce verification.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <div class=\"$colClass\">"'.59
Category
Security
Occurrences
59
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <div class=\"$colClass\">"'.

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;DEFAULT_BR_TEXT&quot;.52
Category
Maintainability
Occurrences
52
Severity
warning

Sample message

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

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

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed$_GET[&#039;f&#039;] not unslashed before sanitization. Use wp_unslash() or similar52
Category
Security
Occurrences
52
Severity
warning

Sample message

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

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

Sample message

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

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES[&#039;the_imported_file&#039;][&#039;tmp_name&#039;]36
Category
Security
Occurrences
36
Severity
warning

Sample message

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

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.29
Category
Maintainability
Occurrences
29
Severity
warning

Sample message

Use of a direct database call is discouraged.

Show 15 more
WARNINGMaintainabilityNo Caching22
Category
Maintainability
Occurrences
22
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed function17
Category
Maintainability
Occurrences
17
Severity
warning

Sample message

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

ERRORMaintainabilitywp function not compatible with requires wp15
Category
Maintainability
Occurrences
15
Severity
error

Sample message

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

WARNINGMaintainabilityslow db query meta key13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

WARNINGMaintainabilityslow db query meta value13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

Detected usage of meta_value, possible slow query.

WARNINGMaintainabilityNon-prefixed hook name11
Category
Maintainability
Occurrences
11
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;format_to_edit&quot;.

ERRORSecuritySQL query is not prepared9
Category
Security
Occurrences
9
Severity
error

Sample message

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

ERRORI18nMissing Translators Comment7
Category
I18n
Occurrences
7
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.

WARNINGSecurityInput is not validated6
Category
Security
Occurrences
6
Severity
warning

Sample message

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

ERRORMaintainabilityNon Enqueued Script6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

Scripts must be registered/enqueued via wp_enqueue_script()

ERRORI18nMissing Arg Domain4
Category
I18n
Occurrences
4
Severity
error

Sample message

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

ERRORI18nNon Singular String Literal Context4
Category
I18n
Occurrences
4
Severity
error

Sample message

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

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'.

WARNINGSecurityDatabase parameter is not escaped2
Category
Security
Occurrences
2
Severity
warning

Sample message

Unescaped parameter $map_options_table used in $wpdb-&gt;get_var()

WARNINGMaintainabilityDiscouraged PHP function2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

The use of function ini_set() is discouraged

External Connections

Not analyzed yet.

Score History

First score snapshot

v3.3.5

24

Latest

Findings
1,844
Errors
1,170
Warnings
674
Check
2.0.0

Relationship Map

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

29 nodes

Related Plugins

Disable Emojis (GDPR friendly)

60k+ active installs

100
EU Withdrawal Compliance

900 active installs

100
Show Me The Cookies

500 active installs

100
WF Cookie Consent

10k+ active installs

100