Goldrush X402

PassAudited by ClawScan on May 10, 2026.

Overview

This is a coherent documentation-only integration for GoldRush x402, but using it means giving an app or agent a wallet private key that can make automatic paid requests.

This skill appears safe to treat as documentation for GoldRush x402, not as hidden executable code. Before using it, create a dedicated wallet, keep only the funds you are willing to spend, store the private key securely, pin and review the x402 npm dependencies, and add explicit spending and request limits for any autonomous agent.

Findings (3)

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

Any code or agent with this private key can make paid x402 requests from the funded wallet.

Why it was flagged

The skill requires a wallet private key to authorize payments. This is expected for x402, and the docs warn not to commit it, but it is still sensitive delegated authority.

Skill content
You need a wallet with testnet USDC on Base Sepolia. You'll use the wallet's private key to sign x402 payments. Never commit your private key to source control.
Recommendation

Use a dedicated low-balance wallet, preferably testnet-only unless you intentionally use mainnet later, store the key in a secrets manager, and monitor spending.

What this means

A misconfigured or overactive agent could make repeated paid requests without a separate human confirmation step.

Why it was flagged

The documentation intentionally enables autonomous paid API access. This is aligned with the skill purpose, but automatic requests can spend wallet funds if the calling agent loops or chooses expensive tiers.

Skill content
An AI agent with a funded wallet can autonomously access the full GoldRush API - no signup flow, no credentials to rotate, no billing portal, no human in the loop.
Recommendation

Add application-level spend limits, request limits, tier limits, and alerts before giving an autonomous agent access to a funded wallet.

What this means

Your project will depend on external npm libraries for wallet signing and payment handling.

Why it was flagged

The skill is instruction-only but directs users to install external npm packages without pinned versions. This is expected for the integration, but users should verify package provenance.

Skill content
**Install:** `npm install @x402/core @x402/evm`
Recommendation

Review the npm packages, pin versions or use a lockfile, and keep dependencies updated through your normal supply-chain controls.