Skills video-ad-specs Audit History
📦

Audit History

video-ad-specs - 3 audits

Version comparison

Capability and finding changes across audited versions, newest first.

VersionDateResultReview itemsChange vs previous
v3 LatestJul 13, 2026, 11:13 AM No confirmed findings0No capability change
v2 Jul 13, 2026, 11:13 AM No confirmed findings0No capability change
v1 Jul 12, 2026, 09:48 AM 1 confirmed8Baseline

Jul 13, 2026, 11:13 AM

All 18 static findings are false positives caused by Markdown formatting, visible documentation links, and ordinary advertising guidance. The skill documents deliberate Belt and npx workflows, but contains no automatic execution, prompt injection, hidden network activity, reconnaissance, or malicious intent.

1
Files scanned
261
Lines analyzed
2
Review items
0
False positives ignored
Audited by: codex

Jul 13, 2026, 11:13 AM

All 18 static findings are false positives caused by Markdown formatting, visible documentation links, and ordinary advertising guidance. The skill documents deliberate Belt and npx workflows, but contains no automatic execution, prompt injection, hidden network activity, reconnaissance, or malicious intent.

1
Files scanned
261
Lines analyzed
2
Review items
0
False positives ignored
Audited by: codex

Jul 12, 2026, 09:48 AM

Seven command findings are confirmed because the skill directs users or agents to invoke remote CLI operations, including package installation and media generation. Markdown fence matches, ordinary reference links, and alleged reconnaissance text are false positives. A broad belt command permission is an additional medium-risk capability.

1
Files scanned
261
Lines analyzed
11
Review items
0
False positives ignored

Confirmed security concerns (1)

Medium
Broad External Command Permission
The allowed-tools declaration authorizes every belt subcommand. A mistaken or manipulated prompt could invoke unrelated belt operations beyond video production.
The wildcard permission is explicit on line 4 and is broader than the documented app commands. Its scope is directly observable.
Capability review items (8)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Medium
Ruby/shell backtick execution
> **Install the belt CLI skill:** `npx skills add belt-sh/cli`
Line 7 instructs users to run npx against a remote skill package. This can download and execute third-party installation logic.
Medium
Ruby/shell backtick execution · 6 occurrences
```bash
The fenced Bash example invokes belt login and a remote video-generation application. These are intended external CLI operations, despite the inaccurate Ruby pattern label.
Low
Hardcoded URL
> Requires inference.sh CLI (`belt`). [Install instructions](https://raw.githubusercontent.com/infer
The installation link targets a mutable raw file on the main branch. Following changing remote installation instructions creates a supply-chain risk.
Audited by: codex