Automatically generate a legally binding & court recognized contract from a Gravity Forms submission. Proposals. Time sheets. Contracts.
Prioritized issue groups from the latest Plugin Check scan
I18n
75
2 issue groups
Maintainability
66
12 issue groups
Security
61
11 issue groups
Sample message
Mismatched text domain. Expected 'gravity-signature-forms-add-on' but got "esig-gf".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$about_options['stepContent']'.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$about_options".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "gform_entry_field_value".
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a non-sanitized input variable: $_GET['page']
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $this->documents_table used in $wpdb->get_var()
Sample message
Use placeholders and $wpdb->prepare(); found $this
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "GFEsignAddOn".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "EGF_GET".
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.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Found call to wp_enqueue_style() with external resource. Offloading styles to your servers or any remote service is disallowed.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$this->documents_table} at "FROM {$this->documents_table} "
Sample message
Processing form data without nonce verification.
Sample message
The parameter "FALSE" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_style; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Potential connections found in static code analysis.
Outbound calls
31
External assets
14
Incoming endpoints
3
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.0.2
34
Latest
v2.0.1
34
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 209 | 161 | 48 | v2.0.2 | 2.0.0 |
| 34 | 209 | 161 | 48 | v2.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.