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 12, 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 41

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Access to .env file

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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