Video Ad Specs

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is a coherent, instruction-only guide for video ad specs and generation, with disclosed use of an external inference.sh CLI and login.

This appears safe to install as an instruction-only video ad helper, but treat the inference.sh setup and login as real external-service use: verify the installer source, understand any provider billing/quotas, and review commands before sending private media or prompts.

Findings (3)

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

Running the setup command would download and execute installer code from inference.sh on the user's machine.

Why it was flagged

The skill suggests installing an external CLI via a remote shell script. It is presented as a setup command for the stated video-generation purpose, but users should still verify the source before running it.

Skill content
curl -fsSL https://cli.inference.sh | sh && infsh login
Recommendation

Only run the installer if you trust inference.sh; prefer the linked manual verification/checksum path when possible.

What this means

The skill's workflows may use the user's inference.sh account and any associated quotas, billing, or generated assets.

Why it was flagged

The workflow requires logging in to the inference.sh CLI. This is expected for a provider-backed video generation skill, but it gives the CLI access to a user account/session.

Skill content
infsh login
Recommendation

Use an account with appropriate limits and review provider permissions, billing, and generated-output handling before use.

What this means

When invoked, the agent may call external inference.sh apps to generate or process ad media, potentially consuming service credits or sending prompts/assets to that provider.

Why it was flagged

The skill permits the agent to run infsh CLI commands, matching the documented video/audio generation examples. The allowed command scope is limited to infsh rather than broad shell use.

Skill content
allowed-tools: Bash(infsh *)
Recommendation

Review generated commands before approving costly or asset-uploading operations, especially if using private media files.