FeedWordPress syndicates content from feeds you choose into your WordPress weblog.
Category Scores
Top Issues by Category
i18n399
maintainability296
security72
Issues Details
815 issues found in latest scan
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_s".
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$N".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Use placeholders and $wpdb->prepare(); found interpolated variable $author at \t\t\tOR TRIM(LCASE(user_login)) = TRIM(LCASE('$author'))\n
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "app_publish_post".
The $text parameter must be a single text string literal. Found: " second"\n . ( ( 1 == $crash_dt ) ? "" : "s" )
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DEFAULT_SYNDICATION_CATEGORY".
Unescaped parameter $field used in $wpdb->get_var()\n$field used without escaping.
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Detected usage of a non-sanitized input variable: $_FILES['opml_upload']['name']
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.
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FeedFinder".
Detected usage of a possibly undefined superglobal array index: $_FILES['opml_upload']['tmp_name']. Check that the array index exists before using it.
$_SERVER['REQUEST_METHOD'] not unslashed before sanitization. Use wp_unslash() or similar
trigger_error() found. Debug code should not normally be used in production.
Function "esc_xml()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 4.5.0.
Detected usage of meta_key, possible slow query.
Detected usage of meta_value, possible slow query.
Processing form data without nonce verification.
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 367 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_s". | 57 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$N". | 55 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 33 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 28 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 27 |
| WordPress.DB.PreparedSQL.InterpolatedNotPrepared | WARNING | Use placeholders and $wpdb->prepare(); found interpolated variable $author at \t\t\tOR TRIM(LCASE(user_login)) = TRIM(LCASE('$author'))\n | 24 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "app_publish_post". | 23 |
| WordPress.WP.I18n.NonSingularStringLiteralText | ERROR | The $text parameter must be a single text string literal. Found: " second"\n . ( ( 1 == $crash_dt ) ? "" : "s" ) | 22 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DEFAULT_SYNDICATION_CATEGORY". | 19 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | ERROR | Unescaped parameter $field used in $wpdb->get_var()\n$field used without escaping. | 13 |
| WordPress.DateTime.RestrictedFunctions.date_date | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 10 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_FILES['opml_upload']['name'] | 10 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | 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. | 10 |
| WordPress.WP.AlternativeFunctions.parse_url_parse_url | ERROR | parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead. | 9 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FeedFinder". | 8 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_FILES['opml_upload']['tmp_name']. Check that the array index exists before using it. | 8 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_SERVER['REQUEST_METHOD'] not unslashed before sanitization. Use wp_unslash() or similar | 8 |
| WordPress.PHP.DevelopmentFunctions.error_log_trigger_error | WARNING | trigger_error() found. Debug code should not normally be used in production. | 7 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "esc_xml()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 4.5.0. | 6 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_key | WARNING | Detected usage of meta_key, possible slow query. | 5 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_value | WARNING | Detected usage of meta_value, possible slow query. | 5 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 5 |
| Generic.PHP.BacktickOperator.Found | ERROR | Use of the backtick operator is forbidden | 4 |
| WordPress.DB.PreparedSQLPlaceholders.QuotedSimplePlaceholder | ERROR | Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'. | 4 |
Latest Snapshot
Findings
815
Errors
496
Warnings
319
Score History
First score snapshot
First scan completed Jun 20, 2026
v2026.0517 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v2026.0517
24
Latest
- Findings
- 815
- Errors
- 496
- Warnings
- 319
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 24 | 815 | 496 | 319 | v2026.0517 | 2.0.0 | 2026.06-mvp-static-v2 |