elevenlabs-stt
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill provides a standard wrapper for a well-known AI service.
- [EXTERNAL_DOWNLOADS]: The skill makes network requests to
api.elevenlabs.iousingcurlto perform audio transcription. This is a well-known service and the activity is consistent with the skill's stated purpose. - [COMMAND_EXECUTION]: The skill includes a bash script (
scripts/transcribe.sh) to handle API interactions. The script uses secure coding practices, such as array-based argument passing forcurlto prevent command injection, and validates file existence before processing.
Audit Metadata