Aggregate social media posts, hashtags, and mentions from Instagram, Bluesky, X (Twitter), Facebook, LinkedIn, YouTube, Google Reviews, and more into …
Category Scores
Top Issues by Category
maintainability39
security36
repo_compliance2
Issues Details
78 issues found in latest scan
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<strong>{$feedSlug}</strong>"'.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$body".
Function "get_current_screen()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "enqueue_juicer_elementor_editor_styles".
Found call to wp_register_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Processing form data without nonce verification.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Elementor_Juicer_Widget".
$_POST['dismiss_type'] not unslashed before sanitization. Use wp_unslash() or similar
Scripts must be registered/enqueued via wp_enqueue_script()
Plugin name "Juicer.io: Effortlessly embed, curate, and aggregate social media feeds into your website" is different from the name declared in plugin header "Juicer".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
One or more tags were ignored. Please limit your plugin to 5 tags.
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<strong>{$feedSlug}</strong>"'. | 33 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$body". | 22 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "get_current_screen()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0. | 6 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "enqueue_juicer_elementor_editor_styles". | 5 |
| PluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContent | ERROR | Found call to wp_register_script() with external resource. Offloading scripts to your servers or any remote service is disallowed. | 2 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Elementor_Juicer_Widget". | 1 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['dismiss_type'] not unslashed before sanitization. Use wp_unslash() or similar | 1 |
| WordPress.WP.EnqueuedResources.NonEnqueuedScript | ERROR | Scripts must be registered/enqueued via wp_enqueue_script() | 1 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Juicer.io: Effortlessly embed, curate, and aggregate social media feeds into your website" is different from the name declared in plugin header "Juicer". | 1 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 1 |
| readme_parser_warnings_too_many_tags | WARNING | One or more tags were ignored. Please limit your plugin to 5 tags. | 1 |
| readme_parser_warnings_trimmed_short_description | WARNING | The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported. | 1 |
Latest Snapshot
Findings
78
Errors
44
Warnings
34
Score History
First score snapshot
First scan completed
v1.12.18 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v1.12.18
51
Latest
- Findings
- 78
- Errors
- 44
- Warnings
- 34
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 51 | 78 | 44 | 34 | v1.12.18 | 2.0.0 | 2026.06-mvp-static-v2 |