Skip to main content

environment-setup

Use when Python environment setup is needed for data visualization or conda installation is required

Install this skill

or
98/100

Security score

The environment-setup skill was audited on Aug 3, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 68

Command substitution pattern

SourceSKILL.md
66
67# 4) 初始化 shell
68"$HOME/miniconda3/bin/conda" init "$(basename "$SHELL")"
69
70# 5) 验证
low line 151

Command substitution pattern

SourceSKILL.md
149```bash
150export PATH="$HOME/miniconda3/bin:$PATH"
151conda init "$(basename "$SHELL")"
152```
153
Scanned on Aug 3, 2026
View Security Dashboard
Installation guide →
GitHub Stars 3.0K
Rate this skill
Categorydevelopment
UpdatedAugust 9, 2026
Norman-bury/research-writing-skill