firebase-ai-logic
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it integrates external data into AI workflows without sufficient isolation.
- Ingestion points: The
analyzeImagefunction inSKILL.mdretrieves content from an externalimageUrl. - Boundary markers: The skill does not implement delimiters or 'ignore' instructions to separate untrusted data from the system prompt.
- Capability inventory: The skill possesses network capabilities through the Firebase and Anthropic SDKs to send data to generative models.
- Sanitization: There is no evidence of input validation or content filtering for fetched external assets.
- [EXTERNAL_DOWNLOADS]: The skill installs necessary dependencies from trusted organizations.
- Evidence: It downloads and installs the
firebase-toolsCLI and thefirebaseand@anthropic-ai/sdklibraries, which are official packages from Google and Anthropic.
Audit Metadata