RedotPay Payment Skill for MPP

PassAudited by VirusTotal on May 7, 2026.

Overview

Type: OpenClaw Skill Name: redotpay-payment Version: 0.1.7 The redotpay-payment skill facilitates service discovery and financial transactions via a CLI tool, but contains several high-risk patterns. Specifically, SKILL.md instructs the agent to construct shell commands using unvalidated user input (e.g., `redotpay wallet services list --search "<keywords>"`), which creates a shell injection vulnerability. Additionally, the installation reference uses a risky `curl | bash` pattern from an external GitHub URL (raw.githubusercontent.com/redotpay/redotpay-cli/v0.1.1/install.sh) and performs filesystem modifications via `ln -sf`. While the skill includes safety instructions regarding user consent and spend caps, these architectural vulnerabilities and high-privilege operations are risky.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If the user confirms a paid request, the agent may spend wallet funds to call a RedotPay service.

Why it was flagged

The skill can invoke a paid request tool against service endpoints. The instructions mitigate this by requiring inspection, cost disclosure, explicit confirmation, and spend caps, so this is purpose-aligned but important for users to notice.

Skill content
Then call the service: `redotpay request [flags] <endpoint_url>` ... Only execute after Step 3 confirmation.
Recommendation

Only confirm after checking the endpoint, exact USD cost, original currency amount, expected output, and `--max-spend` limit.

What this means

The skill may rely on a logged-in RedotPay wallet/account to authorize paid API requests.

Why it was flagged

The workflow uses RedotPay wallet/account login before paid calls. This is expected for the payment purpose, but it gives the CLI access to a sensitive account context.

Skill content
First, check login status: `redotpay wallet whoami` ... Not logged in → run login flow
Recommendation

Log in only through a trusted RedotPay CLI installation, review account/wallet permissions, and log out when no longer needed.

What this means

Installing or using the wrong CLI binary could affect payments or account security.

Why it was flagged

The registry does not provide provenance or installation details for a skill that depends on an external RedotPay CLI, so users need to verify the CLI source independently.

Skill content
Source: unknown; Homepage: none ... No install spec — this is an instruction-only skill.
Recommendation

Install `redotpay` only from an official source and verify the binary path/version before using wallet login or paid requests.