Skip to main content

mistral-prod-checklist

Facilitates Mistral AI production deployment and rollback procedures, ensuring smooth integration and go-live readiness.

Install this skill

or
62/100

Security score

The mistral-prod-checklist skill was audited on Mar 3, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 37

Template literal with variable interpolation in command context

SourceSKILL.md
37```bash
medium line 164

Template literal with variable interpolation in command context

SourceSKILL.md
164```bash
medium line 177

Curl to non-GitHub URL

SourceSKILL.md
177curl -sf https://staging.yourapp.com/health | jq -r '.status'
medium line 214

Curl to non-GitHub URL

SourceSKILL.md
214curl -sf https://yourapp.com/health | jq
medium line 217

Curl to non-GitHub URL

SourceSKILL.md
217curl -X POST https://yourapp.com/api/chat \
medium line 254

Curl to non-GitHub URL

SourceSKILL.md
254curl -sf https://yourapp.com/health | jq
low line 40

External URL reference

SourceSKILL.md
40https://api.mistral.ai/v1/models | jq '.data[].id'
low line 172

External URL reference

SourceSKILL.md
172https://api.mistral.ai/v1/models
low line 177

External URL reference

SourceSKILL.md
177curl -sf https://staging.yourapp.com/health | jq -r '.status'
low line 214

External URL reference

SourceSKILL.md
214curl -sf https://yourapp.com/health | jq
low line 217

External URL reference

SourceSKILL.md
217curl -X POST https://yourapp.com/api/chat \
low line 254

External URL reference

SourceSKILL.md
254curl -sf https://yourapp.com/health | jq
low line 261

External URL reference

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

External URL reference

SourceSKILL.md
262- [Mistral AI Console](https://console.mistral.ai/)
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →