dag-task-scheduler
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill processes external DAG data and node configurations (e.g., priority, deadlines) which are used to determine scheduling logic. If these inputs are sourced from untrusted or attacker-controlled files, they could potentially influence the agent's behavior.
- Ingestion points: The skill uses
ReadandGlobtools to ingest DAG structure and node configurations (node.config). - Boundary markers: No explicit delimiters or instructions to ignore embedded commands in the DAG data are present.
- Capability inventory: The skill possesses
WriteandEditpermissions, allowing it to modify files based on its scheduling logic. - Sanitization: No evidence of sanitization or validation of the input data fields (like
nodeIdorpriority) before use in logic or potential interpolation into other prompts.
Audit Metadata