Seedance 2 Prompts

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to be a simple prompt-search helper that sends search terms to YouMind and returns Seedance prompt results, with no credentials, persistence, or local data access shown.

This skill looks safe for normal use as a Seedance prompt search helper. Be aware that your search terms are sent to YouMind, and the skill will include YouMind attribution/gallery links when showing results.

Findings (2)

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

Search phrases entered for this skill are sent to YouMind to retrieve prompt results.

Why it was flagged

The skill posts user-provided search terms to an external API. This is disclosed and central to the skill's search function, but users should know their query leaves the local environment.

Skill content
const res = await fetch('https://youmind.com/youhome-api/video-prompts', { method: 'POST', ... body: JSON.stringify({ model, page, limit, q: q || undefined }) });
Recommendation

Avoid putting private or sensitive information into search queries unless you are comfortable sending it to the YouMind service.

What this means

Users have less registry-level provenance information to verify the package origin.

Why it was flagged

The registry metadata does not provide a verified source or homepage, which slightly reduces provenance clarity even though the reviewed files are small and simple.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only from the expected ClawHub entry or a trusted repository, and review the included script if provenance matters for your environment.