Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 70% confidence
- Finding
- Without declared permissions the skill's intent is opaque and cannot be validated.
Security audit
Security checks across malware telemetry and agentic risk
The skill is a disclosed connector to an external paid payment gateway and includes clear human-confirmation safeguards for money-moving actions.
Install only if you intend to use Spraay's external gateway. Treat this as a financial tool: review every dry run and fee estimate, confirm each spend explicitly, keep SPRAAY_API_KEY private, and do not set SPRAAY_GATEWAY_URL to an untrusted host.
## Human approval rules (non-negotiable) - **Never initiate any payment, subscription, or checkout autonomously.** Subscribing is a human-in-browser action. x402 per-call payments require the user's explicit "yes" for each spend, with the amount stated. - **Any endpoint that moves funds** (`/api/v1/batch/execute`, `/api/v1/escrow/create`, payroll runs, robot task dispatch) requires: (a) a prior dry run via `POST /free/validate-batch` and `GET /free/estimate-batch`, (b) a plain-language preview shown to the user — recipient count, total amount, token, chain, estimated fees — and (c) the user's explicit confirmation of that exact preview. No confirmation, no execution. - Never request, read, or handle private keys or seed phrases. Signing happens in the user's own wallet tooling. ## Endpoint reference
# Spraay Gateway Spraay is a multi-chain x402 payment gateway. Its core capability is **batch payments**: pay up to 200 recipients in a single transaction with roughly 80% gas savings versus individual transfers. Around that core it exposes 190 endpoints (32 free, 150+ paid) across 37 categories on 15 mainnet chains (Base, Solana, Ethereum, Polygon, Arbitrum, XRP Ledger, Stellar, Bitcoin, Stacks, and more) — escrow, crypto payroll, robot task payments (RTP), GPU/compute, token data, and research. Provenance: the Spraay payment toolset (batch, escrow, RTP) is merged into NVIDIA's NeMo-Agent-Toolkit-Examples (#27), ships as a community integration on the official Strands Agents documentation site (strandsagents.com/docs/integrations/tools/strands-spraay), and is merged into google/adk-python-community (#95) and aaif-goose/goose (#7525). Those projects are not affiliated with or endorsing Spraay; the citations describe where the tooling has been merged.
64/64 vendors flagged this skill as clean.
No suspicious patterns detected.