firebase-basics
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Executes Firebase CLI commands through the
npxutility to perform local environment checks, authentication (firebase login), and project management tasks (firebase use,firebase init). - [EXTERNAL_DOWNLOADS]: Fetches the official Firebase CLI (
firebase-tools) and the Firebase SDK (firebase) from the public npm registry to ensure the latest versions are used. - [EXTERNAL_DOWNLOADS]: References the official Firebase agent skills repository on GitHub for updating agent-specific capabilities.
- [REMOTE_CODE_EXECUTION]: Utilizes
npxto dynamically download and run the Firebase CLI and theskillsutility for managing agent extensions. This is standard behavior for ensuring up-to-date tooling in developer workflows.
Audit Metadata