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 12, 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
| 41 | ```bash |
Template literal with variable interpolation in command context
| 89 | ```bash |
Template literal with variable interpolation in command context
| 108 | ```bash |
Template literal with variable interpolation in command context
| 123 | ```bash |
Curl to non-GitHub URL
| 63 | curl -sf https://yourapp.com/health 2>/dev/null | jq '.services.mistral' || echo " UNREACHABLE" |
Curl to non-GitHub URL
| 75 | |-- YES: curl -H "Authorization: Bearer $KEY" https://api.mistral.ai/v1/models |
Curl to non-GitHub URL
| 145 | curl -v --connect-timeout 5 https://api.mistral.ai/v1/models |
External URL reference
| 51 | https://api.mistral.ai/v1/models 2>/dev/null) |
External URL reference
| 63 | curl -sf https://yourapp.com/health 2>/dev/null | jq '.services.mistral' || echo " UNREACHABLE" |
External URL reference
| 75 | |-- YES: curl -H "Authorization: Bearer $KEY" https://api.mistral.ai/v1/models |
External URL reference
| 97 | https://api.mistral.ai/v1/models |
External URL reference
| 112 | https://api.mistral.ai/v1/models 2>&1 | grep -i "ratelimit\|retry" |
External URL reference
| 117 | # Check workspace limits: https://admin.mistral.ai/plateforme/limits |
External URL reference
| 126 | echo "Check: https://status.mistral.ai/" |
External URL reference
| 134 | https://api.mistral.ai/v1/models' |
External URL reference
| 145 | curl -v --connect-timeout 5 https://api.mistral.ai/v1/models |
External URL reference
| 240 | - [Mistral AI Status](https://status.mistral.ai/) |
External URL reference
| 241 | - [Mistral Console](https://console.mistral.ai/) |
External URL reference
| 242 | - [Discord Community](https://discord.gg/mistralai) |