Skip to main content

configuring-javascript-stack

Configures a JavaScript/TypeScript stack with pnpm, prettier, eslint, and vitest, ensuring high code quality and coverage.

Install this skill

or
98/100

Security score

The configuring-javascript-stack skill was audited on Feb 9, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 62

Access to .env file

SourceSKILL.md
62const host = process.env.HOST || '0.0.0.0'
low line 63

Access to .env file

SourceSKILL.md
63const port = parseInt(process.env.PORT || '3000', 10)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →