AI form builder for WordPress. Build contact forms, payment forms, quiz, survey & conversational forms with built-in AI or drag & drop builder.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,148
14 issue groups
Security
446
9 issue groups
I18n
65
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$__everest_form_entry_id".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" data-wp-lists='list:$singular'"'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_evf_word_count".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "EVF_AI_API".
Sample message
Use of a direct database call is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'' !== $current_section ? "everest_forms_save_settings_{$current_tab}_{$current_section}" : "everest_forms_save_settings_{$current_tab}"".
Sample message
A function call to __() 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.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['color_palette']
Sample message
$_COOKIE['color_palette'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$column} at \t\t\tWHERE {$column} LIKE %s\n
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$name".
Sample message
Mismatched text domain. Expected 'everest-forms' but got 'everest-forms-pro'.
Sample message
Use placeholders and $wpdb->prepare(); found $form_id
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['_wpnonce']. Check that the array index exists before using it.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Unescaped parameter $meta_table used in $wpdb->get_var()
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.5.0.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Detected usage of meta_value, possible slow query.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Potential connections found in static code analysis.
Outbound calls
279
External assets
8
Incoming endpoints
13
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v3.5.3
23
Latest
v3.5.2
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,738 | 395 | 1,343 | v3.5.3 | 2.0.0 |
| 23 | 1,737 | 395 | 1,342 | v3.5.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.