扫描报告
5 /100
spraay
Payment infrastructure for AI agents - batch crypto payments, x402 micropayment gateway, agent-to-agent USDC settlement, multi-chain payroll, Bitcoin PSBT transactions, and robot task commissioning via RTP
Spraay is a legitimate payment infrastructure skill with no malicious behavior detected. All operations are properly documented, and network calls exclusively target the declared gateway.spraay.app endpoint.
可以安装
Approve for use. The skill performs standard payment gateway operations through documented curl commands with no credential harvesting, data exfiltration, or obfuscation.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | bins: [curl] in SKILL.md |
| 文件系统 | NONE | READ | ✓ 一致 | scripts/spraay.sh:79 - ipfs-pin reads files via base64 for legitimate IPFS funct… |
| 命令执行 | NONE | WRITE | ✓ 一致 | scripts/spraay.sh is a wrapper script; shell execution is limited to curl comman… |
10 项发现
中危 外部 URL 外部 URL
https://spraay.app SKILL.md:25 中危 外部 URL 外部 URL
https://gateway.spraay.app SKILL.md:47 中危 钱包地址 加密货币钱包地址
0x1646452F98E36A3c9Cfc3eDD8868221E207B5eEC SKILL.md:61 中危 钱包地址 加密货币钱包地址
0xAd62f03C7514bb8c51f1eA70C2b75C37404695c8 SKILL.md:217 中危 外部 URL 外部 URL
https://docs.spraay.app SKILL.md:222 中危 外部 URL 外部 URL
https://x.com/Spraay_app SKILL.md:225 中危 外部 URL 外部 URL
https://warpcast.com/plag SKILL.md:226 中危 外部 URL 外部 URL
https://mempool.space/tx/abc123... references/bitcoin-psbt.md:71 中危 外部 URL 外部 URL
https://agent.example.com/webhook/task-complete references/rtp-protocol.md:72 中危 钱包地址 加密货币钱包地址
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 references/x402-gateway.md:14 目录结构
6 文件 · 28.7 KB · 990 行 Markdown 5f · 817L
Shell 1f · 173L
├─
▾
references
│ ├─
batch-payments.md
Markdown
│ ├─
bitcoin-psbt.md
Markdown
│ ├─
rtp-protocol.md
Markdown
│ └─
x402-gateway.md
Markdown
├─
▾
scripts
│ └─
spraay.sh
Shell
└─
SKILL.md
Markdown
安全亮点
✓ All network requests target declared gateway.spraay.app endpoint only
✓ No credential harvesting or environment variable iteration for sensitive keys
✓ No obfuscation techniques (base64, eval, atob) beyond standard file encoding for IPFS
✓ No remote script execution (curl|bash, wget|sh)
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ No reverse shell, C2, or data exfiltration to external IPs
✓ Bitcoin operations are non-custodial (PSBT keeps private keys client-side)
✓ Payment protocol uses x402 standard with USDC on Base via Coinbase CDP
✓ Full endpoint catalog documented with transparent pricing
✓ Open-source references provided (github.com/plagtech)