WP Family Tree Security & Risk Analysis

wordpress.org/plugins/wp-family-tree

WP Family Tree is a graphical family tree generator plugin for Wordpress. Each family member have their own blog post.

200 active installs v1.0.6 PHP + WP 2.8.6+ Updated Feb 1, 2016
family-treegenealogypedigree
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Family Tree Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The wp-family-tree plugin version 1.0.6 exhibits a mixed security posture. On the positive side, the plugin has no known vulnerabilities (CVEs) and a very small attack surface with no unprotected entry points identified in the static analysis. There are no external HTTP requests or file operations, which reduces potential attack vectors.

However, there are significant concerns within the code analysis. Notably, 100% of SQL queries are not using prepared statements, indicating a high risk of SQL injection vulnerabilities. Furthermore, a substantial number of output operations (23 total) are not properly escaped, which could lead to Cross-Site Scripting (XSS) issues. The absence of capability checks on its entry points is also a concern, as it means any authenticated user could potentially trigger these functions without proper authorization.

Given the lack of historical vulnerabilities, it's difficult to infer long-term development practices. However, the current static analysis reveals critical weaknesses in secure coding practices concerning SQL queries and output sanitization, which significantly outweigh the benefits of a small attack surface and no known CVEs. The plugin's security would be greatly improved by addressing the unescaped output and raw SQL queries.

Key Concerns

  • Raw SQL queries without prepared statements
  • All output operations unescaped
  • No capability checks on entry points
Vulnerabilities
None known

WP Family Tree Security Vulnerabilities

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

WP Family Tree Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

0% escaped23 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
family_tree_options_subpanel (wpft_options.php:13)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Family Tree Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[family-tree] family-tree.php:390
[family-members] family-tree.php:391
WordPress Hooks 11
actionadmin_menufamily-tree.php:394
filterthe_contentfamily-tree.php:410
filterthe_contentfamily-tree.php:411
filterthe_contentfamily-tree.php:414
actioninitfamily-tree.php:417
actionedit_postfamily-tree.php:418
actionsave_postfamily-tree.php:419
actionpublish_postfamily-tree.php:420
actionedit_page_formfamily-tree.php:422
actionedit_form_advancedfamily-tree.php:423
actionsimple_edit_formfamily-tree.php:424
Maintenance & Trust

WP Family Tree Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedFeb 1, 2016
PHP min version
Downloads29K

Community Trust

Rating76/100
Number of ratings18
Active installs200
Developer Profile

WP Family Tree Developer Profile

the_arv

1 plugin · 200 total installs

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

How We Detect WP Family Tree

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-family-tree/css/wpft-style.css/wp-content/plugins/wp-family-tree/js/wpft-tree.js/wp-content/plugins/wp-family-tree/js/jquery.mousewheel.min.js/wp-content/plugins/wp-family-tree/js/jquery.kinetic.min.js/wp-content/plugins/wp-family-tree/js/wpft-tree-drag.js
Script Paths
/wp-content/plugins/wp-family-tree/js/wpft-tree.js/wp-content/plugins/wp-family-tree/js/jquery.mousewheel.min.js/wp-content/plugins/wp-family-tree/js/jquery.kinetic.min.js/wp-content/plugins/wp-family-tree/js/wpft-tree-drag.js
Version Parameters
wp-family-tree/css/wpft-style.css?ver=wp-family-tree/js/wpft-tree.js?ver=wp-family-tree/js/jquery.mousewheel.min.js?ver=wp-family-tree/js/jquery.kinetic.min.js?ver=wp-family-tree/js/wpft-tree-drag.js?ver=

HTML / DOM Fingerprints

CSS Classes
wpft-family-treewpft-tree-containerwpft-toolbar-containerwpft-thumbnail-containerwpft-family-tree-containerwpft-family-tree-svgwpft-dragableElement
HTML Comments
Render a list of nodes.Render the tree.Generate javascript tree text...End generate javascript tree text.+10 more
Data Attributes
id="familytree"id="borderBox"id="dragableElement"id="tree-container"id="toolbar-container"id="thumbnail-container"+18 more
JS Globals
tree_txtBOX_LINE_Y_SIZEcanvasbgcolnodeoutlinecolnodefillcolnodefillopacity+20 more
Shortcode Output
[family_list][family_tree]
FAQ

Frequently Asked Questions about WP Family Tree