Ae1
High
- Category
- analysis-evasion
- Content
- Handles platform-specific page structures (see [PLATFORMS.md](references/PLATFORMS.md))
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
This skill is a disclosed e-commerce price monitor; its file writes, notifications, and optional scheduled scans fit that purpose.
Before installing, confirm that you want the agent to visit the listed product URLs, save price and alert data locally, and create any recurring scan only after you explicitly request and review its schedule.
- Handles platform-specific page structures (see [PLATFORMS.md](references/PLATFORMS.md))
- Handles platform-specific page structures (see [PLATFORMS.md](references/PLATFORMS.md))
cted via Discord, alerts route there automatically.
## Scheduled Scanning
The agent should set up a recurring cron job when the user asks for
automatic scanning:
```
Every 6 hours: scan tracked products, check alerts, notify if triggered
Every 24 hours: generate and save a daily summary report
Weekly (Monday): generate weekly comparison report
```
### Setup
```bash
# Example — add to user's crontab or OpenClaw cron
openclaw cron add --name "price-scan" \
--schedule '{"kind":"every","everyMs":21600000}' \
--payload '{"kind":"agentTurn","message":"Run scheduled price scan on all tracked products. Check alerts and notify me of any changes."}'
```
## Price History Storage
### Default format: JSONL
```
scripts/price_history.jsonl
```
Each line is a JSON object:
```json
{
"timestamp": "2026-04-30T10:00:00",
"product_id": 1,
"product_name": "iPhone 15 Pro",
"price": 4899.00,
"currency": "RM",
"url": "https://shopee.com.my/...",
"seller": "Apple Flagship Store",
"inNo suspicious patterns detected.