Atoship

ReviewAudited by ClawScan on May 1, 2026.

Overview

Atoship appears purpose-aligned, but it needs an API key that can buy shipping labels and spend wallet funds, and it sends shipment details to Atoship/carriers.

Install only if you trust Atoship with shipping and customer address data. Start with a test key or small wallet balance, keep the API key private, and carefully review every price, service, and address before confirming wallet-affecting actions.

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

A mistaken or poorly reviewed confirmation could buy a real label and deduct funds from the postage wallet.

Why it was flagged

The skill can call a purchase API that creates paid shipping labels, but the artifact also includes a clear explicit-confirmation safeguard.

Skill content
Always show the user the carrier, service, price, and full addresses, then ask for explicit confirmation ... before calling the purchase API.
Recommendation

Before confirming, verify the carrier, service, price, sender and recipient addresses, and package details.

What this means

Anyone or any agent flow with access to the key may be able to use wallet funds for label purchases.

Why it was flagged

The required credential has spend authority on the user's Atoship account, which is expected for shipping labels but important to handle carefully.

Skill content
Your API key authorizes label purchases and wallet charges.
Recommendation

Use a test key or small wallet balance while evaluating, keep the key private, enable spending alerts, and rotate or revoke the key if needed.

What this means

Personal or customer shipping information will be shared with Atoship and potentially carrier services.

Why it was flagged

The workflow sends names, addresses, package details, and related shipment data to an external shipping API as part of its purpose.

Skill content
Your AI assistant calls the atoship API directly using your API key ... Sender: Name, Street, City, State, ZIP ... Recipient: Name, Street, City, State, ZIP
Recommendation

Only provide shipment data needed for the task and review the provider's privacy and data-handling practices before use.