Skip to main content

firebase-authentication-patterns

Provides implementation patterns for Firebase Authentication, covering sign-in, sign-up, OAuth, and session management.

Install this skill

or
85/100

Security score

The firebase-authentication-patterns skill was audited on Feb 9, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 204

Template literal with variable interpolation in command context

SourceSKILL.md
204document.cookie = `firebase-token=${token}; path=/; secure; samesite=strict; max-age=3600`;
medium line 334

Template literal with variable interpolation in command context

SourceSKILL.md
334url: `${window.location.origin}/login`,
medium line 363

Template literal with variable interpolation in command context

SourceSKILL.md
363url: `${window.location.origin}/dashboard`,
Scanned on Feb 9, 2026
View Security Dashboard