Skip to main content

mistral-debug-bundle

Collects diagnostic information for Mistral AI support tickets, aiding in troubleshooting and issue resolution.

Install this skill

or
80/100

Security score

The mistral-debug-bundle skill was audited on May 12, 2026 and we found 12 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 42

Template literal with variable interpolation in command context

SourceSKILL.md
42```bash
medium line 111

Curl to non-GitHub URL

SourceSKILL.md
111curl -X POST https://api.mistral.ai/v1/chat/completions \
low line 103

Access to .env file

SourceSKILL.md
103if [ -f ".env" ]; then
low line 104

Access to .env file

SourceSKILL.md
104sed 's/=.*/=***REDACTED***/' .env > "$BUNDLE_DIR/config-redacted.txt"
low line 146

Access to .env file

SourceSKILL.md
146apiKeySet: !!process.env.MISTRAL_API_KEY,
low line 147

Access to .env file

SourceSKILL.md
147apiKeyLength: process.env.MISTRAL_API_KEY?.length ?? 0,
low line 163

Access to .env file

SourceSKILL.md
163const client = new Mistral({ apiKey: process.env.MISTRAL_API_KEY });
low line 190

Access to .env file

SourceSKILL.md
190const client = new Mistral({ apiKey: process.env.MISTRAL_API_KEY });
low line 78

External URL reference

SourceSKILL.md
78https://api.mistral.ai/v1/models 2>/dev/null)
low line 111

External URL reference

SourceSKILL.md
111curl -X POST https://api.mistral.ai/v1/chat/completions \
low line 248

External URL reference

SourceSKILL.md
248- [Mistral AI Status](https://status.mistral.ai/)
low line 249

External URL reference

SourceSKILL.md
249- [Mistral AI Discord](https://discord.gg/mistralai)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →