Genesis Simple Share

Genesis Simple Share allows you to easily add beautiful share buttons to your site using a Genesis child theme

v1.2.4OsomPressUpdated 2026-03-26Added Jan 6, 201510k+ installs88% rating
56
Score
11
Errors
43
Warnings
+0
Change

Category Scores

Security30
Repo94
Performance100
Maintainability76

Top Issues by Category

Issues Details

54 issues found in latest scan

WARNING15
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$content".

WARNING8
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['type'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING7
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING7
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['type']

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "invalid_request".

WARNING3
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET['type']. Check that the array index exists before using it.

ERROR2
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR1
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'str_replace'.

ERROR1
WordPress.WP.AlternativeFunctions.curl_curl_close

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR1
WordPress.WP.AlternativeFunctions.curl_curl_errno

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR1
WordPress.WP.AlternativeFunctions.curl_curl_error

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR1
WordPress.WP.AlternativeFunctions.curl_curl_exec

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR1
WordPress.WP.AlternativeFunctions.curl_curl_init

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR1
WordPress.WP.AlternativeFunctions.curl_curl_setopt_array

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR1
plugin_header_no_license

Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.

ERROR1
wp_function_not_compatible_with_requires_wp

Function "is_customize_preview()" requires WordPress 4.0.0, but your plugin minimum supported version is WordPress 3.7.0.

Latest Snapshot

Findings

54

Errors

11

Warnings

43

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.2.4 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.2.4

56

Latest

Findings
54
Errors
11
Warnings
43
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins