firebase-basics
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the official installation script for Node Version Manager (nvm) located at
https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh. This is a standard and well-known repository for managing Node.js versions. - [REMOTE_CODE_EXECUTION]: Provides the officially documented shell command to install nvm by piping a remote script to the bash interpreter (
curl | bash). This is the standard installation procedure for this tool. - [COMMAND_EXECUTION]: Includes instructions for the user to perform global package installations using
npm(e.g.,npm install -g firebase-tools) and execute variousfirebaseCLI commands for project initialization, authentication, and management.
Audit Metadata