Build beautiful, conversational step-by-step forms, surveys & quizzes — self-hosted and free.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
14
4 issue groups
Maintainability
3
3 issue groups
WARNINGSecurityReplacements Wrong NumberIncorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $format used in $wpdb->query()\n$format assigned unsafely at line 416.3
- Category
- Security
- Occurrences
- 3
- Severity
- warning
Sample message
Unescaped parameter $format used in $wpdb->query()\n$format assigned unsafely at line 416.
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable {$format} at "UPDATE %i SET %i = {$format} WHERE id IN ({$placeholders})"3
- Category
- Security
- Occurrences
- 3
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$format} at "UPDATE %i SET %i = {$format} WHERE id IN ({$placeholders})"
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGMaintainabilitymismatched plugin namePlugin name "FlowForms – Conversational Form Builder" is different from the name declared in plugin header "FlowForms".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "FlowForms – Conversational Form Builder" is different from the name declared in plugin header "FlowForms".
External Connections
Potential connections found in static code analysis.
Outbound calls
20
External assets
0
Incoming endpoints
1
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
No public endpoints detected.
Admin AJAX endpoints1
wp_ajax
Score History
First score snapshot
v1.1.2
75
Latest
- Findings
- 17
- Errors
- 0
- Warnings
- 17
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 75 | 17 | 0 | 17 | v1.1.2 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.