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 mentions npx skills add deepgram/skills for 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 at developers.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_KEY for authentication instead of hardcoding credentials. Local file access via File.ReadAllBytes is used as expected for the stated purpose of transcribing local audio files.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 3, 2026, 09:56 AM
Security Audit — agent-trust-hub — deepgram-dotnet-speech-to-text