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 Mar 7, 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 33
Template literal with variable interpolation in command context
SourceSKILL.md
| 33 | | Bash | `${VAR:-default}` | Standard POSIX expansion | |
critical line 33
Piping content to bash shell
SourceSKILL.md
| 33 | | Bash | `${VAR:-default}` | Standard POSIX expansion | |
medium line 224
Access to hidden dotfiles in home directory
SourceSKILL.md
| 224 | | PATH not updated | Shims not in PATH | Add mise shims to ~/.zshenv | |
medium line 34
Access to .env file
SourceSKILL.md
| 34 | | JavaScript | `process.env.VAR \|\| "default"` | Falsy check, watch for "0" | |
medium line 42
Access to .env file
SourceSKILL.md
| 42 | | `_.file` | Load from .env files | `_.file = ".env"` | |
low line 121
Access to .env file
SourceSKILL.md
| 121 | _.file = { path = ".env.secrets", redact = true } |
low line 136
Access to .env file
SourceSKILL.md
| 136 | _.file = { path = ".env", tools = true } |
medium line 188
Access to .env file
SourceSKILL.md
| 188 | | `[env]` secrets for pueue jobs | Pueue runs clean shell, no mise | Use `python-dotenv` + `.env` file | |
medium line 225
Access to .env file
SourceSKILL.md
| 225 | | \.file not loading | .env file missing | Create .env file or remove \.file directive | |
low line 117
External URL reference
SourceSKILL.md
| 117 | API_KEY = { required = "Get from https://example.com/api-keys" } |
Scanned on Mar 7, 2026
View Security DashboardInstall this skill with one command
/learn @terrylica/mise-configuration