Depict Security & Risk Analysis

wordpress.org/plugins/depict

Adds several new fields to User Profile which can be displayed on a custom widget or page.

0 active installs v1.4 PHP + WP 3.8+ Updated May 4, 2019
authorauthor-linkauthor-profileprofileusers
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Depict Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The "depict" plugin v1.4 demonstrates a generally good security posture, with several positive indicators. The complete absence of dangerous functions, file operations, and external HTTP requests is a significant strength. Furthermore, all SQL queries are properly prepared, and the vast majority of output is correctly escaped, reducing the risk of common injection and cross-site scripting vulnerabilities. The plugin also has a limited attack surface with only two shortcodes as entry points, and importantly, no unprotected AJAX handlers or REST API routes.

However, the taint analysis reveals two flows with unsanitized paths, which, despite not being classified as critical or high severity in this report, warrant attention. These flows represent potential avenues for unexpected behavior or information leakage if they interact with user-supplied input without proper sanitization. The lack of nonce checks and capability checks on any entry points is a notable concern. While the attack surface is small and there are no exposed AJAX/REST endpoints, this absence of protective measures means that if a shortcode were to be exploited, there are no built-in safeguards to prevent unauthorized execution.

The plugin's vulnerability history is clean, with no recorded CVEs. This suggests a history of secure development and maintenance. In conclusion, while "depict" v1.4 benefits from strong practices in SQL and output handling and a small attack surface, the presence of unsanitized paths and the complete absence of nonce and capability checks on its shortcodes are weaknesses that should be addressed to further harden its security.

Key Concerns

  • Flows with unsanitized paths (2)
  • No nonce checks
  • No capability checks
  • Output escaping is not 100%
Vulnerabilities
None known

Depict Security Vulnerabilities

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

Depict Code Analysis

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

SQL Query Safety

100% prepared2 total queries

Output Escaping

89% escaped191 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
render_depict_admin_page_ui (inc\depict-admin.php:103)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Depict Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[depict-show-author-page] inc\depict-views.php:248
[depict-show-author-page] uninstall.php:35
WordPress Hooks 9
actionwp_enqueue_scriptsdepict.php:47
actioninitdepict.php:60
actionadmin_menuinc\depict-admin.php:30
actionshow_user_profileinc\depict-views.php:42
actionedit_user_profileinc\depict-views.php:43
actionpersonal_options_updateinc\depict-views.php:80
actionedit_user_profile_updateinc\depict-views.php:81
filteruser_contactmethodsinc\depict-views.php:106
actionwidgets_initinc\Depict_Widget.php:249
Maintenance & Trust

Depict Maintenance & Trust

Maintenance Signals

WordPress version tested5.1.22
Last updatedMay 4, 2019
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Depict Developer Profile

tradesouthwest

17 plugins · 2K total installs

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

How We Detect Depict

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/depict/assets/depict-admin-style.css

HTML / DOM Fingerprints

CSS Classes
depict-hiddendepict-group-itemdepict-noellipdepict-pagedepict-gravatardepict_fullwidthdepict-group
Data Attributes
name="gender"id="gender"
Shortcode Output
<select name="gender" id="gender" >
FAQ

Frequently Asked Questions about Depict