schedule
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
exectool to run a CLI utility namedbetaclaw. User-provided inputs including{GROUP_ID},{delay},{message}, and{TASK_ID}are interpolated directly into shell commands. If these inputs are not properly sanitized or quoted by the platform, it could allow for arbitrary command execution. - [INDIRECT_PROMPT_INJECTION]: The skill enables users to schedule content that will be processed by the agent at a later time, creating an attack surface where malicious instructions could be embedded in the scheduled message.
- Ingestion points: The
{message}parameter within thebetaclaw schedule oncecommand inSKILL.md. - Boundary markers: Absent. The message is passed as a string without explicit delimiters or instructions for the agent to ignore embedded commands upon retrieval.
- Capability inventory: The skill has access to the
exectool for shell command execution. - Sanitization: None detected. The skill does not define validation or escaping for the user-supplied message content.
Audit Metadata