Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

alphashop-image

v1.0.1

AlphaShop(遨虾)图像处理 API 工具集。支持11个接口:图片翻译、图片翻译PRO、 图片高清放大、图片主题抠图、图片元素识别、图片元素智能消除、图像裁剪、 虚拟试衣(创建+查询)、模特换肤(创建+查询)。 触发场景:图片翻译、翻译图片文字、放大图片、高清放大、抠图、去背景、 检测水印/Logo/文字、...

0· 92·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Skill name, description, README, SKILL.md, and included script all implement an image-processing client for AlphaShop and legitimately require ALPHASHOP_ACCESS_KEY and ALPHASHOP_SECRET_KEY. However, the registry/manifest metadata lists no required environment variables or primary credential, which is inconsistent with the actual code and runtime instructions.
Instruction Scope
SKILL.md instructs the agent to set two API keys in OpenClaw config and run the included Python CLI which POSTs JSON to https://api.alphashop.cn endpoints. The runtime instructions do not ask the agent to read unrelated local files or other credentials, nor to exfiltrate data to unexpected endpoints. They do instruct to prompt the user for keys if missing and to stop on billing errors.
Install Mechanism
There is no install spec (instruction-only at platform level). The bundle contains a Python script and a requirements.txt (requests, PyJWT) — common, expected dependencies. No downloads from unusual URLs or archive extraction are present.
!
Credentials
The code requires two secrets (ALPHASHOP_ACCESS_KEY and ALPHASHOP_SECRET_KEY) to create JWTs and call the API — this is proportionate to the stated purpose. The concern is the manifest/registry metadata failing to declare these required env vars and primary credential, which could lead to unexpected prompt/permission behavior or user confusion. Also note that providing these keys grants the skill the ability to call the external API (and incur billing).
Persistence & Privilege
Skill is not always-on and does not request elevated platform privileges. It does not attempt to modify other skills or system-wide config. Autonomous invocation is allowed (platform default) but not combined with other high-risk factors here.
What to consider before installing
This skill appears to be a genuine AlphaShop image-processing client, but there are a few things to check before installing: - Keys required: The script and SKILL.md require ALPHASHOP_ACCESS_KEY and ALPHASHOP_SECRET_KEY. The public registry metadata did NOT declare these — ask the publisher to update the manifest to list required env vars and a primary credential so you know what will be requested up front. - Trust and billing: Supplying the keys lets the skill call the external API and may incur charges. Only use keys you obtained from the official AlphaShop site and consider using limited/billing-restricted credentials if possible. Monitor usage and rotate keys if you stop using the skill. - Data privacy: Images you send (via public URLs) will be fetched/processed by api.alphashop.cn. Do not send sensitive or private images unless you have verified the service's privacy and retention policies. - Endpoint sanity check: The code posts to https://api.alphashop.cn — verify this domain and the service documentation yourself before providing credentials. - Manifest inconsistency: Because the registry metadata omitted required env vars, treat this as a quality/control issue. If you rely on automated policy checks or least-privilege reviews, ask the publisher to fix the manifest to declare ALPHASHOP_ACCESS_KEY and ALPHASHOP_SECRET_KEY and to set primaryEnv accordingly. If you need higher assurance, request an explanation from the publisher about the manifest omission and confirm the service's billing/privacy terms; otherwise this skill is functionally coherent but the metadata omission is a red flag worth resolving.

Like a lobster shell, security has layers — review code before you run it.

latestvk979q36c4x5b1c66qxczeh91w583ekvf

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments