Include Content By Shortcode Security & Risk Analysis

wordpress.org/plugins/include-content-by-shortcode

This plugin allows you to include content from a custom post type by using a shortcode. You can also add custom CSS and JS to the included content.

50 active installs v0.5 PHP 5.2.4+ WP 4.0.1+ Updated Oct 25, 2024
copy-contentincludeinclude-contentinclude-htmlnested-content
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Include Content By Shortcode Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The 'include-content-by-shortcode' plugin version 0.5 exhibits a mixed security posture. On the positive side, it has a very small attack surface consisting solely of one shortcode, with no identified AJAX handlers or REST API routes exposed without authentication. The code also demonstrates good practices regarding SQL queries, utilizing prepared statements exclusively and showing no signs of file operations or external HTTP requests. Furthermore, there are no recorded vulnerabilities in its history, suggesting a history of stable and secure development.

However, several areas raise concerns. The plugin completely lacks nonce and capability checks, which are fundamental security mechanisms in WordPress, especially for handling user input. The output escaping is alarmingly low at only 18%, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities. Taint analysis did not reveal any flows, but this might be due to the limited scope of the analysis or the absence of complex data processing within the plugin.

In conclusion, while the plugin's limited attack surface and clean vulnerability history are strengths, the absence of crucial security checks like nonces and capability checks, coupled with significantly poor output escaping, presents a substantial risk. The potential for XSS vulnerabilities due to unescaped output is the most pressing concern, despite the absence of direct taint flows in the analysis. Developers should prioritize implementing robust output escaping and adding nonce/capability checks.

Key Concerns

  • Insufficient output escaping
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Include Content By Shortcode Security Vulnerabilities

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

Include Content By Shortcode Code Analysis

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

Output Escaping

18% escaped11 total outputs
Attack Surface

Include Content By Shortcode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[includedcontentbyshortcode] inc\shortcode.php:3
WordPress Hooks 9
filtermanage_icbscbks_posts_columnsinc\adding_copy_shortcode_column.php:4
actionmanage_icbscbks_posts_custom_columninc\adding_copy_shortcode_column.php:11
actionadd_meta_boxesinc\adding_meta_boxes.php:23
actionsave_postinc\adding_meta_boxes.php:59
actionadmin_menuinc\admin_view.php:5
actionadmin_enqueue_scriptsinc\enqueue_files.php:4
actioninitinc\registering_post_type.php:4
filteruser_can_richeditinc\registering_post_type.php:31
filteruser_can_richeditinc\registering_post_type.php:41
Maintenance & Trust

Include Content By Shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedOct 25, 2024
PHP min version5.2.4
Downloads2K

Community Trust

Rating100/100
Number of ratings4
Active installs50
Developer Profile

Include Content By Shortcode Developer Profile

kashanshah

4 plugins · 60 total installs

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

How We Detect Include Content By Shortcode

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/include-content-by-shortcode/css/style.css/wp-content/plugins/include-content-by-shortcode/css/richeditor.css
Version Parameters
include-content-by-shortcode/style.css?ver=include-content-by-shortcode/richeditor.css?ver=

HTML / DOM Fingerprints

CSS Classes
postbox
HTML Comments
<!-- Incorrect id --> <!-- Incorrect slug --> <!-- Please add any slug or id to shortcode -->
Data Attributes
name="icbscbks_mb_css"id="icbscbks_mb_css"name="icbscbks_mb_js"id="icbscbks_mb_js"
Shortcode Output
<style></style><script type="text/javascript"></script>
FAQ

Frequently Asked Questions about Include Content By Shortcode