Prioritized issue groups from the latest Plugin Check scan
Maintainability
214
16 issue groups
Security
177
6 issue groups
I18n
13
2 issue groups
Supply Chain
5
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$char'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$amount'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
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: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of a direct database call is discouraged.
Sample message
Mismatched text domain. Expected 'razorpay-gravity-forms' but got 'gravityforms'.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
The $domain parameter must be a single text string literal. Found: $this->_slug
Sample message
Hidden files are not permitted.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "createRzpCron".
Sample message
Unescaped parameter $tableName used in $wpdb->get_results()\n$tableName assigned unsafely at line 153.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $tableName at "SELECT * FROM $tableName WHERE order_id="
Sample message
Use placeholders and $wpdb->prepare(); found $entry
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "gform_razorpay_complete_payment".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[self::RAZORPAY_ORDER_ID]
Potential connections found in static code analysis.
Outbound calls
138
External assets
2
Incoming endpoints
1
admin_post
First score snapshot
v1.3.7
21
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 458 | 411 | 47 | v1.3.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.