Skip to main content

auth-module-builder

Implements secure authentication systems with JWT, session management, and security best practices for robust user login and registration.

Install this skill

or
95/100

Security score

The auth-module-builder skill was audited on Feb 9, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 24

Access to .env file

SourceSKILL.md
24process.env.JWT_SECRET,
low line 30

Access to .env file

SourceSKILL.md
30process.env.JWT_REFRESH_SECRET,
low line 40

Access to .env file

SourceSKILL.md
40const decoded = jwt.verify(token, process.env.JWT_SECRET);
low line 56

Access to .env file

SourceSKILL.md
56secret: process.env.SESSION_SECRET,
low line 60

Access to .env file

SourceSKILL.md
60secure: process.env.NODE_ENV === "production",
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →