clickup-migration-deep-dive
Facilitates migration to ClickUp from various project management tools, ensuring data integrity and proper mapping.
Install this skill
Security score
The clickup-migration-deep-dive skill was audited on May 18, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 98 | const task = await clickupRequest(`/list/${listId}/task`, { |
Template literal with variable interpolation in command context
| 115 | await clickupRequest(`/list/${listId}/task`, { |
Template literal with variable interpolation in command context
| 128 | console.log(`Migrated: ${item.name} -> ${task.id}`); |
Template literal with variable interpolation in command context
| 146 | const data = await clickupRequest(`/team/${teamId}`); |
Template literal with variable interpolation in command context
| 173 | `https://api.clickup.com/api/v2/list/${sourceListId}/task?page=${page}&subtasks=true&include_closed=true`, |
Template literal with variable interpolation in command context
| 182 | console.log(`Fetched ${sourceTasks.length} tasks from source`); |
Template literal with variable interpolation in command context
| 189 | `https://api.clickup.com/api/v2/list/${destListId}/task`, |
Template literal with variable interpolation in command context
| 202 | console.log(`Cloned: ${task.name} -> ${created.id}`); |
Template literal with variable interpolation in command context
| 215 | const tasks = await clickupRequest(`/list/${listId}/task?include_closed=true`); |
External URL reference
| 173 | `https://api.clickup.com/api/v2/list/${sourceListId}/task?page=${page}&subtasks=true&include_closed=true`, |
External URL reference
| 189 | `https://api.clickup.com/api/v2/list/${destListId}/task`, |
External URL reference
| 242 | - [ClickUp Import Guide](https://help.clickup.com/hc/en-us/categories/6301007545623-Import-Export) |