bun-runtime
Provides Bun runtime helpers to run shell commands, perform filesystem reads/writes, globbing, and HTTP requests via `scripts/bun-process.sh`, `scripts/bun-fs.sh`, `scripts/bun-glob.sh`, and `scripts/bun-fetch.sh`. It enables executing arbitrary shell commands (`OUTPUT=$(eval "$COMMAND"`) and making fetch requests to arbitrary URLs (e.g., `https://api.example.com`), allowing unrestricted command execution and remote network access.