Wrap form fields in Gravity Forms Security & Risk Analysis

wordpress.org/plugins/wrap-form-fields-in-gravity-forms

Extends the Gravity Forms plugin - Adding a new field type to wrap field items in a div with custom classes.

1K active installs v0.1.1 PHP + WP 4.2+ Updated Aug 2, 2016
custom-classformsgravity-formsgravity-forms-stylingwrapper
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Wrap form fields in Gravity Forms Safe to Use in 2026?

Generally Safe

Score 85/100

Wrap form fields in Gravity Forms has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The plugin "wrap-form-fields-in-gravity-forms" v0.1.1 presents a mixed security picture. On the positive side, the static analysis reveals no identified attack surface, meaning there are no apparent AJAX handlers, REST API routes, shortcodes, or cron events that could be directly exploited. Furthermore, the code demonstrates good practices by avoiding dangerous functions, performing all SQL queries using prepared statements, and having no recorded vulnerabilities or CVEs in its history. This indicates a potentially stable and well-maintained codebase from a historical perspective.

However, the analysis also highlights significant concerns. A critical finding is that 100% of the output within the plugin is not properly escaped. This lack of output escaping represents a considerable risk, as it opens the door to Cross-Site Scripting (XSS) vulnerabilities. Any data that is displayed to users, whether directly from user input or processed by the plugin, could potentially be manipulated to inject malicious scripts, compromising the security of users and the website.

While the plugin has a clean vulnerability history, the current lack of output escaping is a severe weakness that overshadows the absence of other identified risks like SQL injection or untrusted file operations. The absence of nonce and capability checks, although not directly tied to an exposed attack surface in this analysis, further contributes to a less robust security posture. Therefore, while the plugin shows promise in some areas, the unescaped output poses an immediate and critical threat that requires urgent attention.

Key Concerns

  • Unescaped output detected
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Wrap form fields in Gravity Forms Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Wrap form fields in Gravity Forms Code Analysis

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

Output Escaping

0% escaped4 total outputs
Attack Surface

Wrap form fields in Gravity Forms Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 8
actioninitgravity-forms-wrap-fields.php:28
actionadmin_noticesgravity-forms-wrap-fields.php:48
actionplugins_loadedgravity-forms-wrap-fields.php:62
filtergform_add_field_buttonsgravity-forms-wrap-fields.php:75
filtergform_field_type_titlegravity-forms-wrap-fields.php:78
actiongform_editor_jsgravity-forms-wrap-fields.php:79
actiongform_field_css_classgravity-forms-wrap-fields.php:80
filtergform_field_contentgravity-forms-wrap-fields.php:81
Maintenance & Trust

Wrap form fields in Gravity Forms Maintenance & Trust

Maintenance Signals

WordPress version tested4.8.28
Last updatedAug 2, 2016
PHP min version
Downloads10K

Community Trust

Rating66/100
Number of ratings6
Active installs1K
Developer Profile

Wrap form fields in Gravity Forms Developer Profile

Mikkel Rommelhoff

3 plugins · 2K total installs

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

How We Detect Wrap form fields in Gravity Forms

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wrap-form-fields-in-gravity-forms/css/rak_wrapper_admin.css
Script Paths
/wp-content/plugins/wrap-form-fields-in-gravity-forms/js/rak_wrapper_admin.js/wp-content/plugins/wrap-form-fields-in-gravity-forms/js/rak_wrapper_admin.php

HTML / DOM Fingerprints

CSS Classes
gfield_course_option_wrappergform_item_wrapper_begingform_item_wrapper_endgform_wrapper
Data Attributes
data-type='WrapperBegin'data-type='WrapperEnd'
Shortcode Output
<div class="gfield_course_option_wrapper"><ul><li></li></ul></div>
FAQ

Frequently Asked Questions about Wrap form fields in Gravity Forms