Pay with Vipps and MobilePay for WooCommerce

Official Vipps MobilePay payment plugin for WooCommerce.

v6.0.4WP Hosting ASUpdated Added 5k+ installs96% rating57% support resolved
25
Score
845
Errors
509
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance97
Maintainability0

Audit Overview

Open findings

1,354

845 errors, 509 warnings

Main area

Security

782 grouped findings

Last scanned

31s runtime

Audit stack

Plugin Check 2.0.0

Model 2026.06-mvp-static-v2

Most repeated findings are in Security, led by Output Not Escaped.

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,354 findings

Security

782

10 issue groups

I18n

318

4 issue groups

Maintainability

207

11 issue groups

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" notice-vipps-recurring--$admin_notice->theme"'.373
Category
Security
Occurrences
373
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" notice-vipps-recurring--$admin_notice->theme"'.

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

WARNINGSecurityMissing Unslash$_GET['VippsSpecialPage'] not unslashed before sanitization. Use wp_unslash() or similar91
Category
Security
Occurrences
91
Severity
warning

Sample message

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

WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".70
Category
Maintainability
Occurrences
70
Severity
warning

Sample message

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

WARNINGSecurityRecommendedProcessing form data without nonce verification.68
Category
Security
Occurrences
68
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_GET['VippsSpecialPage']66
Category
Security
Occurrences
66
Severity
warning

Sample message

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

ERRORSecurityException Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$customer_interaction is not a valid value for `customer_interaction` in $class."'.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 '"$customer_interaction is not a valid value for `customer_interaction` in $class."'.

WARNINGSecurityInput Not ValidatedDetected usage of a possibly undefined superglobal array index: $_GET['cb']. Check that the array index exists before using it.48
Category
Security
Occurrences
48
Severity
warning

Sample message

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

ERRORSecurityUnsafe Printing FunctionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.43
Category
Security
Occurrences
43
Severity
error

Sample message

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

WARNINGMaintainabilityNon Prefixed Class FoundClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "TemporaryVippsAPIException".41
Category
Maintainability
Occurrences
41
Severity
warning

Sample message

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

Show 15 more issue groups
ERRORI18nText Domain Mismatch41
Category
I18n
Occurrences
41
Severity
error

Sample message

Mismatched text domain. Expected 'woo-vipps' but got 'debug'.

WARNINGMaintainabilityNon Prefixed Variable Found27
Category
Maintainability
Occurrences
27
Severity
warning

Sample message

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

WARNINGSecurityMissing17
Category
Security
Occurrences
17
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecuritywp redirect wp redirect13
Category
Security
Occurrences
13
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

WARNINGMaintainabilityDirect Query12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

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

WARNINGMaintainabilityNon Prefixed Constant Found11
Category
Maintainability
Occurrences
11
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WC_VIPPS_MAIN_FILE".

ERRORI18nMissing Arg Domain11
Category
I18n
Occurrences
11
Severity
error

Sample message

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

WARNINGMaintainabilityerror log print r9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

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

ERRORMaintainabilitymissing direct file access protection9
Category
Maintainability
Occurrences
9
Severity
error

Sample message

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

ERRORMaintainabilitydate date8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

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

ERRORI18nNo Empty Strings6
Category
I18n
Occurrences
6
Severity
error

Sample message

The $text text string should have translatable content. Found: '%1$s'

ERRORSecurityNot Prepared4
Category
Security
Occurrences
4
Severity
error

Sample message

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

WARNINGMaintainabilityslow db query meta query4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

WARNINGMaintainabilityNot In Footer4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_register_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.

Score History

First score snapshot

First scan
Jun 21, 2026, 06:29 AM UTC
Plugin version
v6.0.4
Plugin Check
2.0.0
Scoring model
2026.06-mvp-static-v2
Scan records1

v6.0.4

25

Latest

Findings
1,354
Errors
845
Warnings
509
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins