firebase-auth-basics
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches and executes the official Firebase CLI (
firebase-tools) from the NPM registry usingnpxfor project initialization and deployment tasks. - [COMMAND_EXECUTION]: Instructs the agent or user to execute standard Firebase CLI commands for project creation (
projects:create), service initialization (init auth), and configuration deployment (deploy --only auth). - [SAFE]: No hardcoded credentials, malicious obfuscation, or unauthorized data exfiltration patterns were identified. The skill provides explicit warnings against insecure domain configuration (e.g., preventing protocol/port inclusion in authorized domains) and demonstrates the use of
request.authin security rules for proper access control.
Audit Metadata