zettaranc-perspective
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/batch_download_bilibili.pyutilizessubprocess.runto invoke theyt-dlpcommand-line tool for downloading media files from Bilibili as part of its corpus building process. - [COMMAND_EXECUTION]: Instructions within
SKILL.mddirect the agent to execute shell commands viapython -cto verify and update configuration settings in the local.envfile during the initial setup. - [EXTERNAL_DOWNLOADS]: The skill is configured to fetch financial market data from the Tushare API and download video/audio content from Bilibili for transcription purposes.
- [EXTERNAL_DOWNLOADS]: The audio transcription module in
scripts/batch_transcribe.pyinitiates a download of thefaster-whisperAI model from an external repository upon its first use. - [SAFE]: The skill implements a secure credential handling mechanism by instructing users to manually enter their API tokens into a local
.envfile, which is correctly excluded from version control via.gitignoreto prevent accidental exposure.
Audit Metadata