convert
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
bun ito install project dependencies. This involves downloading software packages from external registries, which is a standard procedure for local development environments. - [COMMAND_EXECUTION]: The skill executes local shell commands to build the project (
bun run build) and start a development server (bun run dev). These commands operate within the local repository context to serve the application.
Audit Metadata