To Do List Security & Risk Analysis

wordpress.org/plugins/to-do-list

Finally, a simple way to keep track of important tasks and activities! Every registered user can maintain an individual to-do list using the built-in …

30 active installs v2.0 PHP + WP 2.7+ Updated May 22, 2012
adminlisttasksto-do
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is To Do List Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The "to-do-list" plugin v2.0 exhibits a mixed security posture. From a static analysis perspective, it demonstrates excellent practices by having no identified attack surface points like AJAX handlers, REST API routes, or shortcodes that are unprotected. Furthermore, the absence of dangerous functions, file operations, and external HTTP requests is commendable. The consistent use of prepared statements for SQL queries indicates a strong defense against common SQL injection vulnerabilities.

However, a significant concern arises from the complete lack of output escaping. This means that any data outputted by the plugin is not being properly sanitized, creating a high risk for Cross-Site Scripting (XSS) vulnerabilities. The absence of nonce checks and capability checks on any potential entry points (even though none were found) is also a weakness, as it leaves room for potential privilege escalation or unauthorized actions should any entry points be introduced or overlooked in future development. The plugin's vulnerability history is clean, with no recorded CVEs, which is positive but should not overshadow the critical flaw identified in the code analysis.

In conclusion, while the plugin avoids many common pitfalls by minimizing its attack surface and using secure SQL practices, the unescaped output presents a severe and immediate risk. The lack of security checks on potential entry points is a structural weakness. Users should be aware of the XSS risk, and developers should prioritize implementing proper output escaping and robust authorization checks.

Key Concerns

  • No output escaping
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

To Do List Security Vulnerabilities

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

To Do List Code Analysis

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

Output Escaping

0% escaped8 total outputs
Attack Surface

To Do List Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionadmin_initto-do-list.php:48
actionwp_dashboard_setupto-do-list.php:49
actionshow_user_profileto-do-list.php:69
actionedit_user_profileto-do-list.php:70
actionpersonal_options_updateto-do-list.php:71
actionedit_user_profile_updateto-do-list.php:72
Maintenance & Trust

To Do List Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedMay 22, 2012
PHP min version
Downloads12K

Community Trust

Rating100/100
Number of ratings2
Active installs30
Developer Profile

To Do List Developer Profile

gwycon

2 plugins · 630 total installs

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

How We Detect To Do List

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/to-do-list/images/facebook.png/wp-content/plugins/to-do-list/images/twitter.png

HTML / DOM Fingerprints

CSS Classes
user-todolist-container
Data Attributes
id="to-do-list-profile"name="pctdl_user_todolist_content"id="pctdl_user_todolist_content"
JS Globals
window.location.href
FAQ

Frequently Asked Questions about To Do List