OpenFun

PassAudited by ClawScan on May 1, 2026.

Overview

OpenFun appears aligned with AI short-video creation, but it installs an external CLI, stores an OpenFun login token locally, and can automate batch renders that may use account credits.

Before installing, make sure you trust the openfun-cli npm package and are comfortable logging into OpenFun on this machine. When using the skill, give explicit limits for how many trends, remixes, and renders to create so it does not consume more plan credits than intended.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing the skill adds a global command from npm that will be used to interact with the OpenFun service.

Why it was flagged

The skill installs and relies on an external npm CLI package. This is central to the stated video workflow, but the user is trusting that package and its provenance.

Skill content
node | package: openfun-cli | creates binaries: openfun
Recommendation

Install only if you trust the OpenFun CLI package/source, and consider reviewing the npm package or repository before use.

What this means

Anyone or any process with access to that token may be able to use the associated OpenFun account and credits.

Why it was flagged

The skill requires logging into OpenFun and stores a persistent local auth token. This is expected for the service, but it grants access to the user's OpenFun account.

Skill content
openfun login
...
Login opens a browser for auth. Token persists in `~/.openfun/config.json`.
Recommendation

Protect the local token file, use only the intended OpenFun account, and revoke or log out if the device or token may be exposed.

What this means

An overly broad request could use up monthly remix/video credits or generate more content than intended.

Why it was flagged

The documented automation and batch rendering are purpose-aligned, but they can create multiple assets and consume plan quotas without additional CLI prompts.

Skill content
No interactive prompts — fully automatable
...
Batch multiple remixes, then render them all
Recommendation

Specify limits such as niche, count, brand, and maximum renders before asking the agent to run batch workflows.