Skip to main content

netlify-identity

Facilitates user authentication and management with Netlify Identity, enabling secure signups, logins, and role-based access control.

Install this skill

or
85/100

Security score

The netlify-identity skill was audited on May 24, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 35

Template literal with variable interpolation in command context

SourceSKILL.md
35console.log(`Hello, ${user.name}`)
medium line 80

Template literal with variable interpolation in command context

SourceSKILL.md
80showSuccess(`Welcome back, ${user.name ?? user.email}`)
medium line 151

Template literal with variable interpolation in command context

SourceSKILL.md
151showSuccess(`Logged in as ${result.user?.email}`)
Scanned on May 24, 2026
View Security Dashboard