create-dashboard
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches a dashboard starter template from the official Gooseworks-AI GitHub repository (github.com/gooseworks-ai/dashboard-template.git).
- [COMMAND_EXECUTION]: Executes standard development commands to initialize the project, including
npm install,npx vite build, andnode server.js. - [COMMAND_EXECUTION]: Manages dashboard processes using
pkillandnohupto ensure the server runs in the background and can be updated without creating zombie processes. - [EXTERNAL_DOWNLOADS]: Installs project dependencies from the npm registry using
npm install.
Audit Metadata