nano-banana
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied text (descriptions, prompts, and file names) to construct commands for the
geminiCLI. This creates a standard surface where untrusted data is interpolated into tool executions. - Ingestion points: User-provided image prompts and file paths are used in the
-pand-fflags of thegeminicommand withinSKILL.md. - Boundary markers: The skill uses placeholders such as
[최적화된 프롬프트]and[경로/파일명.png]to guide prompt construction. - Capability inventory: The skill utilizes the
Bashtool to executegeminiCLI commands, restricted by theallowed-toolsconfiguration to only commands starting withgemini:. - Sanitization: The instructions do not explicitly define sanitization routines for the user input; the security of the execution relies on the agent's internal tool-calling guardrails and the shell environment's handling of special characters.
Audit Metadata