firebase-app-hosting-basics
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use the Firebase CLI (
firebase-tools) for deployment, configuration, and secret management. These are standard operations for developers using the Firebase platform. - Evidence: Commands like
firebase deploy,firebase apphosting:secrets:set, andfirebase emulators:startare documented for legitimate use cases. - [DATA_EXPOSURE]: The skill includes guidance on handling sensitive data. It explicitly directs users to use
firebase apphosting:secretsto manage keys securely rather than hardcoding them. - Evidence:
references/configuration.mdandreferences/emulation.mddemonstrate the use of secrets and local overrides for development, including a warning about not committing sensitiveapphosting.emulator.yamlfiles to source control.
Audit Metadata