recovering-from-errors
Pass
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use local CLI tools such as
watch-skill doctor,watch-skill setup-vision, andwatch-skill listto perform environment diagnostics and remediation. - [INDIRECT_PROMPT_INJECTION]: The skill ingests potentially untrusted data from tool outputs (
watch-skill doctor --json) to determine recovery steps. While the instructions emphasize following structured fixes, this remains an ingestion point for external data into the agent's context. * Ingestion points: Output from thewatch-skill doctor --jsoncommand in SKILL.md. * Boundary markers: None explicitly defined; the agent processes JSON structures. * Capability inventory: The agent has access to theBashtool to execute arbitrary commands as part of the recovery process across all scripts. * Sanitization: Instructions require the agent to apply only the fixes stated in the tool output, relying on the tool's internal logic.
Audit Metadata