firebase-firestore
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides architectural guidance and code templates for Firebase Firestore, adhering to standard development practices and the latest modular API patterns.
- [SAFE]: Sensitive credentials, including API keys and service account private keys, are handled using environment variables (e.g.,
process.env.FIREBASE_PRIVATE_KEY), avoiding hardcoded secrets. - [SAFE]: Explicit warnings are included to prevent the exposure of the Firebase Admin private key in client-side code, which is a critical security safeguard.
- [SAFE]: All suggested dependencies are official, well-known libraries from Firebase (Google), and the installation instructions follow standard package management procedures.
Audit Metadata