ImageRouter
Analysis
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.
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.
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.
-F 'image[]=@/path/to/your/image.webp'
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.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
-H 'Authorization: Bearer YOUR_API_KEY'
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.
