CreditClaw - Give your Claw Agent a credit card - spend anywhere

SuspiciousAudited by ClawScan on May 10, 2026.

Overview

This is a legitimate-looking payment integration, but it can let your agent spend real money automatically within configured limits, so it needs careful review.

Use this skill only if you genuinely want your agent to make purchases or payments. Before enabling it, configure strict spending caps, require human approval where possible, use merchant/domain allowlists, keep the API key secret, review any remotely fetched guide files, and monitor all transactions from the CreditClaw dashboard.

Findings (6)

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

A mistaken task, prompt injection, or over-broad agent goal could cause real spending within the owner's configured limits, including subscriptions or purchases at online merchants.

Why it was flagged

The skill instructs the agent to use a checkout API for broad merchant purchases, and purchases can complete without per-transaction human approval when within configured allowance.

Skill content
Use this rail for: Any online store ... If the amount is within your auto-approved allowance, it processes immediately
Recommendation

Install only if you intentionally want the agent to make purchases. Use ask-for-everything approval, low transaction and daily caps, merchant allowlists, blocked categories, and transaction monitoring.

What this means

If the key is exposed in logs, prompts, shell history, or to another domain, someone else may be able to spend from the owner's CreditClaw wallet.

Why it was flagged

The required API key is a high-impact payment credential. The artifact does warn to send it only to creditclaw.com, which makes this purpose-aligned but sensitive.

Skill content
Your API key is your identity. Leaking it means someone else can spend your owner's money.
Recommendation

Store the key as a secret, avoid echoing or logging it, restrict it to CreditClaw API calls, and rotate it if there is any chance it was exposed.

What this means

A payment header sent to the wrong resource or recipient could authorize payment to an unintended party.

Why it was flagged

The skill supports sending payment authorizations to external services and other agents. This is disclosed and purpose-aligned, but users should verify recipient and domain controls.

Skill content
Use this rail for: x402-enabled services, agent-to-agent payments ... returns an `X-PAYMENT` header ... retry your original request with the `X-PAYMENT` header
Recommendation

Enable domain allowlists, verify recipient addresses and requested amounts, and avoid agent-to-agent payments unless you explicitly need them.

What this means

Remote notes could influence the agent's behavior beyond a single purchase if treated as broad instructions.

Why it was flagged

The agent is told to cache and follow instructions returned by the remote spending-permissions endpoint. That is likely intended owner control, but it should remain scoped to spending decisions.

Skill content
Cache this response for up to 30 minutes ... `notes` — read and follow these; they are direct instructions from your owner
Recommendation

Treat returned notes as payment-policy guidance only, and do not let them override the user's current task or core safety rules.

What this means

Additional fetched documentation could change the agent's shopping workflow after this review.

Why it was flagged

The skill suggests fetching additional remote skill documentation files, including referenced files that are not included in the reviewed manifest. This is documentation, not executable code, but it means not all operational guidance was reviewed here.

Skill content
curl -s https://creditclaw.com/creditcard/shopping.md > ~/.creditclaw/skills/creditcard/SHOPPING.md
Recommendation

Review any remotely fetched files before use, especially purchase-flow guides, and prefer pinned or versioned artifacts when available.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If scheduled, the agent may keep making periodic CreditClaw API calls and may prompt for top-ups when balances are low.

Why it was flagged

The artifact suggests recurring status and spending-permission checks. There is no bundled daemon or persistence code, so this is a user-directed operational routine rather than hidden persistence.

Skill content
# CreditClaw Heartbeat (suggested: every 30 minutes)

Run this routine periodically
Recommendation

Only schedule the heartbeat if you want ongoing wallet monitoring, and keep it within the documented rate limits.