bun-development
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill includes instructions to download the Bun installer from the official
bun.shdomain usingcurlandpowershell. These are standard installation methods for this development tool. - [REMOTE_CODE_EXECUTION]: Mentions
bunx, a utility for running packages from the NPM registry without local installation. This is a well-known feature of the Bun ecosystem analogous to Node.js'snpx. - [COMMAND_EXECUTION]: Provides examples for project setup and script execution using the
bunCLI. These commands are necessary for the intended use of the runtime and follow standard development practices. - [DATA_EXFILTRATION]: Demonstrates how to access environment variables and perform file system operations using native Bun APIs (
Bun.envandBun.file). The examples show legitimate usage for application configuration and data handling.
Audit Metadata