Base64 Shortlinks Security & Risk Analysis

wordpress.org/plugins/base64-shortlinks

This plugin makes your shortlinks shorter!

10 active installs v1.7 PHP + WP 2.7+ Updated Unknown
shortlinks
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Base64 Shortlinks Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The 'base64-shortlinks' plugin v1.7 exhibits a generally positive security posture based on the provided static analysis. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the plugin's attack surface, and crucially, no entry points were found to be unprotected. The code also demonstrates good practices by exclusively using prepared statements for SQL queries and performing no file operations or external HTTP requests, which are common vectors for vulnerabilities.

However, there are notable concerns regarding output escaping. With only 25% of outputs being properly escaped, there's a significant risk of Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is rendered directly without sufficient sanitization. While taint analysis found no critical or high severity issues, the lack of nonces and capability checks on any potential, albeit currently non-existent, entry points represents a potential weakness. The plugin's vulnerability history is clean, with no recorded CVEs, which is a strong positive indicator. Overall, the plugin has a solid foundation with minimal attack vectors and no known vulnerabilities, but the insufficient output escaping is a critical area that needs immediate attention.

Key Concerns

  • Insufficient output escaping
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Base64 Shortlinks Security Vulnerabilities

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

Base64 Shortlinks Code Analysis

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

Output Escaping

25% escaped8 total outputs
Attack Surface

Base64 Shortlinks Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionparse_querybase64-shortlinks.php:144
filterpre_get_shortlinkbase64-shortlinks.php:185
actionadmin_menubase64-shortlinks.php:220
filterplugin_action_linksbase64-shortlinks.php:338
actionadmin_initbase64-shortlinks.php:355
filtergenerate_rewrite_rulesbase64-shortlinks.php:371
Maintenance & Trust

Base64 Shortlinks Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedUnknown
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Base64 Shortlinks Developer Profile

jwz

2 plugins · 30 total installs

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

How We Detect Base64 Shortlinks

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/base64-shortlinks/base64-shortlinks.css
Script Paths
/wp-content/plugins/base64-shortlinks/base64-shortlinks.js
Version Parameters
base64-shortlinks/base64-shortlinks.css?ver=base64-shortlinks/base64-shortlinks.js?ver=

HTML / DOM Fingerprints

CSS Classes
b64sl-shortlink
HTML Comments
<!-- Base64 Shortlinks Settings --><!-- End Base64 Shortlinks Settings -->
Data Attributes
data-b64sl-id
JS Globals
b64sl_vars
Shortcode Output
[base64_shortlink]
FAQ

Frequently Asked Questions about Base64 Shortlinks