dag-parallel-executor
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- Prompt Injection (LOW): The skill is susceptible to indirect prompt injection (Category 8). It processes task schedules from other skills and interpolates that data into agent prompts.
- Ingestion points: The
executeTaskfunction ingestsScheduledTaskobjects from an external schedule. - Boundary markers: No explicit delimiters or boundary markers (like XML tags) are shown in the
buildPromptForNodeusage to isolate untrusted task content from the agent's instructions. - Capability inventory: The skill uses the
Tasktool, which has the power to spawn new agents and execute additional tasks. It also hasWriteandEditpermissions. - Sanitization: There is no evidence of sanitization or validation of the
nodeIdordescriptionfields before they are passed to the sub-agent's prompt or used to determine thesubagent_type.
Audit Metadata