Versioned security assessment

Report ID: SA-3760D990

6/28/2026, 5:25:54 AM

video-extend security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
video-extend
Version
v2
Maintainer
agentspace-so
Coverage
1 Files scanned · 156 Lines analyzed
Policy version
Unavailable

Confirmed finding summary

No confirmed security findings

The completed audit recorded no confirmed security findings. This is not proof that the Skill has no side effects.

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.

Static analysis flagged many command, URL, filesystem, weak crypto, and reconnaissance patterns. Review found no evidence of malicious intent or prompt injection, but the skill legitimately invokes an external CLI, sends user media prompts to RunComfy, and documents local token storage.

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 · 156 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 8 evidence locations

Filesystem access

May read or write local files.

Observed in 3 evidence locations

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 3 evidence locations

Capability review items (3)
Medium
External CLI execution through RunComfy
TRUE POSITIVE. The skill instructs agents to run the RunComfy CLI. This is expected for the skill, but it executes an external tool and should stay limited to runcomfy commands.
The command examples and security notes directly document runcomfy execution. The allowed tool boundary narrows the risk, so this is medium rather than high.
Medium
User video and prompts sent to external service
TRUE POSITIVE. The workflow sends a source video URL and continuation prompt to RunComfy. This is core functionality, but users must understand the privacy boundary.
The file states that the CLI posts to the RunComfy Model API and references RunComfy network endpoints. No evidence shows unauthorized exfiltration.
Low
Documented local token storage
TRUE POSITIVE with mitigation. The skill documents that login stores a token in a hidden config path. It also says the token uses mode 0600 and should not be logged.
The storage path and permissions are explicitly documented. This is sensitive credential handling, but the stated permissions reduce practical risk.

Risk findings

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

No confirmed security findings were recorded for this completed audit.

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
Hardcoded URLs are documentation and allowlisted endpoints
FALSE POSITIVE for malicious networking. The URLs point to RunComfy pages, skills documentation, example input, and stated allowlisted RunComfy endpoints.
The URLs are readable Markdown links or expected service endpoints. I found no encoded destinations, webhook URLs, or unrelated domains.
Low
Weak cryptography and reconnaissance detections are false positives
FALSE POSITIVE. The referenced lines contain description text, prompting guidance, endpoint selection text, or exit code documentation. No cryptographic algorithm or system reconnaissance command appears there.
Line review shows normal prose and an exit code table, not MD5, SHA1, host enumeration, or environment probing.
Low
Markdown backticks misclassified as Ruby shell execution
FALSE POSITIVE for Ruby backtick execution. The repeated static hits are Markdown inline code spans and fenced shell examples, not executable Ruby source code.
The only file is Markdown and the backticks format commands or endpoint names. No Ruby file or Ruby execution context exists.

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