Lanyrd Splat Widget Security & Risk Analysis

wordpress.org/plugins/lanyrd-splat-widget

Simple configurable Lanyrd Badge (Content Splat) Widget.

10 active installs v0.0.2 PHP + WP 2.8+ Updated Sep 16, 2012
lanyardlanyrdsplatwidgetwidgets
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Lanyrd Splat Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Lanyrd Splat Widget has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 13yr ago
Risk Assessment

The lanyrd-splat-widget plugin v0.0.2 exhibits a mixed security posture. On one hand, the complete absence of known vulnerabilities and CVEs, coupled with the exclusive use of prepared statements for SQL queries, suggests a history of stable and potentially secure development. The plugin also demonstrates no external HTTP requests or file operations, which are common vectors for attacks.

However, the static analysis reveals significant concerns. The presence of the `create_function` dangerous function is a major red flag, as it can be used to execute arbitrary PHP code and is deprecated. Furthermore, a concerningly low output escaping rate (32%) indicates a high likelihood of cross-site scripting (XSS) vulnerabilities, especially given the lack of capability checks and nonce checks, meaning any entry point, if discovered, could be exploited to inject malicious scripts.

While the current attack surface appears limited and the vulnerability history is clean, the identified code signals point to underlying weaknesses. The reliance on `create_function` and the poor output escaping practices present substantial risks that could be exploited if an attacker finds a way to interact with the plugin's code. Therefore, despite the clean history, the plugin requires immediate attention to address these critical coding flaws.

Key Concerns

  • Presence of dangerous function 'create_function'
  • Low output escaping rate (32%)
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Lanyrd Splat Widget Security Vulnerabilities

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

Lanyrd Splat Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'return register_widget( "lanyrdSplat" );' ) );lanyrd_splat.php:124

Output Escaping

32% escaped31 total outputs
Attack Surface

Lanyrd Splat Widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initlanyrd_splat.php:124
Maintenance & Trust

Lanyrd Splat Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedSep 16, 2012
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Lanyrd Splat Widget Developer Profile

toddhalfpenny

9 plugins · 21K total installs

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

How We Detect Lanyrd Splat Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/lanyrd-splat-widget/lanyrd_splat.php

HTML / DOM Fingerprints

CSS Classes
lanyrd-target-splatlanyrd-splatlanyrd-number-lanyrd-type-lanyrd-context-futurelanyrd-template-
Data Attributes
data-lanyrd-userdata-lanyrd-num-eventsdata-lanyrd-typedata-lanyrd-template
JS Globals
LanyrdBadge
FAQ

Frequently Asked Questions about Lanyrd Splat Widget