speech
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the
openaiPython library from PyPI for API interaction. - [COMMAND_EXECUTION]: Operates by running a local script (
scripts/text_to_speech.py) to manage audio generation tasks. - [DATA_EXFILTRATION]: Transmits user-provided text to the OpenAI API for audio synthesis, which is the core functionality of the skill.
- [CREDENTIALS_UNSAFE]: Uses the
OPENAI_API_KEYenvironment variable for authentication, with documentation providing safety guidelines to prevent key exposure.
Audit Metadata