td-task-management
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill instructions and referenced workflows focus exclusively on local task management. No remote connections, external script executions, or hardcoded credentials were found across any of the files.
- [PROMPT_INJECTION]: The skill presents a surface for indirect prompt injection because it instructs the agent to ingest and act upon data stored in task logs and descriptions which may originate from untrusted sources.
- Ingestion points: Data enters the agent's context through commands like
td usage,td context <id>, andtd show <id>as described inSKILL.mdandreferences/ai_agent_workflows.md. - Boundary markers: The instructions do not define delimiters or specify that the output of the
tdtool should be treated as untrusted data. - Capability inventory: The agent is empowered to execute terminal commands (CLI usage) and perform file system operations (e.g., via
td link). - Sanitization: There is no evidence of sanitization or content filtering for the task metadata before it is processed by the agent.
Audit Metadata