Skip to main content

environment-manager

Manages environment configurations and secrets, ensuring secure application setups across various environments.

Install this skill

or
73/100

Security score

The environment-manager skill was audited on Feb 9, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 70

Template literal with variable interpolation in command context

SourceSKILL.md
70throw new Error(`Missing required environment variables: ${missing.join(', ')}`);
medium line 3

Access to .env file

SourceSKILL.md
3description: Manage environment configurations, secrets, and .env files across environments. Use when configuring application environments or managing secrets.
medium line 12

Access to .env file

SourceSKILL.md
12- **.env ファイル生成**: テンプレート作成
medium line 17

Access to .env file

SourceSKILL.md
17## .env テンプレート
medium line 42

Access to .env file

SourceSKILL.md
42## .env.example
low line 67

Access to .env file

SourceSKILL.md
67const missing = requiredEnvVars.filter(key => !process.env[key]);
low line 48

External URL reference

SourceSKILL.md
48# API Keys (Get from https://dashboard.stripe.com)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →