new-project
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill initializes a new project using a template from the author's own GitHub repository (Mark-Life/netxjs-monorepo).
- [EXTERNAL_DOWNLOADS]: Clones a template repository and installs dependencies using
bun install. These operations are consistent with the skill's primary purpose of project scaffolding. - [COMMAND_EXECUTION]: Executes shell commands including
gh repo create,bun install, andbun run upgrade. These commands are standard for initializing and updating a new development project.
Audit Metadata