agirails-agent-payments

Warn

Audited by Snyk on Feb 25, 2026

Risk Level: MEDIUM
Full Analysis

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.90). The skill's required onboarding and code-generation steps explicitly instruct the agent to call arbitrary HTTP provider endpoints (x402) — see Step 5 x402 example and the "Adapter Routing" section showing client.basic.pay({ to: 'https://api.provider.com/service' }) and registering X402Adapter — which causes the agent to fetch and act on untrusted third-party responses that can influence payments/releases.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).

  • Direct money access detected (high risk: 1.00). The skill is explicitly a payment SDK/onboarding for an on-chain agent economy that mints, transfers, locks, and settles USDC. It includes concrete APIs and commands that perform payments and escrow operations (e.g., ACTPClient.create(), client.pay(), client.basic.pay(), request() that locks USDC, client.standard.releaseEscrow(transaction.id), mintTokens(), X402Adapter with a transferFn that calls ERC-20 transfer, CLI commands like actp pay / actp tx settle, and explicit contract addresses and key management). This is not a generic tool — its primary and explicit purpose is to move and settle funds on-chain (USDC) including wallet/key handling, escrow release, and adapter transfer functions.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Feb 25, 2026, 05:59 AM