Ntriq X402 Document Intel

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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 may believe documents stay local when they may actually be transmitted to an external service for processing.

Why it was flagged

The skill presents a privacy-protective claim of local processing/no cloud upload, but the documented workflow sends a document URL or base64 image to a third-party HTTPS endpoint.

Skill content
Analyze document images ... with local AI vision. ... No cloud upload ... POST https://x402.ntriq.co.kr/document-intel ... "image_base64": "string"
Recommendation

Revise the skill to accurately disclose where documents are processed, what data is sent, and any retention/privacy terms before users submit sensitive documents.

What this means

Private invoices, contracts, forms, or reports could be exposed to the provider or made accessible via a public URL.

Why it was flagged

The skill handles potentially sensitive document images through an external provider flow, including public URLs or base64 upload, without stating data boundaries, retention, or privacy controls.

Skill content
`image_url` ... Publicly accessible URL of document image ... `image_base64` ... Base64-encoded document image
Recommendation

Use only non-sensitive documents unless the provider’s data handling is acceptable; avoid public URLs for confidential files and require explicit user approval before sending document content.

What this means

The agent or user may incur real cryptocurrency charges when the skill is used.

Why it was flagged

The payment requirement is disclosed and purpose-aligned, but it requires wallet authorization and spends USDC per call.

Skill content
Pay $0.05 USDC per call via x402 ... Sign the EIP-3009 payment payload and retry with `X-PAYMENT` header.
Recommendation

Approve each paid call deliberately, verify the recipient/service, and use wallet spending limits where possible.