deepgram-ci-integration
Automates CI/CD integration for Deepgram, enabling seamless testing and deployment workflows in development pipelines.
Install this skill
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
Template literal with variable interpolation in command context
| 49 | ```yaml |
Template literal with variable interpolation in command context
| 162 | ```yaml |
Template literal with variable interpolation in command context
| 322 | throw new Error(`API connectivity failed: ${connectError.message}`); |
Template literal with variable interpolation in command context
| 334 | throw new Error(`Transcription failed: ${transcribeError.message}`); |
Template literal with variable interpolation in command context
| 373 | ```yaml |
Access to .env file
| 252 | const apiKey = process.env.DEEPGRAM_API_KEY; |
Access to .env file
| 311 | const apiKey = process.env.DEEPGRAM_API_KEY; |
External URL reference
| 270 | { url: 'https://static.deepgram.com/examples/nasa-podcast.wav' }, |
External URL reference
| 281 | { url: 'https://static.deepgram.com/examples/nasa-podcast.wav' }, |
External URL reference
| 293 | { url: 'https://invalid.example.com/audio.wav' }, |
External URL reference
| 329 | { url: 'https://static.deepgram.com/examples/nasa-podcast.wav' }, |
External URL reference
| 397 | "https://api.deepgram.com/v1/projects/$DEEPGRAM_PROJECT_ID/keys" \ |
External URL reference
| 412 | - [Deepgram SDK Testing](https://developers.deepgram.com/docs/testing) |