Nano Banana Pro Custom
Analysis
This image-generation skill appears purpose-aligned, but users should understand it sends prompts/images to a configured API provider using an API key.
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.
dependencies = ["openai>=1.0.0", "pillow>=10.0.0", "requests>=2.28.0"]
The script declares runtime Python dependencies with broad version ranges. This is normal for a uv-run Python tool but does not provide lockfile-level dependency pinning.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
export NANO_API_KEY="your-api-key"
The skill requires and uses a provider API key, which is expected for an image-generation API integration but gives the skill delegated access to that provider account.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
此技能兼容任何 OpenAI 风格的图像 API
The skill intentionally supports arbitrary OpenAI-compatible providers, so prompts and input images may be sent to whichever base URL is configured.
