firebase-app-hosting-basics
Warn
Audited by Runlayer on Mar 11, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (2)
firebase-app-hosting-basics/references/emulation.mdMEDIUM
86.7%
Risky tool definition detected
firebase emulators:start --only apphosting ``` Or, if you are also using other emulators (Auth, Firestore, etc.): ```bash firebase emulators:start ``` ## Capabilities - **Builds your app**: Runs the build command defined in your `package.json` to generate the serving artifact.
firebase-app-hosting-basics/SKILL.mdLOW
74.6%
Risky tool definition detected
```json { "apphosting": { "backendId": "my-app-id", "rootDir": "/", "ignore": [ "node_modules", ".git", "firebase-debug.log", "firebase-debug.*.log", "functions" ] } } ``` 2.
Passed Files (2)Click to expand
firebase-app-hosting-basics/references/cli_commands.mdOK
37.1%
Tool passed security scan
firebase-app-hosting-basics/references/configuration.mdOK
25.5%
Tool passed security scan
Audit Metadata