Ntriq X402 Audio Intel Batch
AdvisoryAudited by VirusTotal on Apr 16, 2026.
Overview
Type: OpenClaw Skill Name: ntriq-x402-audio-intel-batch Version: 1.0.0 The skill bundle contains documentation for an external audio transcription API service (x402.ntriq.co.kr). It lacks executable code and consists only of metadata and instructions for the agent to perform legitimate POST requests for batch audio processing. No indicators of data exfiltration, malicious execution, or prompt injection were found.
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.
A call to the service may spend $9 USDC.
The skill requires a payment authorization header for a cryptocurrency payment. This is expected for the stated paid service, but it is still spend authority.
X-PAYMENT: <x402-payment-header> ... **Price**: $9.00 USDC flat
Confirm the price, network, and recipient before authorizing the x402 payment, and avoid allowing automatic paid calls unless you intend that behavior.
Private calls, recordings, or signed URLs could be exposed to the provider during transcription.
The service receives audio URLs and likely fetches or processes those files. This is purpose-aligned for transcription, but it transfers potentially sensitive audio access to a third-party provider.
POST https://x402.ntriq.co.kr/audio-intel-batch ... "audio_urls": ["https://example.com/call-001.mp3"]
Only submit audio URLs you are comfortable sharing with this provider, and check the provider's privacy and retention practices for sensitive recordings.
Users could mistakenly assume audio stays on their own device.
The 'local Whisper' wording appears to mean local to the provider's infrastructure, while the documented workflow still sends audio URLs to a remote endpoint.
100% local Whisper inference on Mac Mini ... POST https://x402.ntriq.co.kr/audio-intel-batch
Treat this as a remote third-party transcription service unless the provider separately proves otherwise.
