fastify-best-practise
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill is a collection of developer guidelines and documentation for the Fastify framework. It promotes security best practices, such as using
@fastify/helmetfor security headers,@fastify/corsfor cross-origin resource sharing, and@nearform/sqlto prevent SQL injection through automatic parameterization. - [EXTERNAL_DOWNLOADS]: The skill recommends installing established, well-known packages from the Fastify ecosystem and standard Node.js libraries (e.g.,
@fastify/jwt,@fastify/rate-limit,zod,vitest,testcontainers). These are industry-standard tools for developing, testing, and securing Fastify applications. - [COMMAND_EXECUTION]: The documentation includes standard development commands such as
npm installfor dependency management,nodefor running migration scripts, andnpx autocannonfor performance benchmarking. These commands are typical for the described development workflow.
Audit Metadata