firebase-vertex-ai
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requests broad shell access via
Bash(cmd:*)to perform Firebase CLI operations, project initialization, and deployments. The scriptscripts/init-firebase.shautomates project setup and global package installation. - [EXTERNAL_DOWNLOADS]: The initialization script
scripts/init-firebase.shand documentation inreferences/SKILL.full.mdfacilitate the installation of thefirebase-toolspackage from the npm registry. This is a trusted dependency for the intended purpose. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface in the backend integration examples provided for RAG and content analysis.
- Ingestion points: Untrusted data enters via
data.contentinfunctions/src/vertex/analyze-content.tsanddata.queryandcontextTextinfunctions/src/vertex/rag-query.ts. - Boundary markers: Absent; the code examples interpolate variables directly into string templates without delimiters (e.g., XML tags or triple quotes) or instructions to ignore embedded instructions.
- Capability inventory: The skill possesses
Bash(cmd:*),Write, andEditcapabilities as defined inSKILL.md. - Sanitization: Absent; the examples parse LLM output or return text results without input validation or escaping of external content.
Audit Metadata