deepgram-common-errors
Diagnoses and resolves common Deepgram API errors, enhancing troubleshooting for transcription and integration issues.
Install this skill
or
67/100
Security score
The deepgram-common-errors skill was audited on Feb 25, 2026 and we found 13 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 131
Template literal with variable interpolation in command context
SourceSKILL.md
| 131 | `ffmpeg -i ${inputPath} -f segment -segment_time ${chunkDuration} ` + |
medium line 132
Template literal with variable interpolation in command context
SourceSKILL.md
| 132 | `-c copy ${outputPattern}` |
medium line 207
Template literal with variable interpolation in command context
SourceSKILL.md
| 207 | Authorization: `Token ${process.env.DEEPGRAM_API_KEY}`, |
low line 122
Node child_process module reference
SourceSKILL.md
| 122 | import { exec } from 'child_process'; |
medium line 23
Curl to non-GitHub URL
SourceSKILL.md
| 23 | curl -X POST 'https://api.deepgram.com/v1/listen?model=nova-2' \ |
medium line 49
Curl to non-GitHub URL
SourceSKILL.md
| 49 | # Test with curl |
low line 207
Access to .env file
SourceSKILL.md
| 207 | Authorization: `Token ${process.env.DEEPGRAM_API_KEY}`, |
low line 269
Access to .env file
SourceSKILL.md
| 269 | const client = createClient(process.env.DEEPGRAM_API_KEY!); |
low line 23
External URL reference
SourceSKILL.md
| 23 | curl -X POST 'https://api.deepgram.com/v1/listen?model=nova-2' \ |
low line 50
External URL reference
SourceSKILL.md
| 50 | curl -X GET 'https://api.deepgram.com/v1/projects' \ |
low line 310
External URL reference
SourceSKILL.md
| 310 | - [Deepgram Error Codes](https://developers.deepgram.com/docs/error-handling) |
low line 311
External URL reference
SourceSKILL.md
| 311 | - [Deepgram Status Page](https://status.deepgram.com) |
low line 312
External URL reference
SourceSKILL.md
| 312 | - [Deepgram Support](https://developers.deepgram.com/support) |
Scanned on Feb 25, 2026
View Security Dashboard