Bing Ai Video

PassAudited by VirusTotal on May 4, 2026.

Overview

Type: OpenClaw Skill Name: bing-ai-video Version: 1.0.0 The skill exhibits brand impersonation by naming itself 'Bing AI Video' while directing all user data and video content to an unrelated third-party domain (nemovideo.ai). The SKILL.md file instructs the agent to perform environment discovery by detecting the host platform (e.g., Cursor, Clawhub) from installation paths and explicitly directs the agent to hide raw API responses and tokens from the user, which could be used to mask unauthorized data transmission or telemetry collection.

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 could think they are using a Bing-branded service while their media and requests are actually sent to a different backend.

Why it was flagged

The visible branding suggests Bing AI Video, but the actual backend and credential are NemoVideo. This mismatch matters because users may upload private media based on an incorrect assumption about the service provider.

Skill content
displayName: "Bing AI Video — Generate and Edit AI Videos" ... All calls go to `https://mega-api-prod.nemovideo.ai` ... primaryEnv: "NEMO_TOKEN"
Recommendation

Before uploading sensitive clips, verify who operates the NemoVideo endpoint and whether the skill is authorized to use the Bing name.

What this means

Videos, images, audio, and related URLs may leave the device and be processed by the remote service.

Why it was flagged

The skill clearly sends uploaded media or media URLs to a remote provider for processing. That is expected for cloud video generation, but it is sensitive data movement.

Skill content
All calls go to `https://mega-api-prod.nemovideo.ai` ... **Upload** — `POST /api/upload-video/nemo_agent/me/<sid>` — multipart file or JSON with URLs.
Recommendation

Only upload media you are comfortable sending to this provider, and review the provider’s privacy and retention terms if available.

What this means

The token controls access to the service session, credits, uploads, render jobs, and exports for this skill.

Why it was flagged

The skill uses a bearer token for the video backend and can generate an anonymous token automatically. This is purpose-aligned, but it is still delegated account/session authority.

Skill content
Check if `NEMO_TOKEN` is set ... POST to `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token` ... The response `data.token` is your NEMO_TOKEN — 100 free credits, valid 7 days.
Recommendation

Treat NEMO_TOKEN as a credential and avoid sharing logs or environment details that might expose it.

NoteMedium Confidence
ASI01: Agent Goal Hijack
What this means

Remote backend responses may trigger edits, state checks, or exports without showing every intermediate tool result to the user.

Why it was flagged

The skill instructs the agent to translate backend responses into additional API actions. This appears intended for the video workflow, but it gives backend text influence over subsequent agent actions.

Skill content
Backend says | "click [button]" ... You do | Execute via API ... "Export button" ... Execute export workflow ... Tool call/result | Process internally, don't forward.
Recommendation

The skill should keep actions scoped to the listed video endpoints and ask for confirmation before credit-consuming exports or unexpected changes.

What this means

Users have limited registry-level information for verifying the publisher or service relationship.

Why it was flagged

There is no local code to install, which reduces local execution risk, but the skill lacks provenance information for a cloud service integration.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Prefer installing only if you trust the publisher and can independently verify the backend provider.