Buy from Amazon — Search, Cart & Order for AI Agents

PassAudited by ClawScan on May 1, 2026.

Overview

This shopping skill is coherent and disclosed, but users should notice that it sends shipping and email details to buystuff.ai and can generate a real payment link.

Before installing, confirm you trust buystuff.ai with your shipping address and email, and only allow the agent to request a payment link after you have reviewed the full order details and total cost.

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 could cause a payment-link email to be sent, but the user must still independently open it and pay before any purchase is completed.

Why it was flagged

The skill can initiate a checkout-related action by requesting a payment link, but the artifact directs the agent to obtain explicit approval first and says no charge occurs through the API.

Skill content
Always show the full price breakdown before requesting the payment link. ... You MUST get explicit user approval before requesting the payment link
Recommendation

Only approve the payment-link step after reviewing the item, quantity, shipping address, service fee, and total price.

What this means

Your shipping address and email are shared with the service so it can send a payment link and fulfill the order.

Why it was flagged

The artifact discloses that checkout sends personal delivery and contact information to buystuff.ai, which is expected for fulfillment but still sensitive.

Skill content
data_sent: ... shipping address ... destination: https://buystuff.ai ... email address ... destination: https://buystuff.ai
Recommendation

Use this only if you are comfortable sharing the relevant address and email with buystuff.ai for order processing.

What this means

A retained session ID may link future requests to the same cart or shopping flow.

Why it was flagged

The skill instructs the agent to preserve a session identifier for cart continuity; this is expected for shopping but creates reusable session state.

Skill content
Save this session ID and send it as an X-Session-ID header on all subsequent requests. This lets you ... Maintain continuity across the entire shopping flow
Recommendation

Treat session IDs as private shopping-session data and avoid reusing them outside the intended order flow.