deepgram-java-audio-intelligence
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard instructional content and code snippets for integrating Deepgram's audio intelligence features into Java applications.
- [EXTERNAL_DOWNLOADS]: References official documentation and API definitions from the vendor's domains (deepgram.com). It also suggests installing additional product skills from the vendor's official GitHub repository using
npx skills add deepgram/skills. - [CREDENTIALS_UNSAFE]: The provided Java examples correctly use environment variables (
System.getenv("DEEPGRAM_API_KEY")) for authentication, which is a recommended security practice to avoid hardcoding sensitive secrets.
Audit Metadata