Skip to main content

groq-debug-bundle

Facilitates the collection of diagnostic information for Groq support tickets, aiding in troubleshooting and issue resolution.

Install this skill

or
86/100

Security score

The groq-debug-bundle skill was audited on Feb 28, 2026 and we found 6 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 40

Template literal with variable interpolation in command context

SourceSKILL.md
40```bash
medium line 63

Curl to non-GitHub URL

SourceSKILL.md
63curl -s -o /dev/null -w "%{http_code}" https://api.groq.com/health >> "$BUNDLE_DIR/summary.txt"
low line 54

Access to hidden dotfiles in home directory

SourceSKILL.md
54grep -i "groq" ~/.npm/_logs/*.log 2>/dev/null | tail -50 >> "$BUNDLE_DIR/logs.txt"
low line 58

Access to .env file

SourceSKILL.md
58cat .env 2>/dev/null | sed 's/=.*/=***REDACTED***/' >> "$BUNDLE_DIR/config-redacted.txt"
low line 63

External URL reference

SourceSKILL.md
63curl -s -o /dev/null -w "%{http_code}" https://api.groq.com/health >> "$BUNDLE_DIR/summary.txt"
low line 108

External URL reference

SourceSKILL.md
108- [Groq Status](https://status.groq.com)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →