电商竞品价格监控系统
AdvisoryAudited by Static analysis on May 10, 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.
The agent may repeatedly visit ecommerce pages, save screenshots/data, and send alerts based on automated comparisons.
The skill directs the agent to combine browsing, screenshots, scheduled execution, file I/O, and web search. These tools fit the monitoring purpose, but they should be scoped to user-provided product pages and thresholds.
`browser open` + `browser snapshot` ... `browser screenshot` ... `cron` ... `write` + `read` ... `web_search`
Confirm the exact product URLs, check interval, alert thresholds, and storage location before starting the monitor.
The monitor could continue making periodic browser checks and alerts after the initial conversation unless it is stopped.
The skill creates a recurring cron task for ongoing monitoring. This is central to the stated purpose, but it is persistent background behavior.
用 cron 工具创建定时检查任务 ... 间隔:用户配置的 checkIntervalMin
Ask for an explicit stop date, maximum run time, or command to disable the cron job when monitoring is no longer needed.
Competitor URLs, price history, stock status, promotions, and screenshots may be retained and reused in later monitoring or reports.
The skill stores baseline and historical monitoring data in memory for later comparisons and reports. This is expected for price tracking, but it creates persistent retained context.
将基线数据保存到 `memory/ecommerce-monitor-baseline.json`
Review what data is stored, avoid adding private pages unless intended, and periodically delete old monitoring data if it is no longer needed.
