Nano Banana Pro Image Generator
Analysis
This appears to be a straightforward Media.io image-generation connector, but it requires a Media.io API key and sends prompts or reference image URLs to Media.io.
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.
pip install requests
The skill asks the user to manually install an unpinned Python dependency. This is common and purpose-aligned for a simple API wrapper, but it is still a supply-chain detail users should notice.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`API_KEY` | **Yes** | Media.io OpenAPI key, sent as `X-API-KEY` header.
The skill requires a credential for the user's Media.io API account. This is disclosed and purpose-aligned, but it gives the skill account-level API access for this service.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Endpoint: `POST https://openapi.media.io/generation/banana/i2i-banana-2` ... `prompt` ... `image` | Reference image URL for image-to-image
The skill sends prompts and optional reference image URLs to an external provider endpoint. This is central to the image-generation purpose, but users should treat submitted content as shared with Media.io.
