Video Generator CLI

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

Overview

This is an instruction-only video-generation command guide; it is mostly coherent, but users should notice that some commands delete local generated media and require undeclared tools/API credentials.

This skill appears benign as a command guide. Before installing or using it, make sure you are in the correct video-generator project, review the local npm scripts because they were not included here, and be aware that fresh generation deletes existing generated cache/video/audio files.

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

Running the fresh generation command could delete prior generated video/audio assets in the project folders.

Why it was flagged

The skill documents commands that perform local file deletion as part of a fresh video generation workflow. This is purpose-aligned and disclosed, but should be run only in the intended project directory.

Skill content
`npm run generate` ... `Wipes the .video-cache.json file` ... `Cleans the public/videos and public/audio folders.`
Recommendation

Confirm the working directory and back up any wanted generated media before using `npm run generate` or `npm run build`.

#
ASI03: Identity and Privilege Abuse
Info
What this means

The user may need to provide a Pexels API key even though the registry metadata does not advertise that requirement.

Why it was flagged

The skill declares a Pexels API key in its own frontmatter, which is expected for stock footage download, but the registry requirement summary says no environment variables are required.

Skill content
metadata:\n  requires:\n    bins:\n      - node\n      - npm\n      - ffmpeg\n      - python\n    env:\n      - PEXELS_API_KEY
Recommendation

Use a scoped Pexels API key if possible and avoid sharing it outside the intended project environment.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

The safety of the actual video generator depends on the local project’s package scripts, which were not included in this review.

Why it was flagged

The reviewed artifact does not include the npm package scripts that the guide tells users how to run, so the actual implementation of those commands is outside the submitted scan context.

Skill content
No install spec — this is an instruction-only skill. No code files present — this is an instruction-only skill.
Recommendation

Before running the npm commands, inspect the local `package.json` scripts and project source or use a trusted repository.