1688 Price Monitor
Analysis
This skill appears to perform the advertised 1688 price, search, and profit lookups, with expected outbound 1688 requests and a standard Python dependency to notice.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
mobile_url = f"https://m.1688.com/offer/{item_id}.html" ... search_url = f"https://s.1688.com/selloffer/offer_search.htm?keywords={keyword}&beginPage={page}"The tool makes outbound requests to fixed 1688 domains using user-supplied product IDs or search keywords. This is expected for price lookup and sourcing, but it is still an external data flow.
"install": [ { "id": "requests", "kind": "pip", "package": "requests", "label": "安装依赖:pip3 install requests" } ]The skill asks for an unpinned PyPI dependency. The dependency is expected for HTTP requests, but unpinned packages are a supply-chain detail users should notice.
