Image Sprout
Analysis
No malicious behavior is evident; the skill is a coherent image-generation CLI guide, but users should protect the local OpenRouter key, saved project data, and optional unauthenticated web UI.
Findings (5)
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.
Source: unknown ... Required binaries (all must exist): image-sprout ... No install spec
The skill delegates work to an external CLI that is not included or installed by the provided artifacts; this is not suspicious by itself, but the installed binary's provenance matters.
Security: do not expose the web UI to the public internet. The server has no authentication.
The optional web UI is explicitly disclosed as unauthenticated; this is usable for local review but risky if exposed to untrusted networks.
`image-sprout project use <name>` sets a shared "current project" state on disk. When multiple agents or processes run concurrently, this state can collide.
The artifact identifies shared mutable state that could cause concurrent agents to operate on the wrong project if the shortcut is used.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Image Sprout stores its OpenRouter key on disk. Set it once per machine:
The skill uses a provider API key and stores it locally; this is expected for OpenRouter-backed image generation but is sensitive account authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
reference images, derived guides, and persistent instructions
The skill intentionally persists project context that can be reused to influence later generations.
