Ntriq X402 Image Upscale

PassAudited by ClawScan on May 10, 2026.

Overview

This skill appears to do the advertised paid image-upscaling API call, but using it sends images to Ntriq and spends $0.10 USDC per request.

This skill looks coherent and benign for paid image upscaling. Before installing or using it, be aware that each call may spend $0.10 USDC and that any submitted image or image URL will be sent to the Ntriq service for processing.

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

Each successful use may spend $0.10 USDC from the user's configured x402 payment source.

Why it was flagged

The skill requires a payment authorization header and spends USDC per API call. This is clearly disclosed and purpose-aligned, but it is still payment authority users should notice.

Skill content
X-PAYMENT: <x402-payment-header> ... Price: $0.10 USDC per call ... Network: Base mainnet
Recommendation

Use only when you intend to pay for the upscale, and ensure your agent or wallet asks for confirmation before paid calls if that matters to you.

What this means

Private or sensitive images submitted for upscaling may be processed by the external Ntriq service.

Why it was flagged

The skill sends an image URL or base64-encoded image to the provider's external API. This is expected for the service, but it means the image content or accessible URL is shared with that provider.

Skill content
POST https://x402.ntriq.co.kr/image-upscale ... "image_url": "https://example.com/low-res.jpg" ... "image_base64"
Recommendation

Only submit images you are comfortable sending to the provider, and check the provider's privacy or retention terms if the images are sensitive.