Skip to main content

managing-env-vars

Manages environment variables securely, distinguishing between public and secret keys for project configuration and API integration.

Install this skill

or
80/100

Security score

The managing-env-vars skill was audited on Feb 28, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 14

Access to .env file

SourceSKILL.md
14- [ ] Create `.env.local` for local development.
medium line 16

Access to .env file

SourceSKILL.md
16- [ ] Add `.env*` to `.gitignore`.
medium line 17

Access to .env file

SourceSKILL.md
17- [ ] Use `process.env.VARIABLE_NAME` with fallback or validation.
medium line 25

Access to .env file

SourceSKILL.md
25- **Leak Prevention**: Never commit `.env` files.
Scanned on Feb 28, 2026
View Security Dashboard