todozi
Integrates with Todozi's Eisenhower matrix API to manage tasks, goals, and notes efficiently using LangChain tools.
Install this skill
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
Webhook reference - potential data exfiltration
| 3 | description: "Todozi Eisenhower matrix API client + LangChain tools. Create matrices, tasks, goals, notes; list/search/update; bulk operations; webhooks. Categories: do, done, dream, delegate, defer, |
Webhook reference - potential data exfiltration
| 139 | ### Webhooks |
Webhook reference - potential data exfiltration
| 142 | # Create webhook |
Webhook reference - potential data exfiltration
| 143 | webhook = await client.create_webhook( |
Webhook reference - potential data exfiltration
| 148 | # List webhooks |
Webhook reference - potential data exfiltration
| 149 | webhooks = await client.list_webhooks() |
Webhook reference - potential data exfiltration
| 151 | # Update webhook |
Webhook reference - potential data exfiltration
| 152 | await client.update_webhook(webhook_id, url, ["*"]) |
Webhook reference - potential data exfiltration
| 154 | # Delete webhook |
Webhook reference - potential data exfiltration
| 155 | await client.delete_webhook(webhook_id) |
Webhook reference - potential data exfiltration
| 171 | keys = await client.register(webhook="https://url.com") |
External URL reference
| 39 | export TODOZI_BASE=https://todozi.com/api # optional, default provided |
External URL reference
| 144 | url="https://yoururl.com/todozi", |
External URL reference
| 171 | keys = await client.register(webhook="https://url.com") |