The skill allows raw SQL string literals, enabling SQL injection and data exfiltration, posing a significant security risk.
Claims to do
Firebase Data Connect: Firebase Data Connect is a relational database service using Cloud SQL for PostgreSQL with GraphQL schema, auto-generated queries/mutations, and type-safe SDKs.
Actually does
This skill utilizes `npx firebase-tools` to initialize, emulate, generate SDKs, and deploy Firebase SQL Connect backends. It defines a data model using GraphQL schema files and configures services via YAML files, interacting with a PostgreSQL database (Cloud SQL) through auto-generated GraphQL operations or raw SQL.
/plugin marketplace add firebase/agent-skills/plugin install firebase-data-connect-basics@firebase/agent-skillsgemini extensions install https://github.com/firebase/agent-skills.git --consentnpx skills add https://github.com/firebase/agent-skills --skill firebase-data-connect-basicsThe skill explicitly allows the use of 'Native SQL' with 'raw SQL string literals' via `_select`, `_execute`, etc., noting 'No type safety.' This capability can be abused to perform SQL injection, exfiltrate data, or execute arbitrary database commands if the underlying database user has sufficient privileges.
Raw SQL string literals via _select, _execute, etc. Requires strict positional parameters ($1). No type safety.
[](https://mondoo.com/ai-agent-security/skills/github/firebase/agent-skills/firebase-data-connect-basics)<a href="https://mondoo.com/ai-agent-security/skills/github/firebase/agent-skills/firebase-data-connect-basics"><img src="https://mondoo.com/ai-agent-security/api/badge/github/firebase/agent-skills/firebase-data-connect-basics.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/firebase/agent-skills/firebase-data-connect-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.