Cart Abandonment Analyzer

AdvisoryAudited by Static analysis on May 4, 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 you let an agent implement the sequence directly, it could affect customers through email, SMS, push notifications, or discounts.

Why it was flagged

This is the skill's stated purpose, but if paired with marketing-platform tools it could result in customer-facing messages, incentives, or discount workflows.

Skill content
Build a multi-touch recovery sequence with channel selection (email, SMS, push), timing cadence, and content strategy for each touch.
Recommendation

Require explicit approval before sending campaigns, creating discount codes, or changing live marketing automations.

What this means

Reports or prompts may contain customer identifiers, cart contents, and behavior data if the user provides them.

Why it was flagged

The skill expects granular customer/cart behavior data for analysis and segmentation, which is purpose-aligned but sensitive.

Skill content
Cart abandonment events tracked with timestamp, products, cart value, and user ID
Recommendation

Use only the minimum data needed, anonymize where possible, avoid unnecessary PII, and keep retention/access controls aligned with privacy obligations.

What this means

If an installer or runtime asks for wallet, purchase, or sensitive-credential access, that would be more authority than the visible docs justify.

Why it was flagged

These capability signals are broader than the visible instruction-only artifacts and the metadata showing no required credentials, but no code or workflow demonstrates use of those powers.

Skill content
requires-wallet; can-make-purchases; requires-sensitive-credentials
Recommendation

Do not grant unrelated wallet, purchase, or credential permissions unless future artifacts clearly explain why they are necessary.