openai-whisper-api
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a bash script (
scripts/transcribe.sh) that utilizescurlfor API interaction. - [SAFE]: The script communicates only with the official OpenAI API (api.openai.com), which is a well-known and trusted service. It uses environment variables for credentials and correctly quotes all variables to prevent shell injection.
Audit Metadata