Skip to main content

prd-v06-environment-setup

Documents development environment requirements for team consistency and AI understanding during PRD v0.6 Architecture.

Install this skill

or
61/100

Security score

The prd-v06-environment-setup skill was audited on Jun 7, 2026 and we found 7 security issues across 4 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 53

Piping content to bash shell

SourceSKILL.md
53Install: `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash && nvm install 20`
high line 56

Piping content to sh shell

SourceSKILL.md
56Install: `curl https://mise.jdx.dev/install.sh | sh`
medium line 56

Curl to non-GitHub URL

SourceSKILL.md
56Install: `curl https://mise.jdx.dev/install.sh | sh`
low line 72

Access to .env file

SourceSKILL.md
72| .env.example | Template for environment variables |
low line 52

External URL reference

SourceSKILL.md
52- Node.js 20.x: https://nodejs.org — Language runtime
low line 55

External URL reference

SourceSKILL.md
55- mise: https://mise.jdx.dev — Version manager
low line 56

External URL reference

SourceSKILL.md
56Install: `curl https://mise.jdx.dev/install.sh | sh`
Scanned on Jun 7, 2026
View Security Dashboard
Installation guide →