Skip to main content

authentication-flow-rules

Enforces OAuth 2.1 compliance and modern security practices for secure authentication flows in applications.

Install this skill

or
97/100

Security score

The authentication-flow-rules skill was audited on Feb 9, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 251

Fetch to external URL

SourceSKILL.md
251const response = await fetch('/auth/login', {
low line 292

Fetch to external URL

SourceSKILL.md
292await fetch('/auth/logout', { method: 'POST' });
low line 274

External URL reference

SourceSKILL.md
274authUrl.searchParams.set('redirect_uri', 'https://yourapp.com/auth/callback');
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry