Skip to main content

deepgram-local-dev-loop

Facilitates the setup of a local development workflow for Deepgram integration, enabling efficient testing and rapid iteration.

Install this skill

or
84/100

Security score

The deepgram-local-dev-loop skill was audited on May 12, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 59

Access to .env file

SourceSKILL.md
59# .env.development
low line 63

Access to .env file

SourceSKILL.md
63# .env.test (use a separate test key with low limits)
low line 212

Access to .env file

SourceSKILL.md
212const client = createClient(process.env.DEEPGRAM_API_KEY!);
medium line 244

Access to .env file

SourceSKILL.md
244| `DEEPGRAM_API_KEY` undefined in test | `.env.test` not loaded | Configure Vitest `env` or use `dotenv/config` |
low line 50

External URL reference

SourceSKILL.md
50https://static.deepgram.com/examples/nasa-podcast.wav
low line 53

External URL reference

SourceSKILL.md
53https://static.deepgram.com/examples/Bueller-Life-moves-702702706.wav
low line 178

External URL reference

SourceSKILL.md
178{ url: 'https://example.com/audio.wav' },
low line 192

External URL reference

SourceSKILL.md
192{ url: 'https://example.com/audio.wav' },
low line 216

External URL reference

SourceSKILL.md
216{ url: 'https://static.deepgram.com/examples/Bueller-Life-moves-702702706.wav' },
low line 249

External URL reference

SourceSKILL.md
249- [Vitest Documentation](https://vitest.dev/)
low line 250

External URL reference

SourceSKILL.md
250- [Deepgram Sample Audio](https://static.deepgram.com/examples/)
low line 251

External URL reference

SourceSKILL.md
251- [SDK Testing Guide](https://developers.deepgram.com/docs/testing)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →