Social sharing plugin with share buttons for Facebook, X (Twitter), LinkedIn and more. Includes Click to Tweet feature.
Category Scores
Top Issues by Category
maintainability108
security66
repo_compliance1
Issues Details
175 issues found in latest scan
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
$_GET['ct_builder'] not unslashed before sanitization. Use wp_unslash() or similar
Processing form data without nonce verification.
Use placeholders and $wpdb->prepare(); found interpolated variable $this->primary_key at "DELETE FROM $this->table_name WHERE $this->primary_key = %d"
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config".
Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 131.
The use of function set_time_limit() is discouraged
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'preview_social_share_' . $element".
Detected usage of a non-sanitized input variable: $_FILES['file']['tmp_name']
Function "register_block_type()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.6.0.
Detected usage of a possibly undefined superglobal array index: $_FILES['file']['name']. Check that the array index exists before using it.
Attempting a database schema change is discouraged.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "update_socialsnap_settings".
Plugin name "Social Snap — Social Share Buttons & Click to Tweet" is different from the name declared in plugin header "Social Snap Lite".
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
The plugin name includes a restricted term. Your chosen plugin name - "Social Snap — Social Share Buttons & Click to Tweet" - contains the restricted term "tweet" which cannot be used at all in your plugin name.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 38 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 34 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['ct_builder'] not unslashed before sanitization. Use wp_unslash() or similar | 19 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 17 |
| WordPress.DB.PreparedSQL.InterpolatedNotPrepared | WARNING | Use placeholders and $wpdb->prepare(); found interpolated variable $this->primary_key at "DELETE FROM $this->table_name WHERE $this->primary_key = %d" | 13 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config". | 12 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 131. | 9 |
| Squiz.PHP.DiscouragedFunctions.Discouraged | WARNING | The use of function set_time_limit() is discouraged | 9 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'preview_social_share_' . $element". | 6 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_FILES['file']['tmp_name'] | 5 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "register_block_type()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.6.0. | 5 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_FILES['file']['name']. Check that the array index exists before using it. | 3 |
| WordPress.DB.DirectDatabaseQuery.SchemaChange | WARNING | Attempting a database schema change is discouraged. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "update_socialsnap_settings". | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Social Snap — Social Share Buttons & Click to Tweet" is different from the name declared in plugin header "Social Snap Lite". | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress. | 1 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "Social Snap — Social Share Buttons & Click to Tweet" - contains the restricted term "tweet" which cannot be used at all in your plugin name. | 1 |
Latest Snapshot
Findings
175
Errors
6
Warnings
169
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.4.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.4.2
38
Latest
- Findings
- 175
- Errors
- 6
- Warnings
- 169
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 38 | 175 | 6 | 169 | v1.4.2 | 2.0.0 | 2026.06-mvp-static-v2 |