Generate a 3x3 grid (9-square) travel blogger style collage based on user photos and a specific destination.

AdvisoryAudited by Static analysis on May 12, 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

Your uploaded photos or facial characteristics may be processed by the image-generation workflow to make the collage.

Why it was flagged

The workflow uses uploaded photos and facial/appearance descriptions to drive an image-generation tool. This is central to the skill's purpose and disclosed, but it involves sensitive personal imagery/identity information.

Skill content
When user uploads photos: ... Identify key facial features ... Step 5: Execute Generation ... Call `generate_image`
Recommendation

Use only photos you have permission to process, avoid sensitive images, and be mindful of the image provider's privacy/retention policies.

What this means

The destination you provide, and possibly related search terms, may be sent to an external search service.

Why it was flagged

The skill directs the agent to use an external web search tool for destination research. This is purpose-aligned, but users should notice that destination queries may be sent to a search provider.

Skill content
IMPORTANT: Before generating, search for 9 iconic locations/landmarks at the destination: ... Use `web_search` to find: "{destination} 必去景点" or "{destination} top attractions Instagram spots"
Recommendation

Avoid including private addresses, exact travel plans, or other sensitive details in the destination request if you do not want them searched externally.