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
57/100

Security score

The mistral-prod-checklist skill was audited on May 24, 2026 and we found 13 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 44

Curl to non-GitHub URL

SourceSKILL.md
44- [ ] Key tested with `curl -H "Authorization: Bearer $KEY" https://api.mistral.ai/v1/models`
medium line 160

Curl to non-GitHub URL

SourceSKILL.md
160curl -sf https://yourapp.com/health | jq '.services.mistral'
medium line 174

Curl to non-GitHub URL

SourceSKILL.md
174curl -sf https://yourapp.com/health | jq '.'
medium line 177

Curl to non-GitHub URL

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

Curl to non-GitHub URL

SourceSKILL.md
194curl -sf https://yourapp.com/health | jq '.'
low line 80

Access to .env file

SourceSKILL.md
80const client = new Mistral({ apiKey: process.env.MISTRAL_API_KEY! });
low line 44

External URL reference

SourceSKILL.md
44- [ ] Key tested with `curl -H "Authorization: Bearer $KEY" https://api.mistral.ai/v1/models`
low line 160

External URL reference

SourceSKILL.md
160curl -sf https://yourapp.com/health | jq '.services.mistral'
low line 174

External URL reference

SourceSKILL.md
174curl -sf https://yourapp.com/health | jq '.'
low line 177

External URL reference

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

External URL reference

SourceSKILL.md
194curl -sf https://yourapp.com/health | jq '.'
low line 235

External URL reference

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

External URL reference

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