Versioned security assessment

Report ID: SA-EDF18A8E

6/30/2026, 3:40:00 AM

remotion-render security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
remotion-render
Version
v2
Maintainer
inference-sh-6
Coverage
1 Files scanned · 210 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Medium

2 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.

Static analysis found many command and URL patterns in SKILL.md. Review confirmed most shell backtick and weak crypto hits are markdown or wording false positives, but the remote installer and infsh rendering workflow are real elevated-risk behaviors that require user warning. No evidence found of prompt injection, credential exfiltration, persistence, or confirmed malicious intent.

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 · 210 Lines analyzed

2 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 4 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 11 evidence locations

Risk findings

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

Confirmed security concerns (2)

RISK-001 Medium
Remote Installer Piped to Shell
TRUE_POSITIVE: The quick start tells users to run a remote install script with curl piped directly to sh. This is dangerous because script contents can change after review and execute with the user's local privileges. The install note describes checksum verification, but the pipe-to-shell command still requires trust in the remote endpoint.
The exact pipe-to-shell pattern is present and semantically executes a remote installer. Confidence is high on the risk, although the surrounding text indicates legitimate installation intent rather than malware.
RISK-002 Medium
External CLI Sends Render Jobs to Remote Service
TRUE_POSITIVE: The skill allows Bash access for infsh commands and documents infsh app run calls that submit TSX component code and props to inference.sh. This is the intended function, but it can expose proprietary code, rendered assets, or prompt-provided data to a third-party service.
The allowed tool declaration and repeated remote run examples clearly show external command and network behavior. The risk is moderate because the behavior is disclosed and central to the skill's purpose.

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 Command Flags Are Documentation Examples
FALSE_POSITIVE: Most shell execution findings point to fenced bash, tsx, or python examples in documentation. These snippets demonstrate how to call the remote renderer and are not hidden Ruby backtick execution inside a runtime script.
The flagged locations are inside markdown code fences or inline code examples. They are visible documentation, not concealed executable skill code.
Low
Weak Cryptography Alerts Are Text Matching False Positives
FALSE_POSITIVE: The weak cryptographic algorithm alerts do not identify use of MD5, SHA-1, DES, or another weak primitive. The relevant security text says SHA-256 checksum verification, and other hits appear to come from ordinary words such as description.
Line 29 references SHA-256, which is not a weak checksum for this purpose. The other cited lines do not contain cryptographic operations.
Low
Hardcoded URLs Are Mostly Documentation and Asset Links
FALSE_POSITIVE: The non-installer URLs point to the inference.sh website, an image asset, Remotion documentation, and inference.sh documentation. No evidence found that these links exfiltrate secrets or contact unrelated infrastructure.
The URLs are visible documentation or asset references that match the skill's stated service. The installer URL is handled separately as a medium finding.

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