AI Xray Clothes – Free AI Clothes Replacer Tool – API-powered

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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 spend WeShop API credits and generate altered images.

Why it was flagged

The skill can start external image-generation jobs and request multiple outputs, which is expected for the stated purpose but may consume provider credits or produce more images than intended if invoked without clear user approval.

Skill content
POST /openapi/agent/runs — start a run ... batchCount ... default `1`; range `1-16`
Recommendation

Confirm the user-selected image and desired batch count before starting a run, especially if the account has paid usage or limited credits.

What this means

Anyone with the API key may be able to use the user's WeShop API access and possibly consume account credits.

Why it was flagged

The skill requires a WeShop API key to authenticate. This is purpose-aligned, and the instructions explicitly say the key should only be sent to openapi.weshop.ai.

Skill content
requires": {"env": ["WESHOP_API_KEY"]} ... Auth: `Authorization: <API Key>`
Recommendation

Store the key as an environment variable, do not paste it into unrelated tools, and rotate it if it may have been exposed.

What this means

Selected images are sent to WeShop for processing and may be stored or reused through provider URLs.

Why it was flagged

The skill documents uploading local images to a third-party provider and receiving a reusable URL. This is expected for the image-editing workflow, but photos of people can be sensitive.

Skill content
POST /openapi/agent/assets/images — upload a local image and get a reusable URL
Recommendation

Only upload images you have rights and consent to process, avoid sensitive personal photos, and review WeShop's privacy and retention terms before use.