Ntriq X402 Image Upscale Batch

PassAudited by ClawScan on May 10, 2026.

Overview

This is a simple paid image-upscaling API skill; the main thing to watch is that each call can spend $30 USDC and sends image URLs to an external provider.

Before using this skill, confirm you are comfortable paying $30 USDC for the batch and sharing the selected image URLs with x402.ntriq.co.kr. There is no local code or install behavior shown in the artifacts.

Findings (2)

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 invoked with a valid payment header, the user may be charged $30 USDC for the batch upscale request.

Why it was flagged

The skill requires an x402 payment authorization and can spend cryptocurrency, which is sensitive financial authority. The amount and network are disclosed and aligned with the paid service.

Skill content
X-PAYMENT: <x402-payment-header> ... **Price**: $30.00 USDC flat ... **Network**: Base mainnet (EIP-3009 gasless)
Recommendation

Only provide or approve the x402 payment header after confirming the image batch, price, and Base mainnet payment details.

What this means

Private, signed, or sensitive image URLs could be exposed to the external upscaling provider if included in the request.

Why it was flagged

The hosted provider receives image URLs for processing. This is expected for image upscaling, but those URLs or their contents may be visible to the service.

Skill content
POST https://x402.ntriq.co.kr/image-upscale-batch ... "images": ["https://example.com/img1.jpg", "https://example.com/img2.jpg"]
Recommendation

Send only images you intend to share with the provider, and avoid confidential or long-lived private URLs unless that exposure is acceptable.