Skip to main content

mlops-deployment

Facilitates the deployment and monitoring of ML models using Docker, Kubernetes, and CI/CD pipelines for robust production infrastructure.

Install this skill

or
88/100

Security score

The mlops-deployment skill was audited on Mar 3, 2026 and we found 4 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 128

Template literal with variable interpolation in command context

SourceSKILL.md
128```yaml
medium line 34

Curl to non-GitHub URL

SourceSKILL.md
34CMD curl -f http://localhost:8000/health || exit 1
low line 34

External URL reference

SourceSKILL.md
34CMD curl -f http://localhost:8000/health || exit 1
low line 248

External URL reference

SourceSKILL.md
248mlflow.set_tracking_uri("http://localhost:5000")
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →