Skip to main content

mise-configuration

Configures environment variables and project settings using mise as a centralized source, streamlining Python venv setups and project configurations.

Install this skill

or
32/100

Security score

The mise-configuration skill was audited on May 12, 2026 and we found 10 security issues across 3 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

high line 35

Template literal with variable interpolation in command context

SourceSKILL.md
35| Bash | `${VAR:-default}` | Standard POSIX expansion |
critical line 35

Piping content to bash shell

SourceSKILL.md
35| Bash | `${VAR:-default}` | Standard POSIX expansion |
medium line 226

Access to hidden dotfiles in home directory

SourceSKILL.md
226| PATH not updated | Shims not in PATH | Add mise shims to ~/.zshenv |
medium line 36

Access to .env file

SourceSKILL.md
36| JavaScript | `process.env.VAR \|\| "default"` | Falsy check, watch for "0" |
medium line 44

Access to .env file

SourceSKILL.md
44| `_.file` | Load from .env files | `_.file = ".env"` |
low line 123

Access to .env file

SourceSKILL.md
123_.file = { path = ".env.secrets", redact = true }
low line 138

Access to .env file

SourceSKILL.md
138_.file = { path = ".env", tools = true }
medium line 190

Access to .env file

SourceSKILL.md
190| `[env]` secrets for pueue jobs | Pueue runs clean shell, no mise | Use `python-dotenv` + `.env` file |
medium line 227

Access to .env file

SourceSKILL.md
227| \.file not loading | .env file missing | Create .env file or remove \.file directive |
low line 119

External URL reference

SourceSKILL.md
119API_KEY = { required = "Get from https://example.com/api-keys" }
Scanned on May 12, 2026
View Security Dashboard
Installation guide →