watch
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external video data which can include untrusted content such as subtitles, transcripts, and OCR text extracted from frames. This creates a risk where a video could contain embedded instructions designed to manipulate the agent's behavior.
- Ingestion points: The skill processes content from any
yt-dlpsupported URL or local file path via thewatch-skill watchcommand. - Boundary markers: The instructions do not define clear boundaries or 'ignore' directives for the agent when interpreting extracted video data.
- Capability inventory: The skill utilizes the
Bashtool for command execution and theReadtool for accessing local files. - Sanitization: No filtering or validation of the extracted OCR or transcript text is specified before it is provided to the agent context.
- [COMMAND_EXECUTION]: The skill relies on the
Bashtool to perform all operations, including installation and video processing. - Evidence: The skill instructs the agent to run commands such as
watch-skill doctor,pip install watch-skill, andwatch-skill watch. - [EXTERNAL_DOWNLOADS]: The skill downloads external software and dependencies during its setup and operation.
- Evidence: The agent is instructed to install the
watch-skillpackage viapip. Additionally, thewatch-skill doctorcommand is described as auto-bootstrapping binary dependencies likeffmpegandyt-dlp, which are well-known tools for media processing.
Audit Metadata