deepgram-debug-bundle
Facilitates the collection of Deepgram debug information for effective troubleshooting and support ticket preparation.
Install this skill
or
88/100
Security score
The deepgram-debug-bundle skill was audited on Feb 25, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 170
Template literal with variable interpolation in command context
SourceSKILL.md
| 170 | console.log(`Debug logs exported to ${filePath}`); |
low line 218
Access to .env file
SourceSKILL.md
| 218 | const client = createClient(process.env.DEEPGRAM_API_KEY!); |
low line 68
External URL reference
SourceSKILL.md
| 68 | -X GET 'https://api.deepgram.com/v1/projects' \ |
low line 75
External URL reference
SourceSKILL.md
| 75 | -X GET 'https://api.deepgram.com/v1/listen' \ |
low line 223
External URL reference
SourceSKILL.md
| 223 | { url: 'https://static.deepgram.com/examples/nasa-podcast.wav' }, |
low line 336
External URL reference
SourceSKILL.md
| 336 | - [Deepgram Support Portal](https://developers.deepgram.com/support) |
low line 337
External URL reference
SourceSKILL.md
| 337 | - [Deepgram Community Discord](https://discord.gg/deepgram) |
low line 338
External URL reference
SourceSKILL.md
| 338 | - [Deepgram Status Page](https://status.deepgram.com) |
Scanned on Feb 25, 2026
View Security Dashboard