deepgram-rust-voice-agent
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill mentions installing additional official skills using
npx skills add deepgram/skills. This refers to the official vendor repository for Deepgram skills. - [COMMAND_EXECUTION]: Provides a Rust code example that initiates a WebSocket connection to
agent.deepgram.com. This is the intended functionality for building a voice agent. - [CREDENTIALS_SAFE]: The provided code example demonstrates secure practices by retrieving the API key from an environment variable (
DEEPGRAM_API_KEY) rather than hardcoding credentials.
Audit Metadata