Scuba Logger Security & Risk Analysis

wordpress.org/plugins/scuba-logger

This plugin turns a wordpress blog into an interactive online scuba dive log.

10 active installs v0.1.8 PHP + WP 3.0.1+ Updated Unknown
divelogscuba
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Scuba Logger Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "scuba-logger" plugin version 0.1.8 exhibits a mixed security posture. On the positive side, the plugin demonstrates good practices in several areas. All SQL queries are correctly using prepared statements, and there are no recorded vulnerabilities or CVEs, suggesting a history of secure development. The absence of file operations and external HTTP requests also reduces common attack vectors. Furthermore, the plugin employs nonce checks and capability checks, which are crucial for protecting against certain types of attacks.

However, there are significant concerns highlighted by the static analysis. The low percentage of properly escaped output (36%) is a major red flag, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities. This is further corroborated by the taint analysis, which identified one high-severity flow with unsanitized paths. While the attack surface is small and appears to be protected, the identified taint flow with unsanitized paths, coupled with the poor output escaping, presents a tangible risk. The vulnerability history being clean is positive but does not negate the immediate risks found within the current code.

In conclusion, while the plugin has a clean vulnerability history and uses prepared statements, the insufficient output escaping and the identified high-severity taint flow are serious weaknesses. These issues create a significant risk of XSS vulnerabilities and potentially other injection attacks if not addressed. The plugin's strengths in database querying and general security checks are overshadowed by these critical areas needing immediate attention.

Key Concerns

  • High severity taint flow with unsanitized path
  • Low percentage of properly escaped output (36%)
Vulnerabilities
None known

Scuba Logger Security Vulnerabilities

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

Scuba Logger Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
20 prepared
Unescaped Output
57
32 escaped
Nonce Checks
4
Capability Checks
1
File Operations
0
External Requests
0
Bundled Libraries
0

SQL Query Safety

100% prepared20 total queries

Output Escaping

36% escaped89 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

3 flows2 with unsanitized paths
display_tools_page (ScubaLoggerWp.php:355)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Scuba Logger Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[scubalogger] ScubaLoggerWp.php:80
WordPress Hooks 2
actionadmin_initScubaLoggerWp.php:78
actionadmin_menuScubaLoggerWp.php:79
Maintenance & Trust

Scuba Logger Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedUnknown
PHP min version
Downloads2K

Community Trust

Rating80/100
Number of ratings1
Active installs10
Developer Profile

Scuba Logger Developer Profile

wp_aengus

1 plugin · 10 total installs

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

How We Detect Scuba Logger

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/scuba-logger/js/scuba-logger-frontend.js/wp-content/plugins/scuba-logger/css/scuba-logger-frontend.css
Script Paths
/wp-content/plugins/scuba-logger/js/scuba-logger-frontend.js
Version Parameters
scuba-logger/js/scuba-logger-frontend.js?ver=scuba-logger/css/scuba-logger-frontend.css?ver=

HTML / DOM Fingerprints

HTML Comments
<!-- Scuba Logger - Dive Log --><!-- Scuba Logger - Dive Log Entry --><!-- Scuba Logger - Dive Log Page -->
Shortcode Output
[scuba-log][scuba-log-entry][scuba-log-page]
FAQ

Frequently Asked Questions about Scuba Logger