Video Ad Specs
Analysis
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.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
curl -fsSL https://cli.inference.sh | sh && infsh login
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.
allowed-tools: Bash(infsh *)
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.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
infsh login
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.
