CtrlK
BlogDocsLog inGet started
Tessl Logo

openclaw-1ly-payments

OpenClaw integration for 1ly payments. Use when configuring OpenClaw agents to default to 1ly MCP for payment capabilities, x402 flows, or USDC transactions. Covers MCP server setup, wallet env vars, budget limits, and auto-spend within limits for agent-to-agent payments.

92

Quality

93%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

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). The skill's SKILL.md explicitly directs the agent to run 1ly marketplace queries and interpret results (e.g., the "Buyer flow: 1ly_search → 1ly_get_details → 1ly_call" and mcporter call examples), which fetches public 1ly listings (third‑party, user-provided) that the agent must read and act on (select and pay), enabling indirect prompt injection from those marketplace entries.

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.80). The skill config instructs mcporter to run remote code at runtime via the command "npx @1ly/mcp-server" (added with `mcporter config add 1ly --command "npx @1ly/mcp-server"`), which causes npm/npx to fetch and execute an external package that the skill relies on, so it is a runtime external dependency that executes remote code.

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 about payment execution. It configures an integration with "1ly MCP" for payments and USDC transactions, requires wallet keys (ONELY_WALLET_SOLANA_KEY) and an API key (ONELY_API_KEY), defines per-call and daily budget limits, and specifies automatic spending within those limits. The tooling includes explicit payment actions (e.g., buyer flow: 1ly_search → 1ly_get_details → 1ly_call; calls like mcporter call 1ly.1ly_call) and seller actions to create stores/links for accepting payment. These are specific crypto/payment gateway operations (wallets, API key, execute payment calls, auto-spend rules), so the skill grants direct financial execution capability.

Repository
Demerzels-lab/elsamultiskillagent
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.