Skip to main content

backend-implementation-patterns

Provides production-ready backend API implementation patterns for REST, GraphQL, authentication, error handling, and data validation.

Install this skill

or
93/100

Security score

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

Categories Tested

Security Issues

medium line 156

Template literal with variable interpolation in command context

SourceSKILL.md
156super(404, 'NOT_FOUND', `${resource} not found`);
low line 108

Access to .env file

SourceSKILL.md
108process.env.JWT_SECRET!, // allow-secret
low line 125

Access to .env file

SourceSKILL.md
125const decoded = jwt.verify(token, process.env.JWT_SECRET!); // allow-secret
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →