Skills video-edit Audit History
📦

Audit History

video-edit - 4 audits

Version comparison

Capability and finding changes across audited versions, newest first.

VersionDateResultReview itemsChange vs previous
v4 LatestJul 24, 2026, 01:40 AM 3 confirmed0No capability change
v3 Jul 15, 2026, 09:56 AM 1 confirmed0No capability change
v2 Jul 15, 2026, 09:56 AM 1 confirmed0No capability change
v1 Jul 15, 2026, 09:56 AM 1 confirmed0Baseline

Jul 24, 2026, 01:40 AM

All 67 static findings are false positives caused by Markdown formatting, example URLs, or documentation of credential storage. Separate review found shell-construction, unpinned dependency, and third-party media disclosure risks that require clear safeguards.

1
Files scanned
226
Lines analyzed
6
Review items
0
False positives ignored

Confirmed security concerns (3)

High
Unsafe Shell Construction for Generated Prompts
The examples embed generated prompt text inside single-quoted JSON passed through a shell. The skill lacks a mandatory serialization rule for arbitrary user-controlled characters.
The command examples directly place prompt text inside shell-quoted JSON, while line 222 asserts safety after shell parsing. Robust argument construction is not required.
Medium
Unpinned Global CLI Installation
The prerequisite installs the latest RunComfy CLI globally without a version pin. Package compromise or incompatible updates could execute code with user permissions.
Line 49 explicitly uses a global npm installation with no version. This is a clear dependency integrity and update risk.
Medium
Third-Party Prompt and Media Disclosure
The CLI sends prompts to RunComfy and its servers fetch user-provided media URLs. Sensitive content may leave the user's controlled environment.
Lines 217 and 223 explicitly describe API submission and server-side retrieval of user media. The external data flow is documented and unambiguous.
Audited by: codex

Jul 15, 2026, 09:56 AM

All static alerts are Markdown syntax, placeholder URLs, documentation, or standard token storage guidance. The skill intentionally sends prompts and media locations to RunComfy, creating a third-party data disclosure risk.

1
Files scanned
226
Lines analyzed
4
Review items
0
False positives ignored

Confirmed security concerns (1)

Medium
Third-Party Processing of User Media
The workflow sends prompts to RunComfy and directs its servers to fetch user-provided media URLs. Sensitive media or signed URLs may be disclosed to that service.
The documentation explicitly states that the CLI posts requests to the Model API and that RunComfy servers fetch supplied media URLs.

Risk Factors

⚙️ External commands (1)
🌐 Network access (1)
📁 Filesystem access (1)
Audited by: codex

Jul 15, 2026, 09:56 AM

All static alerts are Markdown syntax, placeholder URLs, documentation, or standard token storage guidance. The skill intentionally sends prompts and media locations to RunComfy, creating a third-party data disclosure risk.

1
Files scanned
226
Lines analyzed
4
Review items
0
False positives ignored

Confirmed security concerns (1)

Medium
Third-Party Processing of User Media
The workflow sends prompts to RunComfy and directs its servers to fetch user-provided media URLs. Sensitive media or signed URLs may be disclosed to that service.
The documentation explicitly states that the CLI posts requests to the Model API and that RunComfy servers fetch supplied media URLs.

Risk Factors

⚙️ External commands (1)
🌐 Network access (1)
📁 Filesystem access (1)
Audited by: codex

Jul 15, 2026, 09:56 AM

All static alerts are Markdown syntax, placeholder URLs, documentation, or standard token storage guidance. The skill intentionally sends prompts and media locations to RunComfy, creating a third-party data disclosure risk.

1
Files scanned
226
Lines analyzed
4
Review items
0
False positives ignored

Confirmed security concerns (1)

Medium
Third-Party Processing of User Media
The workflow sends prompts to RunComfy and directs its servers to fetch user-provided media URLs. Sensitive media or signed URLs may be disclosed to that service.
The documentation explicitly states that the CLI posts requests to the Model API and that RunComfy servers fetch supplied media URLs.

Risk Factors

⚙️ External commands (1)
🌐 Network access (1)
📁 Filesystem access (1)
Audited by: codex