Skip to main content

nextjs-authentication

Provides a complete Next.js authentication system with OAuth, session management, and role-based access control for secure applications.

Install this skill

or
95/100

Security score

The nextjs-authentication skill was audited on Feb 21, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 69

Access to .env file

SourceSKILL.md
69clientId: process.env.GITHUB_ID,
low line 70

Access to .env file

SourceSKILL.md
70clientSecret: process.env.GITHUB_SECRET,
low line 73

Access to .env file

SourceSKILL.md
73clientId: process.env.GOOGLE_ID,
low line 74

Access to .env file

SourceSKILL.md
74clientSecret: process.env.GOOGLE_SECRET,
low line 150

Access to .env file

SourceSKILL.md
150# .env
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →