pma-bun
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill establishes a robust security baseline, requiring developers to implement password hashing, constant-time secret comparisons, rate limiting, and CSRF protection.
- [SAFE]: It promotes industry-standard tools and libraries for validation (Zod), database interaction (Drizzle), and API documentation (OpenAPI/Hono), ensuring a predictable and secure tech stack.
- [SAFE]: Data handling practices are secure, explicitly forbidding the use of raw strings for errors and mandating parameterized queries to prevent SQL injection.
- [SAFE]: The guide includes configuration safety rules, such as validating environment variables with Zod at startup and forbidding direct access to
Bun.envwithin business logic.
Audit Metadata