Manage your Crowdsignal polls, surveys, quizzes, and ratings directly from the WordPress dashboard.
Prioritized issue groups from the latest Plugin Check scan
Security
701
7 issue groups
Maintainability
264
18 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value='$i' "'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a".
Sample message
Detected usage of a non-sanitized input variable: $_GET['action']
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['closed']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_polldaddy_account_defaults".
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Custom_Pack".
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
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_POLLDADDY__CLASS".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_title".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fsockopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Unexpected markdown file "AGENTS.md" detected in plugin root. Only specific markdown files are expected in production plugins.
Potential connections found in static code analysis.
Outbound calls
139
External assets
10
Incoming endpoints
2
No public endpoints detected.
wp_ajax
wp_ajax
3 score snapshots
v3.1.8
26
Latest
v3.1.7
26
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 972 | 481 | 491 | v3.1.8 | 2.0.0 |
| 26 | 975 | 486 | 489 | v3.1.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.