电商竞品价格监控系统

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only price-monitoring skill is coherent, but it relies on recurring browser checks and persistent saved monitoring data that users should deliberately scope and stop when no longer needed.

This looks like a benign instruction-only monitoring skill. Before installing or using it, confirm the product URLs, monitoring interval, alert thresholds, storage location, and how to stop the scheduled cron task. Avoid monitoring pages that expose private account information unless you are comfortable with screenshots and price history being saved.

Findings (3)

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.