clickup-core-workflow-b
Enables management of ClickUp workspaces, spaces, folders, lists, and views programmatically via API for efficient project organization.
Install this skill
Security score
The clickup-core-workflow-b skill was audited on May 18, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 44 | return clickupRequest(`/team/${teamId}/space`, { |
Template literal with variable interpolation in command context
| 75 | return clickupRequest(`/space/${spaceId}/folder`, { |
Template literal with variable interpolation in command context
| 97 | return clickupRequest(`/folder/${folderId}/list`, { |
Template literal with variable interpolation in command context
| 111 | return clickupRequest(`/space/${spaceId}/list`, { |
Template literal with variable interpolation in command context
| 133 | return clickupRequest(`/list/${listId}/view`, { |
Template literal with variable interpolation in command context
| 169 | await createList(folder.id, `${folder.name} Tasks`); |
Template literal with variable interpolation in command context
| 174 | const lists = await clickupRequest(`/folder/${devFolder.id}/list`); |