
Shortcode Toggle Security & Risk Analysis
wordpress.org/plugins/shortcode-toggleAdd Useful Toggle Menu to your blog simply by shortcode.
Is Shortcode Toggle Safe to Use in 2026?
Generally Safe
Score 85/100Shortcode Toggle has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "shortcode-toggle" plugin v1.0.9 exhibits a generally good security posture due to the absence of known vulnerabilities and the use of prepared statements for all SQL queries. The static analysis shows no critical or high-severity issues in taint analysis, and no dangerous functions or file operations were detected. This suggests a well-written and secure codebase at first glance.
However, a significant concern arises from the complete lack of output escaping for its sole shortcode. This creates a direct risk of Cross-Site Scripting (XSS) vulnerabilities, as any user-supplied data rendered by the shortcode could be executed as JavaScript in the context of the user's browser. Furthermore, the absence of nonce and capability checks for the shortcode, while not directly flagged as an entry point in this analysis due to the focus on AJAX and REST API, is a general security weakness. If the shortcode performs any sensitive actions, it would be vulnerable to CSRF attacks or unauthorized execution by unprivileged users.
The lack of any recorded vulnerabilities in its history is a positive indicator, suggesting the developers have maintained a secure product. Nevertheless, the identified output escaping and potential for nonce/capability checks to be missing on its single entry point are critical weaknesses that must be addressed to ensure robust security.
Key Concerns
- 100% of outputs not properly escaped
- 0 nonce checks on entry points
- 0 capability checks on entry points
Shortcode Toggle Security Vulnerabilities
Shortcode Toggle Code Analysis
Output Escaping
Shortcode Toggle Attack Surface
Shortcodes 1
WordPress Hooks 6
Maintenance & Trust
Shortcode Toggle Maintenance & Trust
Maintenance Signals
Community Trust
Shortcode Toggle Alternatives
WP Shortcodes Plugin — Shortcodes Ultimate
shortcodes-ultimate
A comprehensive collection of visual components for your site
Shortcode in Menus
shortcode-in-menus
Allows you to add shortcodes in WordPress Navigation Menus.
Meks Flexible Shortcodes
meks-flexible-shortcodes
Add some cool elements to your post/page content with flexible shortcodes.
WP Shortcode by MyThemeShop
wp-shortcode
WP Shortcode is a premium WP plugin for free, that provides easy to use over 24 shortcodes. You can easily add buttons, alerts, videos and more.
Arconix Shortcodes
arconix-shortcodes
Arconix Shortcodes provides a number of useful design elements like buttons, boxes, tabs and toggles to help compliment any website.
Shortcode Toggle Developer Profile
24 plugins · 2K total installs
How We Detect Shortcode Toggle
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/shortcode-toggle/style.min.css/wp-content/plugins/shortcode-toggle/script.min.js/wp-content/plugins/shortcode-toggle/script.min.jsshortcode-toggle/style.min.css?ver=shortcode-toggle/script.min.js?ver=HTML / DOM Fingerprints
toggle_titletoggle_content<div class="toggle_title"></div><div class="toggle_content"></div>