deepgram-rust-text-to-speech
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill demonstrates secure credential handling by retrieving the API key from an environment variable (
DEEPGRAM_API_KEY) usingstd::env::var, which prevents hardcoding sensitive secrets in the source code.- [SAFE]: All external documentation and API references link to official Deepgram domains (developers.deepgram.com), which are trusted and well-known services.- [SAFE]: The remote skill addition command (npx skills add deepgram/skills) references an official resource from the vendor 'deepgram', aligning with expected product functionality.- [SAFE]: While the skill involves processing text input for speech synthesis, this is the core intended purpose of the text-to-speech tool and does not represent an unusual or elevated security risk.
Audit Metadata