twitter-downloader
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script executes the
yt-dlputility using Python'ssubprocessmodule. All commands are constructed as lists (not strings), which is a secure practice that prevents command injection even when handling user-provided URLs. - [EXTERNAL_DOWNLOADS]: The skill relies on the
yt-dlppackage, a widely recognized and legitimate open-source media downloader. The instructions correctly direct the agent to use the standardpippackage manager for this dependency. - [DATA_EXFILTRATION]: No unauthorized network activity or data exfiltration was detected. The network operations performed are limited to the intended functionality of downloading media from provided Twitter/X URLs.
- [CREDENTIALS_UNSAFE]: The skill provides an optional mechanism for users to provide their own cookies for downloading restricted content. It does not store, hardcode, or attempt to steal credentials.
Audit Metadata