bunjs-docker-mastery
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill promotes secure development practices including input validation, structured logging, and non-root Docker execution.
- [EXTERNAL_DOWNLOADS]: The
scripts/init-project.shscript andreferences/library-arsenal.mdguide recommend and install standard, well-known packages from the official registries (NPM/Bun). These include 'hono', 'zod', 'drizzle-orm', and 'pino', which are standard in the ecosystem. - [COMMAND_EXECUTION]: The skill utilizes standard project initialization and build commands (e.g.,
bun init,docker build). These operations are confined to the local development environment or the container build process and do not present a runtime security risk.
Audit Metadata