Bun FFI
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Dynamic Execution (LOW): The skill demonstrates the use of
dlopenfrom thebun:ffimodule to dynamically load and execute functions from shared libraries (.so, .dylib, .dll). It includes examples of loading libraries from computed file paths using a platform-detection helper function (getLibPath). While dynamic loading from computed paths is typically a medium-severity finding, the severity is adjusted to LOW because it is the primary instructional purpose of the skill and the examples use standard system libraries like libc and sqlite3.
Audit Metadata