deepgram-install-auth
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs legitimate installation and configuration of the Deepgram SDK. All operations are consistent with the stated purpose.
- [EXTERNAL_DOWNLOADS]: Installs the official '@deepgram/sdk' and 'deepgram-sdk' packages from public registries (npm and PyPI). These are standard dependencies for the Deepgram service.
- [COMMAND_EXECUTION]: Uses basic shell commands for installation and environment configuration. The use of 'set -euo pipefail' indicates good scripting practice for error handling.
- [CREDENTIALS_UNSAFE]: The skill correctly uses placeholders ('your-api-key') and encourages the use of environment variables and .env files for secret management, which is a standard security practice.
Audit Metadata