A Share Site Crawl

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

If used with a real logged-in profile or cookies, the agent may see account-specific site content and operate through the user's session.

Why it was flagged

The skill may request access through a user's logged-in browser session or cookies, but the metadata declares no credentials and the artifacts do not define strict handling, isolation, or read-only boundaries.

Skill content
Ask for stronger access only when the user explicitly wants better extraction from a restricted site, especially 雪球. Examples: attached Chrome relay tab; logged-in browser profile; cookies or authenticated environment
Recommendation

Use a separate, low-privilege browser profile or temporary session if authenticated access is needed; avoid sharing raw cookies; confirm the task is read-only and scoped to the named sites.

What this means

The skill may generate browsing or fetch traffic to the listed market-information sites and reveal the user's query interests to those sites.

Why it was flagged

Browser and fetch access to external financial sites is central to the skill's stated purpose, but users should understand that crawl requests are sent to third-party sites and may encounter access controls.

Skill content
Prefer `browser` for page truth and `web_fetch` for cheap probing.
Recommendation

Keep crawls scoped to the requested sites and pages, respect login walls and anti-bot restrictions, and avoid bulk or scripted collection unless the user explicitly approves it.

What this means

If the user later wires this into a scheduler, it could repeatedly collect and retain public market records.

Why it was flagged

The skill discusses recurring cron-style workflows, but the artifacts do not include code that installs persistence or runs autonomously.

Skill content
building repeatable market-news collection, normalization, and cron workflows
Recommendation

Only enable recurring jobs deliberately, with clear rate limits, retention rules, site scope, and a way to stop the job.