sherpa-onnx-tts
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads pre-compiled runtime binaries and voice models from the official k2-fsa/sherpa-onnx repository on GitHub during its installation process.
- [COMMAND_EXECUTION]: The wrapper script uses
child_process.spawnSyncto execute the downloadedsherpa-onnx-offline-ttsbinary. This execution is used solely to generate audio files from provided text. - [DYNAMIC_EXECUTION]: The skill script dynamically modifies environment variables, specifically
LD_LIBRARY_PATH,DYLD_LIBRARY_PATH, andPATH, to correctly link and load the shared libraries required by the local TTS engine.
Audit Metadata