voice-memo
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The
lettabot-ttsscript uses standard shell commands (curl,jq,mkdir,mktemp,find) to interact with TTS providers and manage local audio files. These operations are limited to the intended scope of generating and managing temporary audio output. - [EXTERNAL_DOWNLOADS]: The skill makes network requests to
api.elevenlabs.ioandapi.openai.comto perform text-to-speech conversion. These are well-known, trusted service providers. - [CREDENTIALS_UNSAFE]: The script references environment variables (
ELEVENLABS_API_KEY,OPENAI_API_KEY) for authentication. No hardcoded secrets or sensitive credentials were found in the source code.
Audit Metadata