CtrlK
BlogDocsLog inGet started
Tessl Logo

tdg-personal/agent-payment-x402

Add x402 payment execution to AI agents — per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents need to pay for APIs, services, or other agents.

84

Quality

84%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

Security

3 findings — 3 medium severity. This skill can be installed but you should review these findings before use.

Medium

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

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

Third-party content exposure detected (high risk: 0.80). SKILL.md explicitly states that "When a server returns `402` the agent's payment tool automatically negotiates price, checks budget, signs a transaction, and retries," meaning the agent will ingest and act on arbitrary external HTTP responses (third‑party servers) which can materially change payment behavior.

Report incorrect finding
Medium

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

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

Potentially malicious external URL detected (high risk: 0.90). The skill's MCP config and examples invoke "npx agentwallet-sdk@6.0.0" at runtime (a required dependency) which fetches and executes remote npm package code — see https://www.npmjs.com/package/agentwallet-sdk — so the external package controls executable behavior of the agent.

Medium

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

What this means

The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.

Why it was flagged

Direct money access detected (high risk: 1.00). The skill is explicitly a payments execution tool. It implements the x402 payment protocol, manages non-custodial wallets (ERC-4337), and exposes agent-callable tools such as send_payment (send payment to address/ENS), get_balance, and list_transactions. It signs transactions and can autonomously negotiate and retry payments when a 402 is returned. These are specific, purpose-built financial operations (wallet management and sending payments), not generic I/O or browsing capabilities.

Audited
Security analysis
Snyk