speech
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes the official 'openai' Python package to connect to OpenAI's speech synthesis services, ensuring a trusted communication channel.
- [SAFE]: Secrets such as 'OPENAI_API_KEY' are handled exclusively through environment variables, with explicit instructions to prevent users from exposing credentials in the chat interface.
- [SAFE]: The bundled CLI tool in 'scripts/text_to_speech.py' includes comprehensive input length validation, rate limiting, and reliable error handling with retries for transient failures.
- [SAFE]: Filesystem operations are scoped to project-specific temporary and output directories, and the script prevents potential path traversal in batch operations by enforcing filename-only output paths for absolute references.
- [SAFE]: No instances of prompt injection, code obfuscation, or unauthorized network activity were detected during the analysis of the skill's instructions and scripts.
Audit Metadata