Log Out Shortcode Security & Risk Analysis

wordpress.org/plugins/log-out-shortcode

Easily add a log out link or button to a post or page using a simple shortcode.

3K active installs v1.1.1 PHP + WP 6.0+ Updated Jul 17, 2024
linklog-outlogoutshortcode
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Log Out Shortcode Safe to Use in 2026?

Generally Safe

Score 92/100

Log Out Shortcode has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The "log-out-shortcode" plugin v1.1.1 exhibits a generally good security posture based on the provided static analysis. The absence of dangerous functions, SQL queries using prepared statements, properly escaped output, and file operations is commendable. Crucially, there are no identified vulnerabilities in the vulnerability history, and no taint analysis flows indicate potential security issues. This suggests that the plugin developers have followed secure coding practices.

However, there are notable areas for improvement. The complete lack of nonce checks and capability checks across all entry points (shortcodes) is a significant concern. While the static analysis shows 0 unprotected entry points, this is likely because the checks are simply absent rather than enforced at the entry point. This leaves the plugin vulnerable to Cross-Site Request Forgery (CSRF) attacks if the shortcode performs any sensitive actions. The absence of any vulnerability history is positive, but it doesn't negate the inherent risks introduced by the missing security checks. A balanced conclusion is that while the plugin is currently free of known vulnerabilities and adheres to some secure coding principles, the lack of essential security measures like nonces and capability checks on its shortcodes presents a clear and actionable risk that should be addressed.

Key Concerns

  • Missing nonce checks on shortcodes
  • Missing capability checks on shortcodes
Vulnerabilities
None known

Log Out Shortcode Security Vulnerabilities

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

Log Out Shortcode Code Analysis

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

Output Escaping

100% escaped2 total outputs
Attack Surface

Log Out Shortcode Attack Surface

Entry Points3
Unprotected0

Shortcodes 3

[logout] log-out-shortcode.php:78
[logout_to_current] log-out-shortcode.php:79
[logout_to_home] log-out-shortcode.php:80
Maintenance & Trust

Log Out Shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedJul 17, 2024
PHP min version
Downloads51K

Community Trust

Rating100/100
Number of ratings12
Active installs3K
Developer Profile

Log Out Shortcode Developer Profile

Tectalic

5 plugins · 15K total installs

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

How We Detect Log Out Shortcode

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
logout
Shortcode Output
<a href="" class=""></a>
FAQ

Frequently Asked Questions about Log Out Shortcode