pdf-to-tts-zh
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses several system commands including
pdftoppm,ffmpeg,ffprobe, andedge-ttsto process files. These are standard tools for the task described. - [EXTERNAL_DOWNLOADS]: The skill instructs the user to install dependencies using standard package managers:
brew install poppler,pip install edge-tts, andbrew install ffmpeg. These are well-known, legitimate tools and repositories. - [COMMAND_EXECUTION]: The
scripts/build.shscript automates file management and execution of the aforementioned tools. It usesset -euo pipefailfor safer execution and includes basic argument validation.
Audit Metadata