Amazon Product Scraper

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent with its stated purpose: it browses Amazon product pages, extracts product details, and saves a user-requested report.

This skill appears safe for its stated purpose. Before installing, be aware that it will browse Amazon pages for provided ASINs or links and save the resulting analysis report in memory; use it responsibly and remove saved reports you no longer need.

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

The agent may generate web requests to Amazon on the user's behalf and could encounter blocking or terms-of-use limitations.

Why it was flagged

The skill explicitly uses the browser tool to access Amazon product pages and suggests retrying if anti-scraping behavior interferes. This is central to the scraper purpose, but it is still automated interaction with an external website.

Skill content
使用 browser 工具打开亚马逊产品页面 ... 亚马逊可能有反爬机制,如果第一次失败可以多试几次
Recommendation

Use it only for pages you intend to analyze, keep requests reasonable, and respect applicable site rules or rate limits.

What this means

Amazon listing text and the generated analysis report may persist after the task and could be reused or seen in later workflows depending on how memory is handled.

Why it was flagged

The skill persists scraped product-page content into a memory file. This is disclosed and purpose-aligned, but saved web content can remain available for later reference.

Skill content
将报告保存到 `memory/竞品分析报告-{ASIN}.md`
Recommendation

Treat saved reports as reference data rather than trusted instructions, and delete reports you do not want retained.