firebase-firestore-standard
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill guides users to install and use
firebase-toolsvianpm install -gornpx -y. These are standard methods for utilizing the official command-line interface provided by Firebase (a well-known service). - [REMOTE_CODE_EXECUTION]: Instructions include executing commands like
npx -y firebase-tools@latest deployandnpx -y firebase-tools@latest emulators:start. These commands execute the official Firebase management tool to facilitate database provisioning and local development. - [SAFE]: The documentation prioritizes data security by teaching a multi-phase security rules development workflow, including 'Default Deny' principles, least-privilege access, and data validation using the Firestore Rules language.
Audit Metadata