Skip to main content

firebase-integration

Facilitates Firebase integration for mobile and web apps, covering Firestore security rules, custom claims, and FCM notifications.

Install this skill

or
82/100

Security score

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

Categories Tested

Security Issues

medium line 138

Template literal with variable interpolation in command context

SourceSKILL.md
138```dart
medium line 215

Template literal with variable interpolation in command context

SourceSKILL.md
215```dart
medium line 281

Template literal with variable interpolation in command context

SourceSKILL.md
281batch.update(firestore.doc(`authors/${authorId}`), updates);
low line 356

External URL reference

SourceSKILL.md
356- [Firestore Security Rules](https://firebase.google.com/docs/firestore/security/get-started)
low line 357

External URL reference

SourceSKILL.md
357- [Custom Claims](https://firebase.google.com/docs/auth/admin/custom-claims)
low line 358

External URL reference

SourceSKILL.md
358- [FCM Docs](https://firebase.google.com/docs/cloud-messaging)
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →