Skip to main content

python-configuration

Manages Python application configurations using environment variables and typed settings for seamless environment-specific behavior.

Install this skill

or
87/100

Security score

The python-configuration skill was audited on May 24, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 82

Access to .env file

SourceSKILL.md
82"env_file": ".env",
low line 156

Access to .env file

SourceSKILL.md
156model_config = {"env_file": ".env"}
medium line 159

Access to .env file

SourceSKILL.md
159Create a `.env` file for local development (never commit this):
low line 162

Access to .env file

SourceSKILL.md
162# .env (add to .gitignore)
medium line 206

Access to .env file

SourceSKILL.md
2065. **Never commit secrets** - Use `.env` files (gitignored) or secret managers
Scanned on May 24, 2026
View Security Dashboard
Installation guide →