Shortcodes Security & Risk Analysis

wordpress.org/plugins/bkc-wp-shortcodes

Shortcodes plugin will helps to get option, post meta and other core data using shortcode.

10 active installs v1.0.4 PHP + WP 3+ Updated Oct 5, 2017
meta-shortcodeoption-shortcodewordpress-shortcodeswp-shortcodes
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Shortcodes Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The "bkc-wp-shortcodes" v1.0.4 plugin exhibits a strong security posture based on the provided static analysis. There are no detected dangerous functions, file operations, or external HTTP requests, and all SQL queries utilize prepared statements, which is excellent. Furthermore, all identified outputs are properly escaped, and the plugin has a clean vulnerability history with no known CVEs. This indicates diligent development practices and a commitment to security from the developers.

While the overall security is good, there are a few areas that present minor concerns. The absence of nonce checks and capability checks, coupled with the presence of four shortcodes as potential entry points with no explicit authentication checks mentioned, could theoretically introduce vulnerabilities if the shortcodes themselves handle user-supplied data in an insecure manner. However, the taint analysis shows no unsanitized paths, which mitigates this risk significantly for the current version. The lack of detected taint flows is a positive sign, but it's important to remember that taint analysis is not foolproof and can miss certain types of vulnerabilities.

In conclusion, "bkc-wp-shortcodes" v1.0.4 appears to be a secure plugin. Its strengths lie in its robust handling of database interactions and output escaping, alongside a spotless vulnerability record. The minor potential weaknesses are largely theoretical given the lack of positive findings in taint analysis. Developers should continue to be mindful of input validation and authorization, especially as new features are added or data handling becomes more complex.

Key Concerns

  • Shortcodes without explicit auth checks
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Shortcodes Security Vulnerabilities

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

Shortcodes Code Analysis

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

Output Escaping

100% escaped1 total outputs
Attack Surface

Shortcodes Attack Surface

Entry Points4
Unprotected0

Shortcodes 4

[wp_get_option] classes\class-bkc-wp-shortcodes.php:66
[wp_get_network_option] classes\class-bkc-wp-shortcodes.php:67
[wp_get_post_meta] classes\class-bkc-wp-shortcodes.php:68
[wp_get_metadata] classes\class-bkc-wp-shortcodes.php:69
WordPress Hooks 2
actionadmin_menuclasses\class-bkc-wp-shortcodes-admin.php:65
actionadmin_headclasses\class-bkc-wp-shortcodes-admin.php:66
Maintenance & Trust

Shortcodes Maintenance & Trust

Maintenance Signals

WordPress version tested4.8.28
Last updatedOct 5, 2017
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Shortcodes Developer Profile

Dinesh Chouhan

2 plugins · 20 total installs

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

How We Detect Shortcodes

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/bkc-wp-shortcodes/bkc-wp-shortcodes.php
Version Parameters
bkc-wp-shortcodes/bkc-wp-shortcodes.php?ver=bkc-wp-shortcodes/classes/class-bkc-wp-shortcodes-loader.php?ver=

HTML / DOM Fingerprints

Shortcode Output
[wp_get_option[wp_get_network_option[wp_get_post_meta[wp_get_metadata
FAQ

Frequently Asked Questions about Shortcodes