Tomoviee Reference to Image

Security checks across malware telemetry and agentic risk

Overview

This skill is a coherent Tomoviee/Wondershare image-generation API client, with disclosed external API calls and expected API credential use.

This appears safe for its stated purpose. Before installing, confirm you trust the Tomoviee/Wondershare API, use a dedicated API key if possible, and do not submit sensitive reference images or callback URLs unless you are comfortable sharing that data with the provider.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

#
ASI03: Identity and Privilege Abuse
Low
What this means

Installing and using the skill may let the agent submit requests against the user's Tomoviee/Wondershare account, potentially consuming API credits.

Why it was flagged

The skill requires provider account credentials to create image-generation tasks; this is expected for the stated API integration, but users should treat those credentials as sensitive.

Skill content
`app_key` and `app_secret` are only used to build `Authorization: Basic <base64(app_key:app_secret)>`.
Recommendation

Use dedicated, revocable API credentials with the minimum necessary account permissions, and do not paste secrets into shared chats or files.

#
ASI07: Insecure Inter-Agent Communication
Low
What this means

Prompts and referenced image URLs will be shared with the external provider during normal operation.

Why it was flagged

The client sends the user's prompt and reference image URL in the request payload to the external Wondershare OpenAPI endpoint, which is aligned with the skill's image-generation purpose.

Skill content
"prompt": prompt, ... "reference_image": ref
Recommendation

Avoid using private or sensitive images unless sharing them with the provider is acceptable, and review any optional callback URL before use.