mistral-common-errors
Diagnoses and resolves common Mistral AI errors, providing solutions for debugging and troubleshooting integration issues.
Install this skill
Security score
The mistral-common-errors skill was audited on May 12, 2026 and we found 17 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 38 | ```bash |
Template literal with variable interpolation in command context
| 78 | ```bash |
Template literal with variable interpolation in command context
| 101 | console.warn(`Rate limited, retrying in ${wait}ms...`); |
Template literal with variable interpolation in command context
| 131 | ```bash |
Template literal with variable interpolation in command context
| 151 | throw new Error(`Invalid role: "${msg.role}"`); |
Template literal with variable interpolation in command context
| 154 | throw new Error(`Message with role "${msg.role}" has no content`); |
Curl to non-GitHub URL
| 80 | curl -H "Authorization: Bearer ${MISTRAL_API_KEY}" https://api.mistral.ai/v1/models |
Access to .env file
| 63 | const apiKey = process.env.MISTRAL_API_KEY; |
Access to .env file
| 275 | apiKey: process.env.MISTRAL_API_KEY, |
External URL reference
| 43 | https://api.mistral.ai/v1/models | jq '.data[].id' 2>/dev/null || echo "FAILED" |
External URL reference
| 80 | curl -H "Authorization: Bearer ${MISTRAL_API_KEY}" https://api.mistral.ai/v1/models |
External URL reference
| 109 | **Check your limits:** Visit [console.mistral.ai/limits](https://admin.mistral.ai/plateforme/limits) for workspace RPM/TPM caps. |
External URL reference
| 134 | https://api.mistral.ai/v1/models | jq -r '.data[].id' | sort |
External URL reference
| 285 | 2. Check [status.mistral.ai](https://status.mistral.ai/) |
External URL reference
| 286 | 3. Contact support via [Discord](https://discord.gg/mistralai) or console.mistral.ai |
External URL reference
| 301 | - [Status Page](https://status.mistral.ai/) |
External URL reference
| 302 | - [Discord Community](https://discord.gg/mistralai) |