deepgram-security-basics
Implements security best practices for Deepgram API integration, focusing on key management and data protection.
Install this skill
or
70/100
Security score
The deepgram-security-basics skill was audited on Feb 21, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 105
Template literal with variable interpolation in command context
SourceSKILL.md
| 105 | const secretName = `projects/${projectId}/secrets/deepgram-api-key/versions/latest`; |
medium line 139
Template literal with variable interpolation in command context
SourceSKILL.md
| 139 | comment: `Rotated key - ${new Date().toISOString()}`, |
medium line 145
Template literal with variable interpolation in command context
SourceSKILL.md
| 145 | if (createError) throw new Error(`Failed to create key: ${createError.message}`); |
medium line 168
Template literal with variable interpolation in command context
SourceSKILL.md
| 168 | console.log(`Old key ${oldKey.key_id} scheduled for deletion`); |
low line 52
Access to .env file
SourceSKILL.md
| 52 | # .env.example (commit this) |
low line 55
Access to .env file
SourceSKILL.md
| 55 | # .env (NEVER commit this) |
low line 59
Access to .env file
SourceSKILL.md
| 59 | .env |
low line 60
Access to .env file
SourceSKILL.md
| 60 | .env.local |
low line 61
Access to .env file
SourceSKILL.md
| 61 | .env.*.local |
low line 104
Access to .env file
SourceSKILL.md
| 104 | const projectId = process.env.GCP_PROJECT_ID; |
low line 414
External URL reference
SourceSKILL.md
| 414 | - [Deepgram Security Overview](https://deepgram.com/security) |
low line 415
External URL reference
SourceSKILL.md
| 415 | - [API Key Management](https://developers.deepgram.com/docs/api-key-management) |
low line 416
External URL reference
SourceSKILL.md
| 416 | - [HIPAA Compliance](https://deepgram.com/hipaa) |
low line 417
External URL reference
SourceSKILL.md
| 417 | - [SOC 2 Compliance](https://deepgram.com/soc2) |
Scanned on Feb 21, 2026
View Security DashboardGitHub Stars 508
Rate this skill
Categorydevelopment
UpdatedMay 13, 2026
Dicklesworthstone/pi_agent_rust