The skill instructs the agent to execute system commands like
Claims to do
Firebase AI Logic Basics: Firebase AI Logic is a product of Firebase that allows developers to add gen AI to their mobile and web apps using client-side SDKs. You can call Gemini models directly from your app without managing a dedicated backend. Firebase AI Logic, which was previously known as "Vertex AI for Firebase", represents the evolution of Google's AI integration platform for mobile and web developers.
Actually does
This skill instructs users on setting up Firebase AI Logic for web applications. It uses `npm` to install the Firebase CLI globally and `npx firebase-tools` to list Firebase projects/apps and initialize AI Logic within a project. It also provides numerous links to Firebase documentation for further setup, advanced features, and security configurations.
/plugin marketplace add firebase/agent-skills/plugin install firebase-ai-logic-basics@firebase/agent-skillsgemini extensions install https://github.com/firebase/agent-skills.git --consentnpx skills add https://github.com/firebase/agent-skills --skill firebase-ai-logic-basicsThe skill instructs the agent to execute system commands using 'npm install -g' and 'npx -y'. These commands can install global packages or run external tools without user confirmation, posing a risk if malicious packages or tools are specified or injected.
npm install -g firebase@latest npx -y firebase-tools@latest projects:list
The skill's stated purpose implies it performs integration and covers features directly. However, its actual behavior is to provide instructions, commands, and documentation links for a developer to perform these actions themselves, rather than executing the integration or AI operations directly.
The skill primarily consists of `npm install` and `npx firebase-tools` commands for setup, and descriptive text with external documentation links, indicating it's a guide rather than an active integration tool.
[](https://mondoo.com/ai-agent-security/skills/github/firebase/agent-skills/firebase-ai-logic-basics)<a href="https://mondoo.com/ai-agent-security/skills/github/firebase/agent-skills/firebase-ai-logic-basics"><img src="https://mondoo.com/ai-agent-security/api/badge/github/firebase/agent-skills/firebase-ai-logic-basics.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/firebase/agent-skills/firebase-ai-logic-basics.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.