Skip to main content

genkit

Build production-ready AI workflows with Firebase Genkit, enabling multi-agent systems and RAG pipelines using various AI plugins.

Install this skill

or
44/100

Security score

The genkit skill was audited on Mar 7, 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

medium line 127

Template literal with variable interpolation in command context

SourceSKILL.md
127prompt: `Summarize the following text in at most ${maxWords} words and extract key points:\n\n${text}`,
medium line 193

Template literal with variable interpolation in command context

SourceSKILL.md
193prompt: `Write a detailed essay about ${topic}.`,
medium line 241

Template literal with variable interpolation in command context

SourceSKILL.md
241return `Search results for: ${query}`;
medium line 404

Template literal with variable interpolation in command context

SourceSKILL.md
404const research = await researchAgent(`Research: ${topic}`);
medium line 405

Template literal with variable interpolation in command context

SourceSKILL.md
405const article = await writerAgent(`Write an article based on: ${research}`);
medium line 591

Template literal with variable interpolation in command context

SourceSKILL.md
591const { text } = await ai.generate(`Say hello to ${name} in a creative way.`);
high line 35

Piping content to bash shell

SourceSKILL.md
35curl -sL cli.genkit.dev | bash
low line 176

External URL reference

SourceSKILL.md
176{ media: { url: 'https://example.com/image.jpg', contentType: 'image/jpeg' } },
low line 440

External URL reference

SourceSKILL.md
440The Developer UI runs at **http://localhost:4000** and provides:
low line 563

External URL reference

SourceSKILL.md
563- [Official Docs](https://genkit.dev/docs/overview/)
low line 564

External URL reference

SourceSKILL.md
564- [Get Started Guide](https://genkit.dev/docs/get-started/)
low line 565

External URL reference

SourceSKILL.md
565- [Developer Tools](https://genkit.dev/docs/devtools/)
low line 566

External URL reference

SourceSKILL.md
566- [Flows Reference](https://genkit.dev/docs/flows/)
low line 567

External URL reference

SourceSKILL.md
567- [Tool Calling](https://genkit.dev/docs/tool-calling/)
low line 568

External URL reference

SourceSKILL.md
568- [RAG Guide](https://genkit.dev/docs/rag/)
low line 569

External URL reference

SourceSKILL.md
569- [Multi-Agent Systems](https://genkit.dev/docs/multi-agent/)
low line 570

External URL reference

SourceSKILL.md
570- [Dotprompt](https://genkit.dev/docs/dotprompt/)
low line 572

External URL reference

SourceSKILL.md
572- [API References](https://genkit.dev/docs/api-references/)
Scanned on Mar 7, 2026
View Security Dashboard