Skip to main content

firebase

Provides essential Firebase backend capabilities, including authentication, database management, and security rules for developers.

Install this skill

or
55/100

Security score

The firebase skill was audited on May 12, 2026 and we found 3 security issues across 1 threat category, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 298

Template literal with variable interpolation in command context

SourceSKILL.md
298const { data: user, loading } = useDocument(`users/${userId}`);
high line 388

Template literal with variable interpolation in command context

SourceSKILL.md
388message: `Welcome, ${userData.name}!`,
high line 411

Template literal with variable interpolation in command context

SourceSKILL.md
411console.log(`Deleted ${oldDocs.size} old logs`);
Scanned on May 12, 2026
View Security Dashboard
Installation guide →