Ntriq Video Intelligence Mcp

AdvisoryAudited by VirusTotal on Apr 15, 2026.

Overview

Type: OpenClaw Skill Name: ntriq-video-intelligence-mcp Version: 1.0.0 The skill bundle contains only metadata and documentation for a video intelligence API service. It defines an interface for object detection and scene analysis via an external endpoint (https://x402.ntriq.co.kr/video-intel-mcp) and includes no executable code, suspicious instructions, or indicators of malicious intent.

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

Using the skill may spend small amounts of USDC per request.

Why it was flagged

Each service call is an external paid API request. This is disclosed and aligned with the service purpose, but repeated or autonomous calls could incur costs.

Skill content
# x402 endpoint — pay $0.05 USDC per call (Base mainnet)
POST https://x402.ntriq.co.kr/video-intel-mcp
Recommendation

Use explicit approval, spending caps, or a limited wallet for paid calls.

What this means

A connected payment mechanism could be charged when the skill is used.

Why it was flagged

The payment mechanism implies some wallet or delegated payment authority, even though no credential handling or storage is shown in the artifacts.

Skill content
[x402 micropayments](https://x402.ntriq.co.kr) — USDC on Base, gasless EIP-3009
Recommendation

Connect only a limited payment method and review any x402 payment prompts or spending permissions.

What this means

The provider may be able to access the video URL and process the video content.

Why it was flagged

The skill sends a user-provided video URL to an external provider for analysis, which is expected for this purpose but creates a provider data-sharing boundary.

Skill content
| `video_url` | string | ✅ | Video file URL |
POST https://x402.ntriq.co.kr/video-intel-mcp
Recommendation

Only submit videos you have permission to share, and review the provider’s privacy or retention terms for sensitive footage.