Name: Children Index Shortcode Plugin Security & Risk Analysis

wordpress.org/plugins/children-index-shortcode-plugin

use the [children-index] shortcode where you want a list of links to the child pages.

10 active installs v1.2 PHP + WP 2.9+ Updated Mar 1, 2014
childrenindexshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Name: Children Index Shortcode Plugin Safe to Use in 2026?

Generally Safe

Score 85/100

Name: Children Index Shortcode Plugin 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 "children-index-shortcode-plugin" v1.2 exhibits a strong security posture based on the provided static analysis. The absence of dangerous functions, reliance on prepared statements for any potential SQL queries (though none were found), and 100% proper output escaping are excellent security practices. Furthermore, the lack of file operations and external HTTP requests reduces the plugin's attack surface. The plugin also demonstrates no known vulnerabilities in its history, indicating a history of secure development and maintenance.

However, the analysis does reveal some potential areas of concern. The presence of a shortcode as an entry point without any explicit capability checks or nonce verification leaves it vulnerable to potential unauthorized access or manipulation if the shortcode's functionality is not inherently safe or if it relies on user-supplied data that is not sufficiently validated within its execution context. While taint analysis found no issues, this is based on a limited scope (0 flows analyzed). The complete lack of nonce checks across all entry points is a significant omission for any plugin that processes user input or performs actions. This, combined with the shortcode being an unprotected entry point, raises concerns about potential cross-site request forgery (CSRF) attacks.

In conclusion, while the plugin has a clean vulnerability history and good internal coding practices regarding SQL and output escaping, the lack of authentication and authorization mechanisms, particularly on the shortcode, represents a notable weakness. The limited taint analysis scope also means that potential vulnerabilities might not have been detected. It's crucial to address the missing capability checks and nonce verification to bolster its security.

Key Concerns

  • Shortcode without auth checks
  • No nonce checks
  • Limited taint analysis scope
Vulnerabilities
None known

Name: Children Index Shortcode Plugin Security Vulnerabilities

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

Name: Children Index Shortcode Plugin 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

Name: Children Index Shortcode Plugin Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[children-index] children-index.php:32
Maintenance & Trust

Name: Children Index Shortcode Plugin Maintenance & Trust

Maintenance Signals

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

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Name: Children Index Shortcode Plugin Developer Profile

ChrisHurst

19 plugins · 2K total installs

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

How We Detect Name: Children Index Shortcode Plugin

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/children-index-shortcode-plugin/children-index.php

HTML / DOM Fingerprints

Shortcode Output
<ul><li><a href=</a></li></ul>
FAQ

Frequently Asked Questions about Name: Children Index Shortcode Plugin