
single shortcode Security & Risk Analysis
wordpress.org/plugins/single-shortcode[single] shortcode outputs content only if single page is displayed. Useful for hiding table of contents, footnotes, relative links from excerpt.
Is single shortcode Safe to Use in 2026?
Generally Safe
Score 85/100single shortcode has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
Based on the provided static analysis and vulnerability history, the "single-shortcode" plugin v0.1.1 exhibits a strong security posture with no immediate critical vulnerabilities detected. The absence of dangerous functions, SQL queries not using prepared statements, and a lack of file operations or external HTTP requests are all positive indicators. The plugin also demonstrates good practices by having 100% output escaping and 100% of SQL queries using prepared statements.
However, there are notable areas for improvement. The plugin has a total of two entry points (shortcodes) with zero capability checks. This means that anyone, regardless of their user role, can trigger these shortcodes. While the static analysis found no direct evidence of malicious input leading to a vulnerability, the lack of capability checks on shortcode execution presents a significant potential attack vector. The fact that there are no recorded vulnerabilities in its history is a positive sign, suggesting the developers may be diligent or the plugin is not widely used, but it doesn't negate the risks identified in the code's current implementation.
In conclusion, while the "single-shortcode" plugin v0.1.1 is free of known critical flaws and demonstrates good coding practices in areas like SQL and output handling, the absence of capability checks on its shortcodes is a considerable weakness. This oversight significantly increases the risk of unauthorized access or actions if the shortcodes perform sensitive operations. Addressing this by implementing appropriate capability checks for each shortcode should be a priority to improve its overall security.
Key Concerns
- No capability checks on shortcodes
single shortcode Security Vulnerabilities
single shortcode Code Analysis
single shortcode Attack Surface
Shortcodes 2
WordPress Hooks 1
Maintenance & Trust
single shortcode Maintenance & Trust
Maintenance Signals
Community Trust
single shortcode Alternatives
Blog-in-Blog
blog-in-blog
This plugin shows posts from a category on any page you like using shortcodes. Create multiple blogs within a blog using a category.
Hide Text Shortcode
hide-text-shortcode
Shortcode to hide text
Hide Element Shortcode
hide-element
You can now hide any parts of the content, with this shortcode. It also can hide other shortcodes.
TC Comment Out
tc-comment-out
Comment out page and post content using a shortcode.
Hide Unwanted Shortcodes
hide-unwanted-shortcodes
A plugin to prevent unwanted shortcodes from showing on blog.
single shortcode Developer Profile
2 plugins · 60 total installs
How We Detect single shortcode
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
[single]outputs content only if single page is displayed.[/single][excerpt]outputs content only if excerpt is displayed.[/excerpt]