Skip to main content

groq-local-dev-loop

Sets up a fast local development environment for Groq with hot reload and testing capabilities, enhancing development workflows.

Install this skill

or
85/100

Security score

The groq-local-dev-loop skill was audited on May 12, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 50

Access to .env file

SourceSKILL.md
50├── .env.local # Local secrets (git-ignored)
low line 51

Access to .env file

SourceSKILL.md
51├── .env.example # Template for team
low line 83

Access to .env file

SourceSKILL.md
83if (!process.env.GROQ_API_KEY) {
low line 84

Access to .env file

SourceSKILL.md
84throw new Error("GROQ_API_KEY not set. Copy .env.example to .env.local");
low line 87

Access to .env file

SourceSKILL.md
87apiKey: process.env.GROQ_API_KEY,
low line 156

Access to .env file

SourceSKILL.md
156const shouldRun = !!process.env.GROQ_INTEGRATION;
low line 182

Access to .env file

SourceSKILL.md
182# .env.example
medium line 199

Access to .env file

SourceSKILL.md
199| `GROQ_API_KEY not set` | Missing .env.local | Copy from .env.example |
low line 183

External URL reference

SourceSKILL.md
183# Get your key at https://console.groq.com/keys
low line 205

External URL reference

SourceSKILL.md
205- [groq-sdk npm](https://www.npmjs.com/package/groq-sdk)
low line 206

External URL reference

SourceSKILL.md
206- [Vitest Documentation](https://vitest.dev/)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →