agent-self-scheduling
Warn
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for the agent to establish persistence on the host system using
cronjobs,systemdtimers, and infinite shell loops (while true). This allows the agent to maintain execution capabilities across sessions and reboots. - Evidence: Examples such as
*/10 * * * * cd /path/to/project && pi runandwhile true; do pi run "check X"; sleep 30; donedemonstrate persistent execution patterns. - [PROMPT_INJECTION]: The skill explicitly directs the agent to use command-line flags to bypass interactive authorization prompts, which disables the user's ability to review or block actions during automated runs.
- Evidence: Instructions to use
--allowedToolsfor Claude orsandbox/auto-approveflags for Codex to ensure runs do not 'block on a prompt'. - [PROMPT_INJECTION]: The skill creates an attack surface for indirect prompt injection by instructing agents to process external task lists and pipe outputs from one scheduled job into the next without sanitization.
- Evidence: The 'Heartbeat pattern' describes reading a task list to decide actions, and 'Hermes' chaining pipes output into the next session via
context_fromwithout explicit boundary markers.
Audit Metadata