Drag & Drop Form Builder for WordPress
Prioritized issue groups from the latest Plugin Check scan
Maintainability
85
12 issue groups
Security
57
7 issue groups
Repo Compliance
4
4 issue groups
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['file']. Check that the array index exists before using it.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
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
Use placeholders and $wpdb->prepare(); found $query
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "createMySurveysTable".
Sample message
$_GET['name'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file']
Sample message
Unescaped parameter $table_name used in $wpdb->get_results()
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "ALTER TABLE $table_name ADD theme LONGTEXT"
Sample message
The use of function move_uploaded_file() is forbidden
Sample message
Attempting a database schema change is discouraged.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_surveyjs_save_result".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$sjsSettingsPage".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Plugin name "SurveyJS: Drag & Drop Form Builder" is different from the name declared in plugin header "SurveyJS".
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Invalid License: "SEE LICENSE IN LICENSE". Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
The "Short Description" section is missing. An excerpt was generated from your main plugin description.
Potential connections found in static code analysis.
Outbound calls
186
External assets
24
Incoming endpoints
1
wp_ajax
First score snapshot
v2.5.5
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 146 | 12 | 134 | v2.5.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.