Skip to main content

todozi

Integrates with Todozi's Eisenhower matrix API to manage tasks, goals, and notes efficiently using LangChain tools.

Install this skill

or
78/100

Security score

The todozi skill was audited on Feb 9, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: "Todozi Eisenhower matrix API client + LangChain tools. Create matrices, tasks, goals, notes; list/search/update; bulk operations; webhooks. Categories: do, done, dream, delegate, defer,
medium line 139

Webhook reference - potential data exfiltration

SourceSKILL.md
139### Webhooks
low line 142

Webhook reference - potential data exfiltration

SourceSKILL.md
142# Create webhook
low line 143

Webhook reference - potential data exfiltration

SourceSKILL.md
143webhook = await client.create_webhook(
low line 148

Webhook reference - potential data exfiltration

SourceSKILL.md
148# List webhooks
low line 149

Webhook reference - potential data exfiltration

SourceSKILL.md
149webhooks = await client.list_webhooks()
low line 151

Webhook reference - potential data exfiltration

SourceSKILL.md
151# Update webhook
low line 152

Webhook reference - potential data exfiltration

SourceSKILL.md
152await client.update_webhook(webhook_id, url, ["*"])
low line 154

Webhook reference - potential data exfiltration

SourceSKILL.md
154# Delete webhook
low line 155

Webhook reference - potential data exfiltration

SourceSKILL.md
155await client.delete_webhook(webhook_id)
low line 171

Webhook reference - potential data exfiltration

SourceSKILL.md
171keys = await client.register(webhook="https://url.com")
low line 39

External URL reference

SourceSKILL.md
39export TODOZI_BASE=https://todozi.com/api # optional, default provided
low line 144

External URL reference

SourceSKILL.md
144url="https://yoururl.com/todozi",
low line 171

External URL reference

SourceSKILL.md
171keys = await client.register(webhook="https://url.com")
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →