Skip to main content

api-authentication

Enables secure API authentication using JWT, OAuth 2.0, and API keys, ensuring robust user authentication and token management.

Install this skill

or
98/100

Security score

The api-authentication skill was audited on Mar 4, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 43

Access to .env file

SourceSKILL.md
43const SECRET_KEY = process.env.JWT_SECRET || 'your-secret-key';
low line 44

Access to .env file

SourceSKILL.md
44const REFRESH_SECRET = process.env.REFRESH_SECRET || 'your-refresh-secret';
Scanned on Mar 4, 2026
View Security Dashboard