firebase-cloud-functions
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing the
cloud_functionspackage via the standard Flutter package manager (flutter pub add). This is a well-known, official library from the Firebase team. - [COMMAND_EXECUTION]: Instructions include basic CLI usage for package management (
flutter pub add) and code snippets for initializing the Firebase Emulator onlocalhost. These are standard development operations and do not pose a security risk. - [DATA_EXPOSURE]: The skill explicitly advises against manually passing authentication tokens in function parameters, noting that the SDK handles this automatically, which aligns with security best practices. It also suggests using Firebase App Check to protect backend resources.
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data access techniques were detected. The skill focuses on legitimate implementation patterns including error handling, performance optimization, and local testing.
Audit Metadata