Export all Gravity Forms entries to Excel (.xlsx) or CSV via a download button or a secret shareable URL.
Category Scores
Top Issues by Category
maintainability34
i18n8
repo_compliance1
Issues Details
62 issues found in latest scan
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='error'>$message</div>"'.
Short PHP opening tag used with echo; expected "<?php echo $field ..." but found "<?= $field ..."
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$dismissible".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Mismatched text domain. Expected 'gf-entries-in-excel' but got 'gk-gravityexport-lite'.
The $domain parameter must be a single text string literal. Found: GFExcel::$slug
trigger_error() found. Debug code should not normally be used in production.
A function call to esc_html__() 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.
Plugin name "GravityExport Lite for Gravity Forms" is different from the name declared in plugin header "GravityExport Lite".
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
The "Text Domain" header in the plugin file does not match the slug. Found "gk-gravityexport-lite", expected "gf-entries-in-excel".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='error'>$message</div>"'. | 19 |
| Generic.PHP.DisallowShortOpenTag.EchoFound | ERROR | Short PHP opening tag used with echo; expected "<?php echo $field ..." but found "<?= $field ..." | 13 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$dismissible". | 11 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 6 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'gf-entries-in-excel' but got 'gk-gravityexport-lite'. | 3 |
| WordPress.WP.I18n.NonSingularStringLiteralDomain | ERROR | The $domain parameter must be a single text string literal. Found: GFExcel::$slug | 2 |
| WordPress.PHP.DevelopmentFunctions.error_log_trigger_error | WARNING | trigger_error() found. Debug code should not normally be used in production. | 1 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to esc_html__(). | 1 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | A function call to esc_html__() 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 |
| library_core_files | ERROR | Library files that are already in the WordPress core are not permitted. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "GravityExport Lite for Gravity Forms" is different from the name declared in plugin header "GravityExport Lite". | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress. | 1 |
| textdomain_mismatch | WARNING | The "Text Domain" header in the plugin file does not match the slug. Found "gk-gravityexport-lite", expected "gf-entries-in-excel". | 1 |
| uninstall_missing_constant_check | ERROR | Check for WP_UNINSTALL_PLUGIN constant missing. | 1 |
Latest Snapshot
Findings
62
Errors
48
Warnings
14
Score History
First score snapshot
First scan completed Jun 20, 2026
v2.6.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v2.6.0
67
Latest
- Findings
- 62
- Errors
- 48
- Warnings
- 14
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 67 | 62 | 48 | 14 | v2.6.0 | 2.0.0 | 2026.06-mvp-static-v2 |