Skip to main content

nodejs-backend

Provides patterns for building Node.js backends using Express or Fastify, focusing on project structure and API design.

Install this skill

or
94/100

Security score

The nodejs-backend skill was audited on Feb 19, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 117

Template literal with variable interpolation in command context

SourceSKILL.md
117super(`${resource} with id ${id} not found`, 'NOT_FOUND', 404);
low line 229

Access to .env file

SourceSKILL.md
229return ConfigSchema.parse(process.env);
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →