Liane Form Security & Risk Analysis

wordpress.org/plugins/liane-form

Shortcode for embedding Liane forms

10 active installs v0.1.5 PHP 7.0+ WP 4.6+ Updated Unknown
formlianeshortcode
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Liane Form Safe to Use in 2026?

Generally Safe

Score 100/100

Liane Form has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "liane-form" plugin, in version 0.1.5, exhibits a generally good security posture based on the provided static analysis. The complete absence of dangerous functions, external HTTP requests, file operations, and SQL queries that are not prepared statements are significant strengths. Furthermore, the plugin has no recorded vulnerability history, suggesting a relatively mature and secure development process. The limited attack surface, with only one shortcode and no AJAX handlers or REST API routes, further reduces potential exposure. However, a notable concern is the unescaped output, with 60% of outputs not being properly escaped. This represents a significant risk for potential Cross-Site Scripting (XSS) vulnerabilities, especially given the lack of explicit capability checks. While the taint analysis shows no critical or high severity flows, the unescaped output could still allow for malicious scripts to be injected and executed.

Despite the lack of documented vulnerabilities and a clean static analysis in many areas, the significant percentage of unescaped output is a primary security weakness. This could lead to XSS vulnerabilities if user-supplied data is not properly sanitized before being rendered in the frontend or backend. The absence of nonce checks and capability checks on the shortcode handler, though not directly flagged in taint analysis for this version, could also become a vector for attack if the plugin's functionality is sensitive or processes user-controlled data. Therefore, while the plugin has many positive security attributes, the unescaped output requires immediate attention to mitigate potential XSS risks.

Key Concerns

  • Unescaped output detected
  • Missing capability checks on entry points
  • Missing nonce checks on entry points
Vulnerabilities
None known

Liane Form Security Vulnerabilities

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

Liane Form Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
9
6 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

40% escaped15 total outputs
Attack Surface

Liane Form Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[liane_form] liane-form.php:15
WordPress Hooks 4
actionwp_footerliane-form.php:14
actionadmin_menusettings.php:5
actionadmin_initsettings.php:6
actionwidgets_initwidget.php:57
Maintenance & Trust

Liane Form Maintenance & Trust

Maintenance Signals

WordPress version tested5.6.17
Last updatedUnknown
PHP min version7.0
Downloads976

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Liane Form Developer Profile

Miguel Peixe

2 plugins · 90 total installs

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

How We Detect Liane Form

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/liane-form/liane-form.js
Script Paths
/wp-content/plugins/liane-form/liane-form.js
Version Parameters
liane-form.js?ver=0.1.4

HTML / DOM Fingerprints

CSS Classes
liane-form
Data Attributes
data-urldata-campaignIddata-allowNonSecuredata-compact
Shortcode Output
<div class="liane-form" data-url="" data-campaignId="" > </div>
FAQ

Frequently Asked Questions about Liane Form