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
86/100

Security score

The python-configuration skill was audited on Feb 9, 2026 and we found 6 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)
low line 298

Access to .env file

SourceSKILL.md
298"env_file": ".env",
medium line 363

Access to .env file

SourceSKILL.md
3635. **Never commit secrets** - Use `.env` files (gitignored) or secret managers
Scanned on Feb 9, 2026
View Security Dashboard