scene-replace

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

User-provided image links and scene instructions will be processed by Flyelep’s service.

Why it was flagged

The skill instructs the agent to make an external HTTP POST request to Flyelep with image URLs and prompt parameters; this is central to the stated scene-replacement purpose and is clearly disclosed.

Skill content
URL: `POST https://www.flyelep.cn/prod-api/poster-design/api/v1/poster/aiTool/sceneReplace`
Recommendation

Use the skill only with images and prompts you are comfortable sending to Flyelep, and verify the source and reference image URLs before invocation.

What this means

If the API key is mishandled, someone could potentially use the user’s Flyelep account quota or access tied to that key.

Why it was flagged

The skill requires a user-supplied Flyelep API key in the request header. This is expected for the provider API and the artifact warns not to hardcode or persist the key.

Skill content
所有 AI 工具接口均需在请求头中传入 `secretKey`。该密钥需由用户在 Flyelep 开放平台申请获得
Recommendation

Provide the secretKey only at runtime, do not store it in shared files, and revoke or rotate it if it may have been exposed.