universal-media-downloader
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/download_media.pyusessubprocess.runto executeyt-dlp. The command is constructed using a list of arguments, which is a secure practice that prevents shell injection. This execution is central to the skill's primary function of downloading media. - [EXTERNAL_DOWNLOADS]: The skill performs network requests using the
requestslibrary inscripts/download_douyin_note.pyand viayt-dlpinscripts/download_media.py. These operations are used to fetch media metadata and content from legitimate video and podcast platforms as described in the skill's purpose. - [DATA_EXFILTRATION]: No evidence of data exfiltration was found. Network operations are strictly limited to the domains required for media discovery and download. No sensitive local files are accessed or transmitted.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdare focused on functional guidance and do not contain patterns typical of prompt injection or safety bypass attempts. The skill explicitly includes a 'compliance hint' advising users to only download content they have the right to save.
Audit Metadata