divide-and-conquer
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes a command-line utility called
taskmdto query task details and update their statuses. - [INDIRECT_PROMPT_INJECTION]: The skill reads task descriptions and acceptance criteria from local files to guide its planning and subagent creation.
- Ingestion points: Data is ingested from the
tasks/directory via theReadtool andtaskmdoutput. - Boundary markers: The instructions do not define delimiters to separate untrusted task content from the agent's core logic.
- Capability inventory: The agent has access to
Bashfor command execution,Write/Editfor file system changes, and theAgenttool to delegate tasks to subagents. - Sanitization: No sanitization or safety checks are performed on the ingested task descriptions before they are processed by the planning logic.
Audit Metadata