Official skill for integrating Firebase AI Logic (Gemini API) into web applications. Covers setup, multimodal inference, structured output, and security.
72
—
Does it follow best practices?
Impact
100%
3.33xAverage score across 2 eval scenarios
Advisory
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.75). Outsider free text can enter the LLM context via user-supplied prompts/messages passed to `model.generateContent(...)`, `chat.sendMessage(...)`, or streamed chunks in the provided runtime usage patterns (e.g., `generateText(prompt)` / `sendMessage(msg)`), and the skill does not constrain that text to be authored by the operating user.
538130c
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.