Quick Toolbar Links Security & Risk Analysis

wordpress.org/plugins/quick-toolbar-links

Gives you the ability to add custom links to the admin toolbar in addition to your frequently used admin and plugin links.

0 active installs v1.0.0 PHP 7.4+ WP 5.0+ Updated Jan 7, 2026
adminadminbarquick-linkstoolbar
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Quick Toolbar Links Safe to Use in 2026?

Generally Safe

Score 100/100

Quick Toolbar Links has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2mo ago
Risk Assessment

The "quick-toolbar-links" plugin v1.0.0 exhibits a generally strong security posture based on the provided static analysis. The absence of REST API routes, shortcodes, and cron events significantly limits its attack surface. Crucially, all detected SQL queries are properly prepared, and output escaping is consistently applied. The presence of nonce and capability checks on the single AJAX handler is also a positive indicator of secure development practices. The plugin has no recorded vulnerability history, which suggests consistent security diligence from its developers.

However, the presence of two instances of the `unserialize` function is a notable concern. While no explicit unsanitized taint flows were detected in this analysis, `unserialize` is inherently risky if the data being unserialized originates from an untrusted source. This function can lead to Remote Code Execution (RCE) vulnerabilities if not handled with extreme care, especially if the unserialized data is later used in a way that can be manipulated by an attacker. The total number of flows analyzed being zero might also indicate a lack of comprehensive taint analysis, leaving potential blind spots.

In conclusion, the plugin demonstrates good adherence to fundamental WordPress security best practices, particularly regarding SQL and output escaping. The lack of a vulnerability history is reassuring. The primary weakness identified is the use of `unserialize`, which warrants careful review of how the unserialized data is handled. If the data originates from user input or external sources, this could represent a significant, albeit currently undetected, risk.

Key Concerns

  • Use of unserialize function
Vulnerabilities
None known

Quick Toolbar Links Security Vulnerabilities

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

Quick Toolbar Links Code Analysis

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

Dangerous Functions Found

unserialize$decoded = @unserialize(base64_decode($option));quick-toolbar-links.php:187
unserialize$decoded = @unserialize(base64_decode($option));quick-toolbar-links.php:228

Output Escaping

100% escaped97 total outputs
Attack Surface

Quick Toolbar Links Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_quictoli_delete_custom_linkquick-toolbar-links.php:74
WordPress Hooks 6
actionadmin_enqueue_scriptsquick-toolbar-links.php:58
actionwp_enqueue_scriptsquick-toolbar-links.php:59
actionadmin_menuquick-toolbar-links.php:62
actionadmin_initquick-toolbar-links.php:65
actionadmin_initquick-toolbar-links.php:68
actionadmin_bar_menuquick-toolbar-links.php:71
Maintenance & Trust

Quick Toolbar Links Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedJan 7, 2026
PHP min version7.4
Downloads114

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Quick Toolbar Links Developer Profile

Heather Feuerhelm

1 plugin · 0 total installs

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

How We Detect Quick Toolbar Links

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/quick-toolbar-links/css/quictoli-admin-styles.css/wp-content/plugins/quick-toolbar-links/js/quictoli-scripts.js
Script Paths
/wp-content/plugins/quick-toolbar-links/js/quictoli-scripts.js
Version Parameters
/css/quictoli-admin-styles.css?ver=/js/quictoli-scripts.js?ver=

HTML / DOM Fingerprints

CSS Classes
quictoli-link-titlequictoli-menu-itemquictoli-has-submenuquictoli-submenu-item
JS Globals
quictoli_ajax
FAQ

Frequently Asked Questions about Quick Toolbar Links