Skip to main content

express-api-development

Enables developers to master Express.js for building scalable RESTful APIs with best practices in middleware, authentication, and validation.

Install this skill

or
92/100

Security score

The express-api-development skill was audited on Feb 9, 2026 and we found 4 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 52

Template literal with variable interpolation in command context

SourceSKILL.md
52app.listen(PORT, () => console.log(`Server running on port ${PORT}`));
low line 51

Access to .env file

SourceSKILL.md
51const PORT = process.env.PORT || 3000;
low line 162

Access to .env file

SourceSKILL.md
162const decoded = jwt.verify(token, process.env.JWT_SECRET!) as { id: string; email: string };
low line 186

External URL reference

SourceSKILL.md
186- https://expressjs.com/
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →