Skip to main content

groq

Enables ultra-fast LLM inference using Groq's LPU, compatible with OpenAI APIs for low-latency chat completions and audio transcription.

Install this skill

or
60/100

Security score

The groq skill was audited on May 16, 2026 and we found 16 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 57

Curl to non-GitHub URL

SourceSKILL.md
57curl -s "https://api.groq.com/openai/v1/chat/completions" --header "Content-Type: application/json" --header "Authorization: Bearer $GROQ_TOKEN" -d @/tmp/groq_request.json | jq '.choices[0].message.co
medium line 85

Curl to non-GitHub URL

SourceSKILL.md
85curl -s "https://api.groq.com/openai/v1/chat/completions" --header "Content-Type: application/json" --header "Authorization: Bearer $GROQ_TOKEN" -d @/tmp/groq_request.json | jq '.choices[0].message.co
medium line 105

Curl to non-GitHub URL

SourceSKILL.md
105curl -s "https://api.groq.com/openai/v1/chat/completions" --header "Content-Type: application/json" --header "Authorization: Bearer $GROQ_TOKEN" -d @/tmp/groq_request.json
medium line 115

Curl to non-GitHub URL

SourceSKILL.md
115curl -s "https://api.groq.com/openai/v1/audio/transcriptions" --header "Authorization: Bearer $GROQ_TOKEN" -F "[email protected]" -F "model=whisper-large-v3" | jq '.text'
medium line 127

Curl to non-GitHub URL

SourceSKILL.md
127curl -s "https://api.groq.com/openai/v1/models" --header "Authorization: Bearer $GROQ_TOKEN" | jq -r '.data[].id' | sort
medium line 146

Curl to non-GitHub URL

SourceSKILL.md
146curl -s "https://api.groq.com/openai/v1/chat/completions" --header "Content-Type: application/json" --header "Authorization: Bearer $GROQ_TOKEN" -d @/tmp/groq_request.json | jq '.usage'
low line 13

External URL reference

SourceSKILL.md
13> Official docs: `https://console.groq.com/docs/overview`
low line 31

External URL reference

SourceSKILL.md
31Connect the **Groq** connector at [app.vm0.ai/connectors](https://app.vm0.ai/connectors).
low line 33

External URL reference

SourceSKILL.md
33> **Troubleshooting:** If requests fail, run `zero doctor check-connector --env-name GROQ_TOKEN` or `zero doctor check-connector --url https://api.groq.com/openai/v1/models --method GET`
low line 41

External URL reference

SourceSKILL.md
41Base URL: `https://api.groq.com/openai/v1`
low line 57

External URL reference

SourceSKILL.md
57curl -s "https://api.groq.com/openai/v1/chat/completions" --header "Content-Type: application/json" --header "Authorization: Bearer $GROQ_TOKEN" -d @/tmp/groq_request.json | jq '.choices[0].message.co
low line 85

External URL reference

SourceSKILL.md
85curl -s "https://api.groq.com/openai/v1/chat/completions" --header "Content-Type: application/json" --header "Authorization: Bearer $GROQ_TOKEN" -d @/tmp/groq_request.json | jq '.choices[0].message.co
low line 105

External URL reference

SourceSKILL.md
105curl -s "https://api.groq.com/openai/v1/chat/completions" --header "Content-Type: application/json" --header "Authorization: Bearer $GROQ_TOKEN" -d @/tmp/groq_request.json
low line 115

External URL reference

SourceSKILL.md
115curl -s "https://api.groq.com/openai/v1/audio/transcriptions" --header "Authorization: Bearer $GROQ_TOKEN" -F "[email protected]" -F "model=whisper-large-v3" | jq '.text'
low line 127

External URL reference

SourceSKILL.md
127curl -s "https://api.groq.com/openai/v1/models" --header "Authorization: Bearer $GROQ_TOKEN" | jq -r '.data[].id' | sort
low line 146

External URL reference

SourceSKILL.md
146curl -s "https://api.groq.com/openai/v1/chat/completions" --header "Content-Type: application/json" --header "Authorization: Bearer $GROQ_TOKEN" -d @/tmp/groq_request.json | jq '.usage'
Scanned on May 16, 2026
View Security Dashboard
Installation guide →