Nano Banana Image T8
Analysis
This skill appears purpose-aligned for generating or editing images, but it uses and stores a Nano Banana API key and sends prompts/images to an external API.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
使用技能自带脚本执行联调(优先):`~/.whaleclaw/workspace/skills/nano-banana-image-t8/scripts/test_nano_banana_2.py`
The skill expects the agent to run an included Python script through bash. This is disclosed and directly related to the skill’s purpose, but users should notice that local code execution is part of normal operation.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
API Key 来自用户对话消息,执行时通过 `--api-key` 或环境变量传入;脚本会落盘到 `~/.whaleclaw/credentials/nano_banana_api_key.txt`(权限 600)。
The skill requires a user-provided API key and saves it locally for reuse. This is expected for the service integration and disclosed, but it is still sensitive credential handling.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
API 基地址固定为 `https://ai.t8star.cn`... 图生图取用户提示词 + 用户上传图片路径(`--input-image` 可重复)
The skill discloses that prompts and uploaded image files are used with an external API endpoint. This is central to image generation/editing, but it means user content leaves the local environment.
