frontend-project-creator
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard package management commands (
npm install,npm create) and utility executors (npx) to initialize projects and install development dependencies. - [EXTERNAL_DOWNLOADS]: Downloads standard, well-known frontend packages and project templates from the official NPM registry.
- [COMMAND_EXECUTION]: Automatically configures the Vite development server by adding
.monkeycode-ai.onlineto theallowedHostssetting. This is a common configuration for allowing subdomains to access a local development server, typically used in cloud-based IDE or preview environments.
Audit Metadata