Gravity Forms CLI Add-On Security & Risk Analysis

wordpress.org/plugins/gravityformscli

Manage Gravity Forms on the command line.

10K active installs v1.9 PHP + WP 4.2+ Updated Apr 2, 2026
gravity-forms
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Gravity Forms CLI Add-On Safe to Use in 2026?

Generally Safe

Score 100/100

Gravity Forms CLI Add-On has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1mo ago
Risk Assessment

The GravityFormsCLI v1.7 plugin exhibits a mixed security posture. On one hand, the absence of known CVEs and a history of no recorded vulnerabilities are positive indicators of responsible development and maintenance. The plugin also demonstrates good practices in its SQL query handling, with 100% using prepared statements, which mitigates SQL injection risks. However, several concerns are present in the static analysis.

The primary concern is the presence of the 'unserialize' function, which is notoriously dangerous if used with untrusted user input, as it can lead to remote code execution vulnerabilities. While the static analysis doesn't explicitly show a direct flow from user input to 'unserialize', its mere presence warrants caution. Furthermore, the output escaping is only at 50%, meaning half of the plugin's outputs are not properly sanitized, potentially exposing the site to cross-site scripting (XSS) vulnerabilities. The lack of nonce checks and capability checks across any identified entry points (though there are none reported) is a theoretical risk if such entry points were to be introduced in the future without proper security measures.

In conclusion, while the plugin benefits from a clean vulnerability history, the identified code signals, specifically 'unserialize' and half of its outputs being unescaped, present tangible risks. The lack of identified entry points and robust SQL handling are strengths, but these are overshadowed by the potential for critical vulnerabilities if the 'unserialize' function is mishandled or if XSS vulnerabilities are present in the unescaped outputs. A thorough dynamic analysis and code review focusing on the usage of 'unserialize' is highly recommended.

Key Concerns

  • Dangerous function: unserialize detected
  • Output escaping only 50% proper
  • 0 nonce checks detected
  • 0 capability checks detected
Vulnerabilities
None known

Gravity Forms CLI Add-On Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Gravity Forms CLI Add-On Release Timeline

v1.9Current
v1.7
v1.4
v1.3
v1.2
v1.1
v1.0
Code Analysis
Analyzed Mar 16, 2026

Gravity Forms CLI Add-On Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
5
5 escaped
Nonce Checks
0
Capability Checks
0
File Operations
5
External Requests
0
Bundled Libraries
0

Dangerous Functions Found

unserialize$plugin_info = unserialize( $body );includes\class-gf-cli-root.php:372

Output Escaping

50% escaped10 total outputs
Attack Surface

Gravity Forms CLI Add-On Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actiongform_loadedcli.php:38
filteruser_has_capincludes\class-gf-cli-form.php:468
Maintenance & Trust

Gravity Forms CLI Add-On Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedApr 2, 2026
PHP min version
Downloads361K

Community Trust

Rating88/100
Number of ratings7
Active installs10K
Developer Profile

Gravity Forms CLI Add-On Developer Profile

Rocketgenius

2 plugins · 11K total installs

89
trust score
Avg Security Score
93/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Gravity Forms CLI Add-On

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/gravityformscli/includes/assets/css/gf-cli-admin.css/wp-content/plugins/gravityformscli/includes/assets/js/gf-cli-admin.js
Script Paths
/wp-content/plugins/gravityformscli/includes/assets/js/gf-cli-admin.js
Version Parameters
gravityformscli/includes/assets/css/gf-cli-admin.css?ver=gravityformscli/includes/assets/js/gf-cli-admin.js?ver=

HTML / DOM Fingerprints

HTML Comments
<!-- Plugin Name: Gravity Forms CLI --><!-- Plugin URI: https://gravityforms.com --><!-- Description: Manage Gravity Forms with the WP CLI. --><!-- Version: 1.7 -->+5 more
JS Globals
gf_cli_admin_params
FAQ

Frequently Asked Questions about Gravity Forms CLI Add-On