Shortcode Box Security & Risk Analysis

wordpress.org/plugins/shortcode-box

Add Useful Boxes to your blog simply by shortcode.

10 active installs v1.1.2 PHP + WP 3.0+ Updated Mar 10, 2014
boxshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Shortcode Box Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The shortcode-box plugin v1.1.2 exhibits a generally strong security posture based on the provided static analysis and vulnerability history. There are no identified dangerous functions, SQL queries are exclusively using prepared statements, and all output appears to be properly escaped. Furthermore, the plugin has no known CVEs, indicating a history of secure development or prompt patching by maintainers. The absence of file operations, external HTTP requests, and the minimal attack surface consisting of a single shortcode without any associated AJAX handlers, REST API routes, or cron events, further contribute to its secure profile.

However, the lack of nonce checks and capability checks on the identified shortcode is a notable concern. While the attack surface is small, this oversight could potentially lead to unintended actions if the shortcode is designed to perform sensitive operations. The taint analysis also reported zero flows, which is positive, but this might be a reflection of the limited scope of analysis or a very straightforward plugin implementation. A thorough audit of the shortcode's actual functionality is recommended to ensure no hidden risks are present.

In conclusion, shortcode-box v1.1.2 appears to be a relatively secure plugin with good development practices demonstrated in its code. The absence of historical vulnerabilities and the careful use of prepared statements and output escaping are significant strengths. The primary area for improvement lies in implementing appropriate authorization checks (nonces and capabilities) for its shortcode to mitigate potential misuse, even with a limited attack surface.

Key Concerns

  • Missing nonce check on shortcode
  • Missing capability check on shortcode
Vulnerabilities
None known

Shortcode Box Security Vulnerabilities

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

Shortcode Box Code Analysis

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

Shortcode Box Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[box] shortcode-box.php:104
WordPress Hooks 4
actionadmin_menuhelp.php:5
actionplugins_loadedshortcode-box.php:42
actionwp_enqueue_scriptsshortcode-box.php:56
actionadmin_enqueue_scriptsshortcode-box.php:57
Maintenance & Trust

Shortcode Box Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedMar 10, 2014
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

Shortcode Box Developer Profile

Arefly

24 plugins · 2K total installs

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

How We Detect Shortcode Box

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/shortcode-box/style.min.css
Version Parameters
shortcode-box/style.min.css?ver=

HTML / DOM Fingerprints

CSS Classes
downwarninstructtext-boxquestioncoursestoptask+2 more
Shortcode Output
<div class="down box-content"><div class="warn box-content"><div class="instruct box-content"><div class="text-box box-content">
FAQ

Frequently Asked Questions about Shortcode Box