download-anything
Fail
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: HIGHCOMMAND_EXECUTIONCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [PRIVILEGE_ESCALATION]: The
scripts/install-toolkit.shscript usessudoto install system packages likearia2,wget,ffmpeg, andjqon Linux distributions, granting the script elevated administrative access during installation. - [CREDENTIALS_UNSAFE]: The
scripts/dl-video.shscript invokesyt-dlpwith the--cookies-from-browserflag, which attempts to read and extract authentication tokens and session cookies from local browser profiles (Chrome, Firefox, Edge). This is used to bypass site-specific restrictions but involves accessing highly sensitive private data. - [EXTERNAL_DOWNLOADS]: The skill installs numerous third-party utilities from public package registries, including
pip,npm, andbrew. This involves downloading and executing code from external sources maintained by various third-party developers. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user-supplied data, such as URLs and search queries, which are passed to external tools that parse metadata from third-party websites. This creates a surface where malicious content on those sites could potentially influence the agent's behavior.
- [COMMAND_EXECUTION]: The skill relies on several bash scripts to automate complex command-line workflows involving media extraction, network requests, and system-level operations.
Recommendations
- AI detected serious security threats
Audit Metadata