bun-lockfile-update
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate and well-structured instructions for using the Bun package manager to update and maintain project dependencies. It specifically includes steps for security auditing using
bun auditand integrity verification. - [COMMAND_EXECUTION]: Uses standard development commands such as
bun,git, andrmvia theBashtool. These operations are appropriately scoped to project-level file management, such as regenerating lockfiles or clearing local caches. - [EXTERNAL_DOWNLOADS]: Describes the use of
bun installandbun updateto fetch packages from official registries. This is standard functionality for a dependency management tool and does not involve untrusted or suspicious sources.
Audit Metadata