bun-macros
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Contains examples of using
Bun.spawnSyncto execute shell commands (e.g.,git) during the build process. These are presented as educational snippets for build-time automation.\n- [DATA_EXFILTRATION]: Demonstrates how to access local files and environment variables usingBun.file()andprocess.env. These patterns are common for inlining build constants and are documented within a legitimate developer context.\n- [EXTERNAL_DOWNLOADS]: Includes an example of fetching external data at build time using thefetchAPI to retrieve a JSON schema.\n- [REMOTE_CODE_EXECUTION]: Describes the Bun Macro system which evaluates JavaScript at bundle time to inline results. While this involves build-time execution, the skill provides only documentation and templates for this standard runtime feature.
Audit Metadata