deepgram-dotnet-speech-to-text
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions to install the official Deepgram .NET SDK using the command
dotnet add package Deepgram. It also mentionsnpx skills add deepgram/skillsfor adding related skill modules, which is a standard procedure for adding functionality from the vendor. - [EXTERNAL_DOWNLOADS]: The skill references a sample audio file hosted on the vendor's domain (
https://dpgr.am/bueller.wav) for demonstration purposes and links to official API documentation atdevelopers.deepgram.com. These references target official vendor infrastructure. - [SAFE]: The skill follows security best practices by instructing users to use environment variables such as
DEEPGRAM_API_KEYfor authentication instead of hardcoding credentials. Local file access viaFile.ReadAllBytesis used as expected for the stated purpose of transcribing local audio files.
Audit Metadata