Spraay Payments

WarnAudited by ClawScan on May 10, 2026.

Overview

This is a coherent Spraay integration, but it can direct an agent to make wallet-funded crypto payments and other paid gateway actions without explicit guardrails, so users should review it before use.

Install only if you are comfortable with your agent using Spraay's gateway for crypto and paid x402 requests. Use a limited wallet, verify the gateway URL, and require manual confirmation for every transfer, swap, approval, scheduled action, upload, and outbound message.

Findings (5)

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 prompt, address, token, amount, or chain could cause unintended crypto payments or notifications.

Why it was flagged

The documented workflow has the agent proceed to a batch crypto payment and outbound notifications, but the artifacts do not specify a mandatory confirmation step or transaction limits before high-impact financial actions.

Skill content
Agent steps:
1. Resolve any ENS/Basename addresses via `/api/resolve`
2. Get current USDC price via `/api/price?symbol=USDC` (confirm peg)
3. Send batch payment via `/api/batch-payment`
4. Check tx status via `/api/tx-status`
5. Send confirmation emails via `/api/email/send`
Recommendation

Require explicit user approval immediately before every payment, swap, approval, scheduled payment, and outbound message; show recipient, amount, token, chain, fees, and destination first.

What this means

The agent may incur paid gateway charges or use wallet authority in ways the user did not explicitly review.

Why it was flagged

This indicates delegated wallet/payment authority for paid calls, but the artifacts do not define per-call approval, spend caps, or which wallet/account is authorized.

Skill content
Payments are made per-request via x402 (HTTP 402 → pay → retry). Your agent's wallet handles this automatically if you have a Coinbase CDP wallet or any x402-compatible facilitator.
Recommendation

Use a dedicated low-balance wallet, set spending limits where possible, and require confirmation before retrying paid x402 requests.

What this means

If used, scheduled jobs or payment templates could keep acting after the original task is finished.

Why it was flagged

The skill documents endpoints that can create continuing or future actions, including scheduled payments and cron jobs.

Skill content
`/api/cron/create` | POST | Create scheduled job ... `/api/webhook/register` | POST | Register webhook listener ... `/api/schedule/payment` | POST | Schedule future payment ... `/api/template/execute` | POST | Execute template
Recommendation

Only create schedules, webhooks, or templates on explicit request, record what was created, and provide a review/delete step after setup.

What this means

Sensitive payment details, reports, messages, or AI prompts could be shared with third-party services when those endpoints are used.

Why it was flagged

The skill discloses that prompts, messages, files, and blockchain requests may be routed to external providers.

Skill content
AI inference — Pay-per-query AI chat via OpenRouter ... Email/XMTP messaging — Send payment confirmations and notifications ... IPFS storage — Pin files to IPFS via Pinata ... RPC relay — Access 7 chains via Alchemy
Recommendation

Do not send confidential files, personal data, or private business details unless you intend to share them with the named providers and recipients.

What this means

Users have less provenance information to assess who maintains the skill and gateway instructions.

Why it was flagged

The registry metadata does not identify a source repository for this payment-focused skill, although the provided artifacts themselves do not show hidden install code.

Skill content
Source: unknown
Recommendation

Verify the publisher, homepage, and gateway URL before use, especially because the skill involves payments.