AirShelf Agentic Commerce Platform

PassAudited by ClawScan on May 1, 2026.

Overview

This looks like a coherent shopping helper that uses a public AirShelf API, with the main cautions being checkout-link creation and optional email sharing.

Before installing, be comfortable that this skill will contact dashboard.airshelf.ai for shopping searches and checkout links. Use it for product discovery and comparison, but require confirmation before checkout creation, avoid sharing your email unless needed, and verify merchant checkout pages and important product claims such as allergens, pricing, and return policies before buying.

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 create a cart or checkout link for selected items; it should not do this unless you have chosen the product and quantity.

Why it was flagged

The skill exposes an external POST action that creates a checkout/cart session. This is purpose-aligned for commerce and the artifact says payment is completed by the user on the merchant site, but checkout creation should remain user-approved.

Skill content
curl -s -X POST "https://dashboard.airshelf.ai/api/merchants/MERCHANT_ID/checkout" ... -d '{"items": [{"product_id": "PRODUCT_ID", "quantity": 1}]}'
Recommendation

Require explicit confirmation before checkout creation and review product, quantity, merchant, price, and shipping terms before opening or paying through the checkout URL.

What this means

If used, your email or an agent identifier may be sent to AirShelf or the merchant for order tracking or attribution.

Why it was flagged

The checkout API may receive a customer email and agent identifier. This external data sharing is disclosed and optional, but it is still personal or tracking-related information.

Skill content
`customer` — Optional: `{email: "..."}` for order tracking
- `agent_id` — Optional: your agent identifier for attribution
Recommendation

Only provide an email or identifier when needed, and confirm you are comfortable sharing it with the external commerce service.

What this means

You have less registry-provided context for verifying who operates the service behind the shopping API.

Why it was flagged

The skill is instruction-only and has no code install path, but the registry metadata does not provide a source repository or homepage for independent provenance review of the commerce integration.

Skill content
Source: unknown
Homepage: none
Recommendation

Verify the AirShelf domain and merchant checkout destination before relying on recommendations or proceeding with a purchase.