AITuber AI Video Skill

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This is a coherent AITuber API guide, but it needs your AITuber API key and can make video-generation/export requests against your account.

Install this if you want your agent to create AITuber videos through your account. Before using it, set the API key deliberately, avoid sending confidential scripts or ideas unless you are comfortable sharing them with AITuber, review actions that may consume credits, and separately verify any optional npx/MCP server installation.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

A mistaken or overly broad user request could cause the agent to create/export videos or download files through AITuber.

Why it was flagged

The skill gives the agent curl/WebFetch capability for API calls and Read/Write capability for local files. This fits the video API and download workflow, but users should notice that the agent can make network requests and save files when the skill is invoked.

Skill content
allowed-tools: Bash(curl:*) WebFetch Read Write
Recommendation

Review generated video settings before creation/export, specify download locations, and avoid asking the agent to run large batches unless you intend to use credits or paid account capacity.

#
ASI03: Identity and Privilege Abuse
Low
What this means

Anyone or any agent session with access to this environment variable may be able to use your AITuber account according to that key's permissions.

Why it was flagged

The skill requires an AITuber API key for account-backed actions such as video generation, export, listing videos, and subscription/credit checks. This is expected for the service and is disclosed.

Skill content
All endpoints except `GET /voices` require a Bearer token... Store the key in the `AITUBER_API_KEY` environment variable.
Recommendation

Use a dedicated AITuber API key, keep it out of shared logs/files, rotate it if exposed, and confirm account-impacting actions before running them.

#
ASI04: Agentic Supply Chain Vulnerabilities
Info
What this means

If you follow the optional install commands, you may run code from external package sources not included in this artifact review.

Why it was flagged

The README includes user-run commands that fetch/install external packages, including an optional MCP server. They are not hidden or automatic, but they are outside the instruction-only skill artifact.

Skill content
`npx skills add aituberapp/ai-video-skill` ... `npx -y @aituber/mcp-server`
Recommendation

Install only from the official AITuber sources you trust, prefer pinned versions where possible, and review the MCP server separately before enabling it.