Skip to main content

Auth Locked

Establishes robust authentication and authorization patterns with role-based access control and security policies for applications.

Install this skill

or
94/100

Security score

The Auth Locked skill was audited on Mar 1, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 371

Template literal with variable interpolation in command context

SourceSKILL.md
371const key = `${event.ipAddress}:${event.type}`;
low line 85

Access to .env file

SourceSKILL.md
85{ name: 'google', type: 'oauth', config: { clientId: process.env.GOOGLE_CLIENT_ID } }
Scanned on Mar 1, 2026
View Security Dashboard