firebase-auth-basics
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes the official Firebase CLI tool via
npx -y firebase-tools@latest. This is a well-known utility provided by Google for managing Firebase projects and does not pose a security risk in this context. - [COMMAND_EXECUTION]: The instructions include standard Firebase CLI commands for project creation and configuration. These commands are executed by the user to interact with their own Firebase project infrastructure.
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill documents the handling of user identity data (UID, email, display name) and tokens. It follows security best practices by recommending ID tokens for identity verification and using security rules for access control. No unauthorized data exfiltration patterns were detected.
Audit Metadata