Child Pages Shortcode Security & Risk Analysis

wordpress.org/plugins/child-pages-shortcode

You can use shortcode for display child pages from the page.

5K active installs v1.9.3 PHP + WP 3.8+ Updated Nov 28, 2017
shortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Child Pages Shortcode Safe to Use in 2026?

Generally Safe

Score 85/100

Child Pages Shortcode 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 "child-pages-shortcode" plugin v1.9.3 exhibits a strong security posture based on the provided static analysis and vulnerability history. The code demonstrates excellent adherence to secure coding practices, with all SQL queries utilizing prepared statements and all identified output being properly escaped. The absence of dangerous functions, file operations, external HTTP requests, and taint flows with unsanitized paths further reinforces this positive assessment. The plugin also shows no known CVEs, indicating a history of stability and security.

However, there are a couple of areas that could raise minor concerns for an analyst. The complete lack of nonce checks and capability checks on its single shortcode is a notable omission. While the attack surface is small (only one shortcode) and there are no identified unprotected entry points in the static analysis, a missing nonce or capability check could theoretically allow for certain types of attacks if the shortcode's functionality were to become sensitive or interact with user-specific data in the future. This absence of explicit permission checks on the shortcode, while not a current vulnerability based on the data, represents a potential weakness.

In conclusion, the "child-pages-shortcode" plugin v1.9.3 is remarkably secure, with a clean vulnerability history and excellent coding practices in critical areas like SQL and output escaping. The primary weakness lies in the absence of nonce and capability checks on its shortcode, which, though not demonstrably exploited here, is a standard security control that would further harden the plugin against potential future threats. This plugin is generally well-protected but could benefit from the addition of these standard security measures for a more robust defense.

Key Concerns

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

Child Pages Shortcode Security Vulnerabilities

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

Child Pages Shortcode Code Analysis

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

Output Escaping

100% escaped6 total outputs
Attack Surface

Child Pages Shortcode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[child_pages] child-pages-shortcode.php:27
WordPress Hooks 4
actionplugins_loadedchild-pages-shortcode.php:22
actioninitchild-pages-shortcode.php:28
actionwp_enqueue_scriptschild-pages-shortcode.php:29
filterchild-pages-shortcode-outputchild-pages-shortcode.php:93
Maintenance & Trust

Child Pages Shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedNov 28, 2017
PHP min version
Downloads94K

Community Trust

Rating92/100
Number of ratings20
Active installs5K
Developer Profile

Child Pages Shortcode Developer Profile

Takayuki Miyauchi

20 plugins · 41K total installs

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

How We Detect Child Pages Shortcode

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/child-pages-shortcode/css/child-pages-shortcode.min.css/wp-content/plugins/child-pages-shortcode/js/child-pages-shortcode.min.js
Script Paths
/wp-content/plugins/child-pages-shortcode/js/child-pages-shortcode.min.js
Version Parameters
child-pages-shortcode/css/child-pages-shortcode.min.css?ver=child-pages-shortcode/js/child-pages-shortcode.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
child_pageschild_pages-thumbnailchild_pagechild_page-containerpost_thumbpost_contentpost_excerpt
HTML Comments
.post_content .child_page-container #child_page-%post_id%
Data Attributes
data-post-iddata-post-titledata-post-urldata-post-excerptdata-post-contentdata-post-thumb
JS Globals
ChildPagesShortcodeConfig
Shortcode Output
<div class="child_pages child_pages-thumbnail"><div id="child_page-%post_id%" class="child_page" style="width:%width%;max-width:100%;"><div class="child_page-container"><div class="post_thumb"><a href="%post_url%">%post_thumb%</a></div>
FAQ

Frequently Asked Questions about Child Pages Shortcode