Skip to main content

mlflow-python

Logs and analyzes experiment metrics and parameters using the MLflow Python API for effective strategy performance tracking.

Install this skill

or
80/100

Security score

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

Categories Tested

Security Issues

medium line 55

Template literal with variable interpolation in command context

SourceSKILL.md
55```bash
medium line 66

Template literal with variable interpolation in command context

SourceSKILL.md
66```bash
low line 41

Access to .env file

SourceSKILL.md
41# Option 1: mise + .env.local (recommended)
low line 42

Access to .env file

SourceSKILL.md
42# Create .env.local in skill directory with:
medium line 136

Access to .env file

SourceSKILL.md
136Create `.env.local` (gitignored) for credentials:
low line 43

External URL reference

SourceSKILL.md
43MLFLOW_TRACKING_URI=http://mlflow.eonlabs.com:5000
low line 48

External URL reference

SourceSKILL.md
48export MLFLOW_TRACKING_URI="http://mlflow.eonlabs.com:5000"
low line 139

External URL reference

SourceSKILL.md
139MLFLOW_TRACKING_URI=http://mlflow.eonlabs.com:5000
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →