Price

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent for price tracking, with the main consideration that it stores local buying records and describes ongoing tracking and alerts.

Before installing, decide whether you want the agent to keep price and purchase records under ~/price. Use explicit watchlist items and alert thresholds, review stored history periodically, and remove tracking entries when you no longer need them.

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 stored watchlist, price history, and purchase decisions could reveal shopping, travel, or business plans, and future recommendations may rely on stale or incorrect stored context.

Why it was flagged

The skill explicitly maintains persistent local records, including purchase decisions used for future recommendations.

Skill content
All data lives in ~/price/... purchases.md        # Past decisions for learning
Recommendation

Keep the ~/price folder limited to items you intentionally track, periodically delete old entries, and verify stored history against current price sources before acting.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If used as written, tracked items and alert notifications may continue beyond a single conversation unless the user manages the watchlist and preferences.

Why it was flagged

The skill describes ongoing monitoring behavior for tracked items; this is central to price alerts, but it is persistent activity that users should scope.

Skill content
Items on watchlist tracked continuously
Recommendation

Only add items to tracking after explicit user request, set clear thresholds and quiet hours, and provide or ask for a way to remove items from the watchlist.