monitoring-jobs
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates job monitoring through several agcron CLI commands, including listing loaded jobs (agcron jobs list), viewing active processes (agcron ps), checking detailed job information (agcron jobs info), and monitoring live dashboards (agcron watch). These commands are essential for the skill's primary function and are used appropriately within the provided instructions.
- [PROMPT_INJECTION]: The skill includes instructions for reading and interpreting job execution logs, which introduces a potential surface for indirect prompt injection from log data.
- Ingestion points: The agent retrieves logs via
agcron logs show <job-id>as described in the MON-03 and MON-04 sections of SKILL.md. - Boundary markers: The prompt instructions do not specify the use of delimiters or 'ignore' markers when the agent processes the retrieved log text.
- Capability inventory: The skill is capable of executing CLI commands (agcron, tail) to facilitate its monitoring tasks.
- Sanitization: No explicit sanitization or filtering of the log content is required or performed by the skill instructions before the AI interprets the output.
Audit Metadata