The only SEO plugin from Germany for holistic search engine optimization with ChatGPT and Google APIs.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
903
9 issue groups
Maintainability
503
14 issue groups
I18n
61
2 issue groups
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.205
- Category
- Security
- Occurrences
- 205
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityRequest data is not unslashed$_GET['ckeyword'] not unslashed before sanitization. Use wp_unslash() or similar167
- Category
- Security
- Occurrences
- 167
- Severity
- warning
Sample message
$_GET['ckeyword'] not unslashed before sanitization. Use wp_unslash() or similar
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\"$v\", "'.163
- Category
- Security
- Occurrences
- 163
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\"$v\", "'.
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.148
- Category
- Security
- Occurrences
- 148
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$address_parts".120
- Category
- Maintainability
- Occurrences
- 120
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$address_parts".
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['settingsfile']['error']118
- Category
- Security
- Occurrences
- 118
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES['settingsfile']['error']
WARNINGMaintainabilityMissing VersionResource 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.87
- Category
- Maintainability
- Occurrences
- 87
- Severity
- warning
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.
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_FILES['settingsfile']['error']. Check that the array index exists before using it.81
- Category
- Security
- Occurrences
- 81
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['settingsfile']['error']. Check that the array index exists before using it.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.49
- Category
- Maintainability
- Occurrences
- 49
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "DPC".49
- Category
- Maintainability
- Occurrences
- 49
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "DPC".
Show 15 moreShow less
WARNINGMaintainabilityNo Caching45
- Category
- Maintainability
- Occurrences
- 45
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORMaintainabilitybadly named files35
- Category
- Maintainability
- Occurrences
- 35
- Severity
- error
Sample message
File and folder names must not contain spaces or special characters.
ERRORI18nMissing Translators Comment31
- Category
- I18n
- Occurrences
- 31
- Severity
- error
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.
ERRORI18nNon Singular String Literal Text30
- Category
- I18n
- Occurrences
- 30
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $adapter->adapterName
ERRORMaintainabilityMissing direct file access protection27
- Category
- Maintainability
- Occurrences
- 27
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNot In Footer21
- Category
- Maintainability
- Occurrences
- 21
- Severity
- warning
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.
ERRORMaintainabilitywp function not compatible with requires wp18
- Category
- Maintainability
- Occurrences
- 18
- Severity
- error
Sample message
Function "get_block_wrapper_attributes()" requires WordPress 5.6.0, but your plugin minimum supported version is WordPress 4.6.0.
WARNINGMaintainabilityNon-prefixed constant15
- Category
- Maintainability
- Occurrences
- 15
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DEFAULT_BR_TEXT".
WARNINGMaintainabilityNon-prefixed function12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "dpc_analytics_opt_out".
WARNINGMaintainabilityerror log print r12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
print_r() found. Debug code should not normally be used in production.
ERRORSecurityDatabase parameter is not escaped7
- Category
- Security
- Occurrences
- 7
- Severity
- error
Sample message
Unescaped parameter $field used in $wpdb->get_var()\n$field used without escaping.
WARNINGSecurityInterpolated SQL is not prepared7
- Category
- Security
- Occurrences
- 7
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $field at "SELECT `$field` FROM `$table` WHERE id = %d"
ERRORSecuritySQL query is not prepared7
- Category
- Security
- Occurrences
- 7
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $cats
WARNINGMaintainabilityslow db query meta key7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
WARNINGMaintainabilitySchema Change6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
External Connections
Potential connections found in static code analysis.
Outbound calls
291
External assets
3
Incoming endpoints
6
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
wp_ajax
wp_ajax
Admin AJAX endpoints3
wp_ajax
wp_ajax
wp_ajax
Score History
First score snapshot
v2.7.2
21
Latest
- Findings
- 1,533
- Errors
- 362
- Warnings
- 1,171
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 1,533 | 362 | 1,171 | v2.7.2 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.