Skip to main content

fastify

Provides expert assistance for building high-performance APIs with Fastify, including plugins, hooks, and schema validation.

Install this skill

or
95/100

Security score

The fastify skill was audited on Feb 27, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 57

Access to .env file

SourceSKILL.md
57level: process.env.LOG_LEVEL || 'info',
low line 58

Access to .env file

SourceSKILL.md
58transport: process.env.NODE_ENV !== 'production'
low line 74

Access to .env file

SourceSKILL.md
74origin: process.env.CORS_ORIGIN || true,
low line 255

Access to .env file

SourceSKILL.md
255secret: process.env.JWT_SECRET!,
low line 292

Access to .env file

SourceSKILL.md
292const message = statusCode === 500 && process.env.NODE_ENV === 'production'
Scanned on Feb 27, 2026
View Security Dashboard