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 Mar 3, 2026 and we found 17 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 37 | ```bash |
Template literal with variable interpolation in command context
| 86 | ```bash |
Template literal with variable interpolation in command context
| 109 | ```bash |
Template literal with variable interpolation in command context
| 126 | ```bash |
Template literal with variable interpolation in command context
| 281 | ```bash |
Curl to non-GitHub URL
| 55 | curl -s https://api.yourapp.com/health | jq '.services.mistral' 2>/dev/null || echo " Health check failed" |
Curl to non-GitHub URL
| 137 | watch -n 30 'curl -s -o /dev/null -w "%{http_code}" -H "Authorization: Bearer ${MISTRAL_API_KEY}" https://api.mistral.ai/v1/models' |
Curl to non-GitHub URL
| 144 | curl -v --connect-timeout 5 https://api.mistral.ai/v1/models |
Curl to non-GitHub URL
| 282 | curl -sf -H "Authorization: Bearer ${MISTRAL_API_KEY}" https://api.mistral.ai/v1/models | jq '.data[0].id' || echo "UNHEALTHY" |
External URL reference
| 49 | https://api.mistral.ai/v1/models) |
External URL reference
| 55 | curl -s https://api.yourapp.com/health | jq '.services.mistral' 2>/dev/null || echo " Health check failed" |
External URL reference
| 93 | https://api.mistral.ai/v1/models |
External URL reference
| 112 | https://api.mistral.ai/v1/models 2>&1 | grep -i "rate\|retry" |
External URL reference
| 137 | watch -n 30 'curl -s -o /dev/null -w "%{http_code}" -H "Authorization: Bearer ${MISTRAL_API_KEY}" https://api.mistral.ai/v1/models' |
External URL reference
| 144 | curl -v --connect-timeout 5 https://api.mistral.ai/v1/models |
External URL reference
| 282 | curl -sf -H "Authorization: Bearer ${MISTRAL_API_KEY}" https://api.mistral.ai/v1/models | jq '.data[0].id' || echo "UNHEALTHY" |
External URL reference
| 292 | - [Mistral AI Console](https://console.mistral.ai/) |