Skip to main content

agenttodo

Facilitates task management through the AgentTodo REST API, enabling AI agents to create, update, and track tasks efficiently.

Install this skill

or
56/100

Security score

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

Categories Tested

Security Issues

medium line 253

Curl to non-GitHub URL

SourceSKILL.md
253curl -X POST https://agenttodo.vercel.app/api/tasks \
medium line 261

Curl to non-GitHub URL

SourceSKILL.md
261curl "https://agenttodo.vercel.app/api/tasks?status=todo&limit=10" \
medium line 267

Curl to non-GitHub URL

SourceSKILL.md
267curl -X POST https://agenttodo.vercel.app/api/tasks/next \
medium line 275

Curl to non-GitHub URL

SourceSKILL.md
275curl -X POST https://agenttodo.vercel.app/api/tasks/TASK_ID/complete \
medium line 281

Curl to non-GitHub URL

SourceSKILL.md
281curl -X POST https://agenttodo.vercel.app/api/tasks/TASK_ID/log \
medium line 289

Curl to non-GitHub URL

SourceSKILL.md
289curl -X POST https://agenttodo.vercel.app/api/tasks/bulk \
medium line 297

Curl to non-GitHub URL

SourceSKILL.md
297curl -X POST https://agenttodo.vercel.app/api/feedback \
low line 14

External URL reference

SourceSKILL.md
141. Sign up at [agenttodo.vercel.app](https://agenttodo.vercel.app/signin) and create an API key from the dashboard
low line 19

External URL reference

SourceSKILL.md
19**Base URL:** `https://agenttodo.vercel.app/api`
low line 253

External URL reference

SourceSKILL.md
253curl -X POST https://agenttodo.vercel.app/api/tasks \
low line 261

External URL reference

SourceSKILL.md
261curl "https://agenttodo.vercel.app/api/tasks?status=todo&limit=10" \
low line 267

External URL reference

SourceSKILL.md
267curl -X POST https://agenttodo.vercel.app/api/tasks/next \
low line 275

External URL reference

SourceSKILL.md
275curl -X POST https://agenttodo.vercel.app/api/tasks/TASK_ID/complete \
low line 281

External URL reference

SourceSKILL.md
281curl -X POST https://agenttodo.vercel.app/api/tasks/TASK_ID/log \
low line 289

External URL reference

SourceSKILL.md
289curl -X POST https://agenttodo.vercel.app/api/tasks/bulk \
low line 297

External URL reference

SourceSKILL.md
297curl -X POST https://agenttodo.vercel.app/api/feedback \
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →