firebase-firestore-enterprise-native-mode
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security vulnerabilities or malicious patterns were detected. The skill is focused on providing educational content and operational guidelines for Firebase Firestore Enterprise.
- [COMMAND_EXECUTION]: The skill utilizes the official
firebaseCLI for administrative tasks such as creating databases (firebase firestore:databases:create), initializing projects (firebase init), and deploying configuration (firebase deploy). These are standard and expected behaviors for a skill managing cloud infrastructure. - [EXTERNAL_DOWNLOADS]: References official and well-known packages including
firebase-toolson npm andgoogle-cloud-firestoreon PyPI. These are trusted resources maintained by the vendor. - [REMOTE_CODE_EXECUTION]: Employs
npx firebase-tools@latestto ensure the deployment environment uses the most recent version of the official CLI. While this involves downloading and executing code from the npm registry at runtime, it is a standard deployment practice for this ecosystem and targets a trusted vendor package.
Audit Metadata