tb-delete-task
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a bundled local script
bin/tb-api.mjsusing Node.js. This is a standard execution pattern for project-specific automation tools.- [DATA_EXFILTRATION]: Accesses the local file.teambition.mdto retrieve and update project task information. This file is used for internal state management and does not involve exfiltration of sensitive system credentials.- [PROMPT_INJECTION]: The skill reads task data which could potentially contain malicious instructions. However, the use ofAskUserQuestionand explicit confirmation of task titles before execution ensures that the user maintains control over the agent's actions.
Audit Metadata