Skip to main content

express-api

Generates Express.js REST APIs with TypeScript, including middleware, validation, error handling, and authentication patterns.

Install this skill

or
99/100

Security score

The express-api skill was audited on Feb 9, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 37

Access to .env file

SourceSKILL.md
37app.use(cors({ origin: process.env.CORS_ORIGIN, credentials: true }));
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →