highlight-planner
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/plan_highlight.pyexecutes theyt-dlpcommand-line utility to retrieve video metadata. This is a functional requirement for estimating highlight file sizes. The command is invoked using a structured list of arguments withinsubprocess.run, which is a secure implementation that prevents shell injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The skill performs network requests to external video hosting platforms via
yt-dlpto fetch duration and file size information. This activity is transparently described and is used solely to provide metadata estimates to the user.
Audit Metadata