developing-genkit-dart
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- Remote Script Execution: The
SKILL.mdfile documents a CLI installation method using acurl | bashpattern fromcli.genkit.dev. This is a common developer utility for environment setup and originates from a vendor-controlled domain. - Command Execution via Model Context Protocol (MCP): The documentation in
references/genkit_mcp.mddescribes how to run external tools vianpxand aggregate their capabilities. This feature allows agents to extend their functionality through external protocols. - Filesystem Middleware Access: As detailed in
references/genkit_middleware.mdandreferences/agents-artifacts.md, the framework includes middleware that provides agents with tools to list, read, and write files. These capabilities are designed to be restricted to a specific root directory for workspace-aware tasks. - Indirect Prompt Injection Surface: The agents and multi-agent systems described (e.g., in
references/agents-multi-agent.md) process data from potentially untrusted sources, including user messages and tool outputs. This creates a standard attack surface where agents might be influenced by embedded instructions, which is a typical consideration for this class of application. - Dynamic Execution Patterns: The framework supports custom agent logic and remote action definitions (as seen in
references/agents-custom.mdandreferences/genkit.md) that involve orchestrating multiple model calls and executing code-defined workflows.
Audit Metadata