taskwarrior
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious instructions, obfuscation, or dangerous execution patterns were detected in the skill's code or documentation.- [INDIRECT_PROMPT_INJECTION]: The skill processes user-generated task data (descriptions and annotations) which acts as an ingestion point for external content. While there are no explicit delimiters to prevent the LLM from interpreting instructions inside task data, the operations are limited to the Taskwarrior CLI scope.
- Ingestion points: Task descriptions retrieved via
task list,task info, and other reporting commands inSKILL.md. - Boundary markers: Absent; instructions do not explicitly tell the agent to ignore instructions within task data.
- Capability inventory: The skill uses the
Bashtool to executetaskcommands as seen inSKILL.md. - Sanitization: No specific sanitization or escaping of task content is implemented.
Audit Metadata