dev-environment-bootstrapper
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill includes instructions to install Volta, a well-known JavaScript tool manager, by downloading and executing a shell script from its official domain.
- Evidence:
curl https://get.volta.sh | bashinSKILL.md. - [EXTERNAL_DOWNLOADS]: The generated setup scripts facilitate the installation of dependencies from official package registries like NPM and PyPI.
- Evidence: Commands such as
npm install -g pnpm,pnpm install, andpip install -r requirements.txtare included in template scripts. - [CREDENTIALS_UNSAFE]: The skill provides a
.env.exampletemplate containing placeholder values for API keys. - Evidence:
OPENAI_API_KEY=sk-...andSTRIPE_SECRET_KEY=sk_test_...inSKILL.md. - Note: These are clearly marked as placeholders for documentation purposes and do not represent actual exposed secrets.
Audit Metadata