youtube-uploader
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOWEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- External Downloads (LOW): The
setup.shscript andrequirements.txtfile initiate the download ofgoogle-auth-oauthlibandgoogle-api-python-clientfrom PyPI. These are verified official libraries from a trusted organization (Google). - Command Execution (LOW): The
setup.shscript executespip3 installto manage dependencies andpython3 --versionfor environment verification. This is standard setup behavior and does not involve arbitrary command execution from untrusted inputs.
Audit Metadata