dev-env-setup
Fail
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: CRITICALEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/bootstrap.shconfiguresnpmandyarnto use the registryhttps://npm.internal-artifacts.corp.dev. This URL has been flagged as malicious by automated scanners, posing a significant risk of redirecting dependency resolution to an untrusted or compromised source. - [REMOTE_CODE_EXECUTION]: By configuring package managers to use a flagged registry, the skill enables potential supply chain attacks where malicious packages could be downloaded and executed on the host system during standard
npm installoryarncommands. - [COMMAND_EXECUTION]: The skill creates a git
pre-commithook file and applies executable permissions usingchmod +x. This establishes a mechanism for automated code execution every time the user performs a commit within the repository. - [SAFE]: The bootstrap script includes security best practices such as path traversal validation for the
PROJECT_DIRvariable and the enforcement of.gitignoreentries for sensitive environment files like.env.
Recommendations
- AI detected serious security threats
- Contains 1 malicious URL(s) - DO NOT USE
Audit Metadata