SL Tools Security & Risk Analysis

wordpress.org/plugins/sl-tools

A set of tools to make life easier for Second Life bloggers. Includes a SLURL shortcode and syntax highlighting for LSL.

10 active installs v1.0 PHP + WP 2.8.0+ Updated Aug 20, 2010
lslsecond-lifeslurl
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is SL Tools Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 16yr ago
Risk Assessment

The "sl-tools" plugin v1.0 exhibits a generally positive security posture, with several good practices observed. The complete absence of known CVEs and unpatched vulnerabilities, along with the use of prepared statements for all SQL queries and zero taint flows indicating unsanitized paths, are significant strengths. The plugin also avoids external HTTP requests and does not bundle any libraries, which simplifies the security landscape.

However, there are notable areas of concern. The plugin utilizes the dangerous `create_function()` PHP construct, which can be a vector for code injection if not handled with extreme care. Furthermore, only 5% of output is properly escaped, leaving a substantial risk of Cross-Site Scripting (XSS) vulnerabilities. The lack of capability checks on any of its entry points, despite the presence of a nonce check on one, means that unauthorized users could potentially trigger functionality if they can discover or craft requests.

While the vulnerability history is clean, this may be attributed to the plugin's simplicity or limited exposure rather than inherent robustness. The identified weaknesses, particularly the unescaped output and the use of `create_function()`, present tangible risks that require attention. The plugin's strengths lie in its adherence to modern SQL practices and lack of direct known exploits, but the identified code-level issues and potential for unauthenticated actions must be addressed for a more secure implementation.

Key Concerns

  • Dangerous function create_function() used
  • Low percentage of properly escaped output
  • No capability checks on entry points
Vulnerabilities
None known

SL Tools Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

SL Tools Release Timeline

No version history available.
Code Analysis
Analyzed Mar 16, 2026

SL Tools Code Analysis

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

Dangerous Functions Found

create_function$callback_2 = create_function('$matches', 'return "[" . str_replace("|", "", $matches[1]) . "]";');geshi\geshi.php:4617

Output Escaping

5% escaped57 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

1 flows
<lsl_parser_admin> (php\lsl_parser_admin.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

SL Tools Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[slurl] sl_tools.php:55
[lsl] sl_tools.php:56
WordPress Hooks 2
actionadmin_menusl_tools.php:37
actionwidgets_initsl_tools.php:48
Maintenance & Trust

SL Tools Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedAug 20, 2010
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

SL Tools Developer Profile

paulreitz

3 plugins · 40 total installs

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

How We Detect SL Tools

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/sl-tools/geshi/geshi.php/wp-content/plugins/sl-tools/php/slurl_shortcode.php/wp-content/plugins/sl-tools/php/slurl_widget.php/wp-content/plugins/sl-tools/php/lsl_parser.php/wp-content/plugins/sl-tools/php/lsl_parser_constants.php/wp-content/plugins/sl-tools/php/lsl_parser_admin.php

HTML / DOM Fingerprints

Shortcode Output
[slurl][lsl]
FAQ

Frequently Asked Questions about SL Tools