cron
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for using the
copawCLI tool to manage recurring tasks. This includes commands to list, get, create, and delete cron jobs, which are forms of persistence. This behavior is the primary intended function of the skill. - [PROMPT_INJECTION]: The skill contains a surface for indirect prompt injection. When creating an 'agent' type task, the content provided in the
--textparameter is stored and later interpreted as a prompt for the AI agent. - Ingestion points: The
--textparameter in thecopaw cron createcommand inSKILL.md. - Boundary markers: Absent; there are no delimiters or warnings to ignore embedded instructions in the scheduled text.
- Capability inventory: The agent has the capability to execute commands via the
copawCLI tool as described inSKILL.md. - Sanitization: Absent; the skill does not specify any validation or filtering for the text content before it is scheduled.
Audit Metadata