Custom Tabs Shortcodes Security & Risk Analysis

wordpress.org/plugins/custom-tabs-shortcodes

Installs two shortcodes, one for a daily tab and another for custom tabs.

10 active installs v1.2 PHP + WP 4.0+ Updated Feb 16, 2018
customdailytabtabsweek
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Custom Tabs Shortcodes Safe to Use in 2026?

Generally Safe

Score 85/100

Custom Tabs 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 "custom-tabs-shortcodes" plugin v1.2 exhibits a generally good security posture based on the provided static analysis. The absence of any known CVEs in its history is a positive indicator, suggesting a history of secure development or diligent patching of past issues. The code analysis reveals a controlled attack surface, with all entry points (shortcodes in this case) appearing to have some form of security checks, including at least one nonce and one capability check. The plugin also demonstrates sound practices regarding database interactions, with all SQL queries using prepared statements and no file operations or external HTTP requests being made. This reduces the risk of common vulnerabilities like SQL injection and arbitrary file operations.

However, there is a notable area of concern regarding output escaping. With 145 total outputs and only 72% properly escaped, there's a significant potential for cross-site scripting (XSS) vulnerabilities. If user-supplied or dynamically generated content is not sufficiently sanitized before being outputted, an attacker could inject malicious scripts. While the taint analysis found no unsanitized paths with critical or high severity, the lack of consistent output escaping presents a tangible risk that requires attention. Overall, the plugin has strengths in its handling of critical attack vectors and its history, but the output escaping needs improvement to mitigate XSS risks.

Key Concerns

  • Insufficient output escaping
Vulnerabilities
None known

Custom Tabs Shortcodes Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Custom Tabs Shortcodes Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

Custom Tabs Shortcodes Code Analysis

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

Output Escaping

72% escaped145 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

1 flows
<admin-day> (includes\admin-day.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Custom Tabs Shortcodes Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[TD_CUSTOM] includes\shortcode-variable.php:6
[TD_DAILY] includes\shortcode.php:3
WordPress Hooks 9
actioninitCustom-Tabs-Shortcodes.php:17
actionsetup_themeCustom-Tabs-Shortcodes.php:61
actionadmin_menuCustom-Tabs-Shortcodes.php:66
actionplugins_loadedCustom-Tabs-Shortcodes.php:77
actioninitincludes\cpt-tabs.php:4
actionadd_meta_boxesincludes\cpt-tabs.php:50
actionsave_postincludes\cpt-tabs.php:227
filtermanage_customtabshortcode_posts_columnsincludes\cpt-tabs.php:293
actionmanage_customtabshortcode_posts_custom_columnincludes\cpt-tabs.php:298
Maintenance & Trust

Custom Tabs Shortcodes Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedFeb 16, 2018
PHP min version
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Custom Tabs Shortcodes Developer Profile

merk_cat

2 plugins · 90 total installs

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

How We Detect Custom Tabs Shortcodes

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/custom-tabs-shortcodes/includes/css/tabs.css/wp-content/plugins/custom-tabs-shortcodes/includes/lib/icon-picker/css/dashicons-picker.css/wp-content/plugins/custom-tabs-shortcodes/includes/lib/icon-picker/js/dashicons-picker.js/wp-content/plugins/custom-tabs-shortcodes/includes/js/cts_admin.js
Script Paths
/wp-content/plugins/custom-tabs-shortcodes/includes/js/cts_admin.js
Version Parameters
custom-tabs-shortcodes/includes/css/tabs.css?ver=custom-tabs-shortcodes/includes/lib/icon-picker/css/dashicons-picker.css?ver=custom-tabs-shortcodes/includes/lib/icon-picker/js/dashicons-picker.js?ver=custom-tabs-shortcodes/includes/js/cts_admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
cts-tabs-containercts-tab-navcts-tab-contentdashicons-picker
HTML Comments
<!-- Tabs Admin Day Start --><!-- Form Management Start --><!-- Form Management End --><!-- Scripts For Color Picker -->+2 more
Data Attributes
data-icon-pickerth_nonce_variableth_nonce_admintd_backgroundtd_texttd_active+17 more
JS Globals
cts_admin_obj
Shortcode Output
<div class="cts-tabs-container"><div class="cts-tab-nav"><div class="cts-tab-content">
FAQ

Frequently Asked Questions about Custom Tabs Shortcodes