Shop from Samsung - With your creditcard

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This is a high-impact payment skill with guardrails, but its Samsung-facing registry name does not match its broad CreditClaw wallet/card shopping capabilities.

Review this carefully before installing: only proceed if you want a broad CreditClaw payment/shopping skill, not a Samsung-only shopper. Verify the publisher and API base, use strict spend limits and approval mode, restrict merchants/domains, and keep the CREDITCLAW_API_KEY private.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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 user could think they are installing a Samsung-specific shopping helper while actually granting a broad online payment/shopping integration.

Why it was flagged

The public label points to Samsung, while the provided files identify the skill as CreditClaw and document broad wallet/card spending across Amazon, Shopify, SaaS, any online merchant, and x402 payments. For a payment-capable skill, that scope mismatch can mislead users.

Skill content
Name: Shop from Samsung - With your creditcard; Slug: samsung
Recommendation

Install only if you intend to use CreditClaw broadly, and the publisher should rename or republish the skill with clear CreditClaw branding and full payment scope.

What this means

Anyone or any agent with the key can initiate purchase/payment requests within the configured CreditClaw guardrails.

Why it was flagged

The skill requires a CreditClaw API key used as the delegated identity for wallet/card operations. This is expected for the stated service, but it can authorize financially meaningful actions.

Skill content
"credentials": ["CREDITCLAW_API_KEY"], "api_base": "https://creditclaw.com/api/v1"
Recommendation

Use a dedicated key, keep spend limits low, prefer ask-for-everything approval, restrict merchants/domains, and never send the key outside creditclaw.com.

What this means

Purchases or subscriptions can result in real financial charges if the agent submits checkout requests within configured limits.

Why it was flagged

The documented checkout flow can create real charges at broad merchant categories, with auto-approval possible inside owner-set allowance. The docs also include confirmation and guardrail steps, so this is purpose-aligned but high impact.

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

Require explicit user confirmation before checkout, set very small auto-approval thresholds, and use merchant/category allowlists where possible.

What this means

If a user manually fetches the remote files later, the instructions could differ from the reviewed package.

Why it was flagged

The optional local setup fetches skill documentation and metadata from remote URLs. It does not execute code, but users rely on the remote source matching the reviewed artifacts.

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

Prefer the reviewed registry artifacts or verify fetched files before use; do not run any additional unreviewed commands from changed remote content.

What this means

The agent may contact CreditClaw regularly and may prompt for top-ups when balances are low.

Why it was flagged

The docs recommend recurring status and balance checks. No background code is provided, but an autonomous agent could treat this as a periodic task.

Skill content
CreditClaw Heartbeat (suggested: every 30 minutes) Run this routine periodically
Recommendation

Enable heartbeat behavior only if desired, cap its frequency, and require user approval before any top-up request.

What this means

Owner dashboard notes can influence the agent's purchasing behavior.

Why it was flagged

The skill tells the agent to treat a field returned by the authenticated payment API as actionable instructions. That is appropriate for owner spending rules, but it should remain scoped to shopping/payment policy.

Skill content
`notes` — read and follow these; they are direct instructions from your owner
Recommendation

Keep CreditClaw notes limited to payment and shopping constraints, and do not let returned notes override unrelated user or system instructions.