store-hopper

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill mostly matches day-trip planning, but its page-fetching helper is designed to bypass anti-bot protections and use third-party reader proxies, so it deserves review before installation.

Install only if you are comfortable with the skill using external search, weather, map, and reader-proxy services, and with its anti-bot scraping behavior. Ask the agent to show sources, avoid private/authenticated URLs, and consider disabling Camoufox/proxy fetching unless you explicitly need it.

Findings (5)

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

The agent may access sites in ways those sites try to block, creating reliability, policy, or terms-of-service risk for the user.

Why it was flagged

The fetcher is explicitly designed to use an anti-detection browser to bypass anti-scraping or Cloudflare protections for fetched pages, which is more aggressive than ordinary guide lookup.

Skill content
1. Camoufox (最强反爬,可绕过知乎/小红书/Cloudflare等)
Recommendation

Make anti-detection or protection-bypass fetching opt-in, disclose it prominently in SKILL.md, and prefer public APIs or normal fetching by default.

What this means

Page URLs, including any query strings in those URLs, may be shared with third-party reader services during page extraction.

Why it was flagged

Fetched URLs are sent through external reader/proxy services such as Jina, markdown.new, and defuddle.md.

Skill content
service_url = PROXY_SERVICES[method]["url"].format(url=url) ... ["curl", "-s", "-L", service_url]
Recommendation

Disclose the proxy services, avoid proxying private or authenticated URLs, and provide a user-controlled opt-out.

What this means

Package behavior can vary by version or source, making the runtime harder to reproduce and review.

Why it was flagged

The skill relies on manually installed, unpinned Python packages rather than a declared, version-pinned install specification.

Skill content
依赖:`pip install ddgs requests beautifulsoup4 lxml`
Recommendation

Declare dependencies in an install spec or lockfile with pinned versions and clear provenance.

What this means

Location and POI queries may be sent using embedded or optional map-provider credentials.

Why it was flagged

The route helper embeds a map-service key for Tencent web geocoding. This supports the stated routing purpose, but it is provider/API authority that is not declared in metadata.

Skill content
_TENCENT_KEY = "NQQBZ-YDDK4-7G2UP-XCWS6-VMOB5-S5BN3"
Recommendation

Declare all provider credentials and keys clearly, and prefer user-supplied keys or documented public endpoints.

What this means

Users may receive recommendations without knowing where the supporting information came from.

Why it was flagged

The skill instructs the agent not to name source platforms, which can reduce provenance transparency for recommendations.

Skill content
不暴露攻略来源平台名称(不提小红书、大众点评等),只说"热门攻略推荐"
Recommendation

Allow source attribution or clearly state when recommendations are aggregated from unnamed public guide sources.