Versioned security assessment

Report ID: SA-5DC7680B

6/30/2026, 3:58:42 AM

ai-video-generation security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
ai-video-generation
Version
v2
Maintainer
inference-sh-8
Coverage
1 Files scanned · 178 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

High

3 confirmed security findings require attention.

Installation context

Historical evidence

This report may not describe the currently installable artifact. Open the current Skill page for install guidance.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

The audit confirms a high-risk remote installer pattern: the Quick Start pipes a downloaded script into a shell. Most Ruby backtick and weak-crypto static findings are false positives caused by Markdown code spans, model identifiers, and documentation text. The skill also intentionally runs an external CLI and sends prompts, image URLs, audio URLs, and video URLs to inference.sh services.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

1 Files scanned · 178 Lines analyzed

3 items shown for review

Limitations

This report does not claim runtime or sandbox execution and does not prove the absence of side effects.

Evidence chain

Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.

  1. Source

    Binding unavailable

  2. Artifact

    Identity incomplete

  3. Audit

    Complete

  4. Install contract

    Open manifest to verify

    Open manifest

Capabilities observed

Observed means this report recorded supporting evidence. Not recorded does not prove that a capability is absent.

Contains scripts

May execute code included with the Skill.

Not recorded by this audit

Network access

May connect to external services.

Observed in 10 evidence locations

Filesystem access

May read or write local files.

Not recorded by this audit

Env variables

May read values from the process environment.

Not recorded by this audit

External commands

May invoke commands or programs outside the Skill.

Observed in 14 evidence locations

Risk findings

Confirmed security concerns are separated from items that still need review.

Confirmed security concerns (3)

RISK-001 High
Remote Install Script Piped To Shell
The Quick Start instructs users to download an installer from https://cli.inference.sh and pipe it directly to sh. This is dangerous because any compromise of the endpoint, transport path, or install script can execute arbitrary code before user review.
The exact pipe-to-shell command is present in the Quick Start. The surrounding install note mentions checksums, but the one-line installer still executes remote code directly.
RISK-002 Medium
External CLI Runs Remote AI Workloads
The skill is built around infsh app run commands that send prompts and media references to inference.sh applications. This is expected behavior, but it exposes user prompts and media URLs to a third-party service.
Multiple examples invoke the external infsh CLI with prompts, image URLs, audio URLs, and video URLs. This is core functionality, not hidden behavior, but it is still a privacy and network risk.
RISK-003 Medium
Additional Skill Installation Commands
The related-skills section recommends npx skills add commands for several other skills. Installing additional community skills expands the trusted code and instruction surface beyond this package.
The commands are documented recommendations and not automatically executed. The risk depends on user action and the security posture of the referenced skills.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
Unavailable
Content hash
Unavailable
Tree hash
Unavailable
Skill path
Unavailable
Audit payload hash
Unavailable

Analysis metadata

Audit model: codex

Analysis state: Complete

Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.

Static false positives ignored (3)
Low
Markdown Backtick Execution Findings Are False Positives
The static Ruby backtick detections correspond to Markdown fenced examples and inline code spans, not Ruby source execution. No evidence found that the skill itself invokes Ruby backticks.
The reviewed file is Markdown and the matched backticks delimit examples or inline identifiers. There is no Ruby file or runtime context in the analyzed evidence.
Low
Weak Cryptography Findings Are False Positives
The weak cryptography alerts point to descriptive Markdown text, including the term SHA-256 in an install note and table content. No evidence found of cryptographic implementation or weak algorithm use.
The cited lines are front matter description and a Markdown table header area. They do not implement hashing, encryption, or verification logic.
Low
Hardcoded Documentation URLs Are Expected
The hardcoded URLs are links to the inference.sh site, hosted images, documentation, and placeholder media inputs. These are expected for a skill that documents a hosted video generation service.
The URLs are visible documentation links or placeholder input examples. No hidden exfiltration endpoint or obfuscated network target was found in SKILL.md.

Verify and export

The manifest and lockfile bind install artifacts to cryptographic hashes. This integrity claim is separate from the security assessment.

Audit attestation: not_attestable