firebase
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive and standard documentation for integrating Firebase services including Firestore, Authentication, and Cloud Functions.
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the official 'firebase-tools' CLI via npm and provides links to official Google Firebase documentation. These are well-known resources from a trusted service.
- [CREDENTIALS_UNSAFE]: The code snippets for Firebase initialization correctly use environment variables (e.g., 'process.env.NEXT_PUBLIC_FIREBASE_API_KEY') to handle configuration, adhering to secret management best practices rather than hardcoding credentials.
- [COMMAND_EXECUTION]: The skill includes standard command-line instructions for the Firebase CLI ('firebase init', 'firebase deploy', 'firebase emulators:start') which are necessary for the stated purpose of the skill.
Audit Metadata