电商竞品价格监控系统

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.

What this means

The agent may repeatedly visit ecommerce pages, save screenshots/data, and send alerts based on automated comparisons.

Why it was flagged

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.

Skill content
`browser open` + `browser snapshot` ... `browser screenshot` ... `cron` ... `write` + `read` ... `web_search`
Recommendation

Confirm the exact product URLs, check interval, alert thresholds, and storage location before starting the monitor.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

The monitor could continue making periodic browser checks and alerts after the initial conversation unless it is stopped.

Why it was flagged

The skill creates a recurring cron task for ongoing monitoring. This is central to the stated purpose, but it is persistent background behavior.

Skill content
用 cron 工具创建定时检查任务 ... 间隔:用户配置的 checkIntervalMin
Recommendation

Ask for an explicit stop date, maximum run time, or command to disable the cron job when monitoring is no longer needed.

What this means

Competitor URLs, price history, stock status, promotions, and screenshots may be retained and reused in later monitoring or reports.

Why it was flagged

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.

Skill content
将基线数据保存到 `memory/ecommerce-monitor-baseline.json`
Recommendation

Review what data is stored, avoid adding private pages unless intended, and periodically delete old monitoring data if it is no longer needed.