GSheetConnector For Ninja Forms

This plugin is a bridge between your WordPress Ninja Forms and Google Sheets.

v2.0.2WesternDealUpdated Added 1k+ installs80% rating
32
Score
165
Errors
93
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance100
Maintainability37

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

258 findings

Security

131

6 issue groups

Maintainability

93

16 issue groups

I18n

24

3 issue groups

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.79
Category
Security
Occurrences
79
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 global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_tab".32
Category
Maintainability
Occurrences
32
Severity
warning

Sample message

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

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

Sample message

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

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"($name) missing required param: '$paramName'"'.17
Category
Security
Occurrences
17
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"($name) missing required param: '$paramName'"'.

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

Sample message

Processing form data without nonce verification.

ERRORMaintainabilityOffloaded ContentOffloading images, js, css, and other scripts to your servers or any remote service is disallowed.12
Category
Maintainability
Occurrences
12
Severity
error

Sample message

Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a class='nav-tab$class' href='?page=njform-google-sheet-config&tab=$tab'>"'.12
Category
Security
Occurrences
12
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a class='nav-tab$class' href='?page=njform-google-sheet-config&tab=$tab'>"'.

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

Sample message

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

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

Sample message

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

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;NF_Action_NJGheetAction&quot;.4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

Show 15 more
WARNINGMaintainabilityNon-prefixed function4
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: &quot;gs_ninjafree&quot;.

WARNINGMaintainabilityNon-prefixed hook name4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log print r4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

ERRORMaintainabilityrand mt rand4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

mt_rand() is discouraged. Use the far less predictable wp_rand() instead.

WARNINGMaintainabilityNot In Footer4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

WARNINGMaintainabilityDirect Query3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed constant3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

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

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

ERRORMaintainabilitydate date2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

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

WARNINGMaintainabilityerror log error log2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log trigger error2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

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

WARNINGSecurityInput is not sanitized2
Category
Security
Occurrences
2
Severity
warning

Sample message

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

ERRORMaintainabilitystrip tags strip tags2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERRORI18nNon Singular String Literal Text2
Category
I18n
Occurrences
2
Severity
error

Sample message

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

External Connections

Potential connections found in static code analysis.

54 domains

Outbound calls

273

External assets

16

Incoming endpoints

11

Notable Domains

gsheetconnector.com51 · outbound
apache.org18 · outbound
googleapis.com6 · outbound
php.net6 · outbound
tools.ietf.org5 · outbound

Platform / Reference Domains

gnu.org76 · platform/reference
wordpress.org24 · platform/reference
github.com12 · platform/reference
ps.w.org10 · platform/reference
w3.org5 · platform/reference
api.wordpress.org2 · platform/reference
make.wordpress.org2 · platform/reference
opensource.org2 · platform/reference
core.trac.wordpress.org1 · platform/reference
profiles.wordpress.org1 · platform/reference

External Asset Domains

support.gsheetconnector.com3 · asset + outbound
youtube.com3 · asset + outbound

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints11
admin_post_fs_clone_resolutionauthenticated

admin_post

wp_ajax_close_upgrade_notification_intervalauthenticated

wp_ajax

wp_ajax_deactivate_nj_integationauthenticated

wp_ajax

wp_ajax_fs_dismiss_notice_action_{$ajax_action_suffix}authenticated

wp_ajax

wp_ajax_fs_toggle_debug_modeauthenticated

wp_ajax

wp_ajax_gs_clear_logsauthenticated

wp_ajax

wp_ajax_nj_clear_debug_logsauthenticated

wp_ajax

wp_ajax_njform_gs_close_auth_expired_adds_intervalauthenticated

wp_ajax

wp_ajax_njform_gs_set_auth_expired_adds_intervalauthenticated

wp_ajax

wp_ajax_set_upgrade_notification_intervalauthenticated

wp_ajax

wp_ajax_verify_njforms_gs_integationauthenticated

wp_ajax

Score History

First score snapshot

v2.0.2

32

Latest

Findings
258
Errors
165
Warnings
93
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins