Skip to main content

deepgram-ci-integration

Automates CI/CD integration for Deepgram, enabling seamless testing and deployment workflows in development pipelines.

Install this skill

or
67/100

Security score

The deepgram-ci-integration skill was audited on Feb 21, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 49

Template literal with variable interpolation in command context

SourceSKILL.md
49```yaml
medium line 162

Template literal with variable interpolation in command context

SourceSKILL.md
162```yaml
medium line 322

Template literal with variable interpolation in command context

SourceSKILL.md
322throw new Error(`API connectivity failed: ${connectError.message}`);
medium line 334

Template literal with variable interpolation in command context

SourceSKILL.md
334throw new Error(`Transcription failed: ${transcribeError.message}`);
medium line 373

Template literal with variable interpolation in command context

SourceSKILL.md
373```yaml
low line 252

Access to .env file

SourceSKILL.md
252const apiKey = process.env.DEEPGRAM_API_KEY;
low line 311

Access to .env file

SourceSKILL.md
311const apiKey = process.env.DEEPGRAM_API_KEY;
low line 270

External URL reference

SourceSKILL.md
270{ url: 'https://static.deepgram.com/examples/nasa-podcast.wav' },
low line 281

External URL reference

SourceSKILL.md
281{ url: 'https://static.deepgram.com/examples/nasa-podcast.wav' },
low line 293

External URL reference

SourceSKILL.md
293{ url: 'https://invalid.example.com/audio.wav' },
low line 329

External URL reference

SourceSKILL.md
329{ url: 'https://static.deepgram.com/examples/nasa-podcast.wav' },
low line 397

External URL reference

SourceSKILL.md
397"https://api.deepgram.com/v1/projects/$DEEPGRAM_PROJECT_ID/keys" \
low line 412

External URL reference

SourceSKILL.md
412- [Deepgram SDK Testing](https://developers.deepgram.com/docs/testing)
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →