schedule-task
Warn
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions and tools for creating and running arbitrary Bash and Python scripts on the host system. The
schedule_runtool allows the agent to execute code defined in thescripts/directory of a task. - [DATA_EXFILTRATION]: The system allows tasks to be configured with Slack permissions (
slack_post_message,slack_upload_file). This creates a path for data residing on the local system or workspace to be transmitted to external Slack channels. - [PROMPT_INJECTION]: The skill relies on natural language instructions stored in
TASK.mdfiles to guide the agent's behavior during execution. This introduces an indirect prompt injection surface where a maliciousTASK.mdcould override intended behavior. - Ingestion points: The agent reads instructions from
{task-dir}/TASK.mdand configuration fromschedule.yaml. - Boundary markers: No specific delimiters are required to separate task instructions from system safety guidelines.
- Capability inventory: The skill allows file system writes, shell command execution via Bash/Python, and network communication via Slack tools.
- Sanitization: There is no mention of sanitizing or validating the content of the
TASK.mdor scripts before execution.
Audit Metadata