backend-fastify
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a standard and well-documented project structure for Node.js backends using Fastify.
- [SAFE]: Dependencies are restricted to official Fastify plugins and well-known libraries such as jsonwebtoken, bcrypt, and zod.
- [SAFE]: Authentication patterns utilize industry-standard JWT implementation with explicit security considerations documented (e.g., strong secrets, HTTPS requirements).
- [SAFE]: MCP integration follows official SDK patterns and includes authentication verifiers and scope-based access control to ensure secure access for AI agents.
- [SAFE]: Documentation encourages best practices such as avoiding direct access to
process.env, using JSON Schema for validation, and implementing graceful shutdowns.
Audit Metadata