Agent Payment Protocol
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: agent-payment-protocol Version: 0.1.0 The skill is designed to orchestrate agent-to-agent payments using Solana, maintaining local ledgers (`quotes.jsonl`, `payments.jsonl`) within its own directory. The `index.js` file uses standard Node.js `fs` module for file operations, consistent with its stated purpose. It prepares payment data but delegates actual Solana transactions to a separate `solana-transfer` skill. Neither the code nor the markdown (`SKILL.md`, `README.md`) contains evidence of prompt injection, data exfiltration, unauthorized execution, or other malicious intent. The `@solana/web3.js` dependency is legitimate for Solana interaction.
