deepgram-local-dev-loop
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns detected in the skill instructions or code snippets.
- [EXTERNAL_DOWNLOADS]: The skill downloads a sample audio file from Deepgram's official assets domain (
static.deepgram.com). This is a well-known service and the download is used for legitimate testing purposes. - [CREDENTIALS_UNSAFE]: The skill follows security best practices by instructing the user to store credentials in environment files using placeholders (
your-dev-api-key) rather than hardcoding actual secrets. - [COMMAND_EXECUTION]: Uses standard shell commands (
mkdir,touch,npm) for project initialization and development workflows.
Audit Metadata