ImageRouter

PassAudited by ClawScan on May 1, 2026.

Overview

ImageRouter is an instruction-only image generation skill that uses curl and an ImageRouter API key in a purpose-aligned way, with a few normal privacy and credential-handling points to notice.

This skill appears coherent and purpose-aligned. Before installing or using it, be aware that it sends prompts and any selected input images to ImageRouter and uses your API key, which may incur usage costs. Avoid uploading private images unless you are comfortable with the provider handling them.

Findings (2)

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.

What this means

Using the skill may consume ImageRouter credits or otherwise act under the user's API account.

Why it was flagged

The skill instructs use of an ImageRouter API key. This is expected for the service and is disclosed, but it gives the agent access to make API calls under the user's account.

Skill content
-H 'Authorization: Bearer YOUR_API_KEY'
Recommendation

Use a dedicated or limited-scope API key if available, monitor usage, and do not paste real keys into shared transcripts or logs.

What this means

Images selected for editing may be sent to ImageRouter and processed or hosted according to the provider's behavior.

Why it was flagged

The skill documents curl commands that upload local image files to ImageRouter for image-to-image generation. This is purpose-aligned, but it is a transfer of local user files to an external service.

Skill content
-F 'image[]=@/path/to/your/image.webp'
Recommendation

Only upload images you intend to share with ImageRouter, and use privacy-preserving response formats where appropriate.