genkit
Facilitates the creation of production-ready AI workflows using Firebase Genkit, supporting various programming languages and AI plugins.
Install this skill
Security score
The genkit skill was audited on May 16, 2026 and we found 18 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 127 | prompt: `Summarize the following text in at most ${maxWords} words and extract key points:\n\n${text}`, |
Template literal with variable interpolation in command context
| 193 | prompt: `Write a detailed essay about ${topic}.`, |
Template literal with variable interpolation in command context
| 241 | return `Search results for: ${query}`; |
Template literal with variable interpolation in command context
| 404 | const research = await researchAgent(`Research: ${topic}`); |
Template literal with variable interpolation in command context
| 405 | const article = await writerAgent(`Write an article based on: ${research}`); |
Template literal with variable interpolation in command context
| 591 | const { text } = await ai.generate(`Say hello to ${name} in a creative way.`); |
Piping content to bash shell
| 35 | curl -sL cli.genkit.dev | bash |
External URL reference
| 176 | { media: { url: 'https://example.com/image.jpg', contentType: 'image/jpeg' } }, |
External URL reference
| 440 | The Developer UI runs at **http://localhost:4000** and provides: |
External URL reference
| 563 | - [Official Docs](https://genkit.dev/docs/overview/) |
External URL reference
| 564 | - [Get Started Guide](https://genkit.dev/docs/get-started/) |
External URL reference
| 565 | - [Developer Tools](https://genkit.dev/docs/devtools/) |
External URL reference
| 566 | - [Flows Reference](https://genkit.dev/docs/flows/) |
External URL reference
| 567 | - [Tool Calling](https://genkit.dev/docs/tool-calling/) |
External URL reference
| 568 | - [RAG Guide](https://genkit.dev/docs/rag/) |
External URL reference
| 569 | - [Multi-Agent Systems](https://genkit.dev/docs/multi-agent/) |
External URL reference
| 570 | - [Dotprompt](https://genkit.dev/docs/dotprompt/) |
External URL reference
| 572 | - [API References](https://genkit.dev/docs/api-references/) |