gaplugin-form Security & Risk Analysis

wordpress.org/plugins/form-ga

A form manager

0 active installs v0.01.00.00 PHP 7.2+ WP 5.2+ Updated Feb 6, 2021
form
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is gaplugin-form Safe to Use in 2026?

Generally Safe

Score 85/100

gaplugin-form has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5yr ago
Risk Assessment

The "form-ga" plugin v0.01.00.00 presents a mixed security profile. On the positive side, it boasts a small attack surface with only one shortcode and no detected AJAX handlers, REST API routes, or cron events. The absence of external HTTP requests, file operations, and bundled libraries further contributes to a relatively lean codebase. However, significant concerns arise from the code analysis. All SQL queries are performed without prepared statements, which is a critical vulnerability that could lead to SQL injection. Furthermore, the lack of nonce checks and capability checks is alarming, as these are fundamental security mechanisms in WordPress to prevent Cross-Site Request Forgery and unauthorized actions. The taint analysis, while reporting no critical or high severity flows, does indicate that all analyzed flows had unsanitized paths, which is a precursor to potential vulnerabilities even if not immediately exploited in this specific version.

The vulnerability history is clean, with no recorded CVEs. While this is a positive indicator, it's important to note that "form-ga" is at a very early version (0.01.00.00), and the lack of vulnerabilities may simply be due to its immaturity and limited exposure rather than robust security practices. The primary risks stem from the fundamental security oversights in the code itself: the reliance on raw SQL and the complete absence of nonce and capability checks. These issues represent significant weaknesses that could be easily exploited in a production environment, even without a publicly known vulnerability history.

Key Concerns

  • All SQL queries are not prepared
  • No nonce checks found
  • No capability checks found
  • Unsanitized paths in all taint flows
Vulnerabilities
None known

gaplugin-form Security Vulnerabilities

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

gaplugin-form Code Analysis

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

SQL Query Safety

0% prepared2 total queries

Output Escaping

94% escaped167 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
form_code (includes\FormGAP\GAPFormSC.php:156)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

gaplugin-form Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[GAP-Form] includes\FormGAP\GAPFormSC.php:15
WordPress Hooks 5
filterrest_authentication_errorsgaplugin-form.php:27
actionadmin_menuincludes\FormGAP\GAPForm.php:16
actionadmin_initincludes\FormGAP\GAPForm.php:17
actionadmin_enqueue_scriptsincludes\FormGAP\GAPForm.php:19
actionadmin_enqueue_scriptsincludes\FormGAP\GAPForm.php:20
Maintenance & Trust

gaplugin-form Maintenance & Trust

Maintenance Signals

WordPress version tested5.6.17
Last updatedFeb 6, 2021
PHP min version7.2
Downloads861

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

gaplugin-form Developer Profile

GAUTIER Antoine

4 plugins · 0 total installs

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

How We Detect gaplugin-form

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/form-ga/includes/FormGAP/admin_form_gap.css/wp-content/plugins/form-ga/includes/FormGAP/admin_form_gap_js.js/wp-content/plugins/form-ga/includes/FormGAP/colorPicker.js
Script Paths
/wp-content/plugins/form-ga/includes/FormGAP/admin_form_gap_js.js/wp-content/plugins/form-ga/includes/FormGAP/colorPicker.js

HTML / DOM Fingerprints

CSS Classes
formmain
Data Attributes
data-tab
JS Globals
gap
FAQ

Frequently Asked Questions about gaplugin-form