Skip to main content

angularfire

Integrates Firebase services with Angular applications, covering authentication, Firestore, cloud storage, and serverless functions.

Install this skill

or
80/100

Security score

The angularfire skill was audited on Feb 12, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 244

Template literal with variable interpolation in command context

SourceSKILL.md
244const taskDoc = doc(this.firestore, `tasks/${id}`);
medium line 256

Template literal with variable interpolation in command context

SourceSKILL.md
256const taskDoc = doc(this.firestore, `tasks/${id}`);
medium line 262

Template literal with variable interpolation in command context

SourceSKILL.md
262const taskDoc = doc(this.firestore, `tasks/${id}`);
low line 98

External URL reference

SourceSKILL.md
98- Firebase project (create at https://console.firebase.google.com)
low line 463

External URL reference

SourceSKILL.md
463- [Firebase Documentation](https://firebase.google.com/docs)
low line 464

External URL reference

SourceSKILL.md
464- [Firestore Guide](https://firebase.google.com/docs/firestore)
low line 465

External URL reference

SourceSKILL.md
465- [Firebase Auth Guide](https://firebase.google.com/docs/auth)
low line 466

External URL reference

SourceSKILL.md
466- [Cloud Storage Guide](https://firebase.google.com/docs/storage)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →