Shopping Price Drop Coupon Scout

AdvisoryAudited by Static analysis on Apr 30, 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

If a user provides an API key, that key could carry retailer or affiliate API access depending on its scope.

Why it was flagged

The skill may use optional API keys for official integrations, but it instructs explicit collection, avoids file storage, and excludes login credentials.

Skill content
If API keys are required, collect explicitly and avoid storing them in files. Do not request login credentials.
Recommendation

Provide only limited, revocable API keys when necessary, and do not provide passwords, cookies, payment details, or account login credentials.

What this means

Untrusted or misconfigured webhook events could generate incorrect price alerts or expose a user's shopping interests to an integration.

Why it was flagged

Optional webhook/event handling is disclosed and limited to price-alert data, but webhook sources can influence alerts and may reveal watched products.

Skill content
Optional: price update events. Deduplicate alerts and respect rate limits. Include product id, price, and timestamp.
Recommendation

Use trusted webhook sources only, verify event origin where possible, and avoid including more product detail than needed.