firebase-data-connect
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use the official Firebase CLI (
firebase-tools) for project initialization, emulator management, and deployment. These are standard operations for the platform. - [EXTERNAL_DOWNLOADS]: The skill references and installs official packages and dependencies from the Firebase ecosystem (e.g.,
firebase-tools,firebase-admin, and platform-specific SDKs). These originate from trusted sources associated with the skill's purpose. - [SECURITY_BEST_PRACTICES]: A significant portion of the skill is dedicated to security, including detailed instructions on implementing Role-Based Access Control (RBAC) via the
@authdirective and preventing SQL injection in Native SQL operations by using positional parameters and avoiding string concatenation. - [SAFE]: The skill contains no malicious code, obfuscation, or unauthorized data access patterns. It serves as an educational and operational guide for building secure cloud database backends.
Audit Metadata