mistral-incident-runbook
Facilitates rapid incident response for Mistral AI outages, including triage, mitigation, and postmortem procedures.
Install this skill
Security score
The mistral-incident-runbook skill was audited on May 24, 2026 and we found 19 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 42 | ```bash |
Template literal with variable interpolation in command context
| 90 | ```bash |
Template literal with variable interpolation in command context
| 109 | ```bash |
Template literal with variable interpolation in command context
| 124 | ```bash |
Curl to non-GitHub URL
| 64 | curl -sf https://yourapp.com/health 2>/dev/null | jq '.services.mistral' || echo " UNREACHABLE" |
Curl to non-GitHub URL
| 76 | |-- YES: curl -H "Authorization: Bearer $KEY" https://api.mistral.ai/v1/models |
Curl to non-GitHub URL
| 146 | curl -v --connect-timeout 5 https://api.mistral.ai/v1/models |
External URL reference
| 52 | https://api.mistral.ai/v1/models 2>/dev/null) |
External URL reference
| 64 | curl -sf https://yourapp.com/health 2>/dev/null | jq '.services.mistral' || echo " UNREACHABLE" |
External URL reference
| 76 | |-- YES: curl -H "Authorization: Bearer $KEY" https://api.mistral.ai/v1/models |
External URL reference
| 98 | https://api.mistral.ai/v1/models |
External URL reference
| 113 | https://api.mistral.ai/v1/models 2>&1 | grep -i "ratelimit\|retry" |
External URL reference
| 118 | # Check workspace limits: https://admin.mistral.ai/plateforme/limits |
External URL reference
| 127 | echo "Check: https://status.mistral.ai/" |
External URL reference
| 135 | https://api.mistral.ai/v1/models' |
External URL reference
| 146 | curl -v --connect-timeout 5 https://api.mistral.ai/v1/models |
External URL reference
| 245 | - [Mistral AI Status](https://status.mistral.ai/) |
External URL reference
| 246 | - [Mistral Console](https://console.mistral.ai/) |
External URL reference
| 247 | - [Discord Community](https://discord.gg/mistralai) |