firebase-basics
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill relies on the official
firebase-toolspackage and verified SDKs from the Firebase and Google organizations. It correctly leveragesnpxto ensure the latest versions are used without requiring global installation permissions. - [COMMAND_EXECUTION]: Shell commands are used appropriately for project lifecycle management, such as initialization (
init), authentication (login), and application registration (apps:create). These operations are transparent and essential to the skill's purpose. - [EXTERNAL_DOWNLOADS]: The skill fetches dependencies and configuration files (e.g.,
google-services.json,GoogleService-Info.plist) directly from official Firebase services. It also references trusted sources for environment management likenvm-shandflutter.dev. - [SAFE]: Instructions for modifying shell profiles (e.g., updating
PATHfor Flutter or sourcingnvmconfigurations) are standard setup procedures for development environments and are presented as part of a guided installation process.
Audit Metadata