deepgram-python-text-to-speech
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: No malicious patterns or attempts to override agent instructions were detected. The content is strictly documentation and code examples for the Deepgram Python SDK.
- [DATA_EXFILTRATION]: No sensitive data exposure or exfiltration risks identified. The skill correctly demonstrates best practices for credential management by using
python-dotenvto load secrets from environment variables instead of hardcoding them. - [EXTERNAL_DOWNLOADS]: References and documentation links point exclusively to official Deepgram domains (
deepgram.com) and its public GitHub organization. These are trusted vendor sources for this skill. - [REMOTE_CODE_EXECUTION]: No remote code execution vulnerabilities or unverified dependencies were found. The skill uses standard SDK implementation patterns for REST and WebSocket communication.
- [COMMAND_EXECUTION]: The skill does not contain any arbitrary or dangerous shell command execution. The example file system operations (writing audio output to a raw file) are consistent with the documented purpose of audio synthesis.
Audit Metadata