WP Like System Security & Risk Analysis

wordpress.org/plugins/wp-like-system

Rating system for posts, based on Facebook likes. Its not dependent of Facebook.

10 active installs v1.1.0 PHP 5.6+ WP 3.0+ Updated Unknown
dislikelikepostrating
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Like System Safe to Use in 2026?

Generally Safe

Score 100/100

WP Like System has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The wp-like-system plugin version 1.1.0 exhibits a generally good security posture based on the static analysis. It effectively utilizes prepared statements for SQL queries, has no file operations or external HTTP requests, and includes a nonce check for one of its entry points. The absence of critical or high severity taint flows further strengthens its security profile. However, there are areas for improvement. The output escaping is only 40% properly handled, indicating a potential for cross-site scripting (XSS) vulnerabilities if user-supplied data is not sanitized before being displayed. Furthermore, the plugin lacks capability checks on its AJAX handlers, meaning any authenticated user could potentially trigger these actions, which could be exploited if the functionality itself has security implications. The plugin also has no recorded vulnerability history, which is a positive sign, but it is important to note that this can sometimes indicate a lack of widespread testing or a small user base rather than inherent perfect security. Overall, while the plugin avoids common critical vulnerabilities, the less-than-perfect output escaping and the absence of capability checks on AJAX handlers present tangible risks that should be addressed.

Key Concerns

  • Output escaping is only 40% proper
  • AJAX handlers lack capability checks
Vulnerabilities
None known

WP Like System Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

WP Like System Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
3
2 escaped
Nonce Checks
1
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

40% escaped5 total outputs
Data Flows
All sanitized

Data Flow Analysis

1 flows
<wp-like-system> (wp-like-system.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Like System Attack Surface

Entry Points2
Unprotected0

AJAX Handlers 2

noprivwp_ajax_like-postwp-like-system.php:160
authwp_ajax_like-postwp-like-system.php:161
WordPress Hooks 2
actionwp_enqueue_scriptswp-like-system.php:50
actionwp_enqueue_scriptswp-like-system.php:80
Maintenance & Trust

WP Like System Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedUnknown
PHP min version5.6
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Like System Developer Profile

Henrique Silverio

4 plugins · 50 total installs

86
trust score
Avg Security Score
89/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect WP Like System

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-like-system/public/assets/css/public.css/wp-content/plugins/wp-like-system/public/assets/js/public.min.js
Script Paths
/wp-content/plugins/wp-like-system/public/assets/js/public.min.js

HTML / DOM Fingerprints

CSS Classes
has_wpls_boxhas_wpls_box__itemhas_wpls_box__linkhas_wpls_box__iconhas_wpls_box__item--smallmsg-btn
Data Attributes
data-postid
JS Globals
wplsAjax
Shortcode Output
<div class="has_wpls_box"><p class="has_wpls_box__item"><a id="btn-like" class="has_wpls_box__link" data-postid="<i class="has_wpls_box__icon icon-thumbs-up2"></i>
FAQ

Frequently Asked Questions about WP Like System