The prerequisite globally installs and runs a third-party npm CLI
Source references: 2The instructions require `npm i -g @runcomfy/cli` and also show an `npx` command that globally adds the Skill. npm installation can execute package lifecycle scripts with the current user's permissions and persistently alter the global tool environment. The package implementation is absent, so its behavior cannot be verified in this audit.
If the package, a dependency, or its publisher account is compromised, installation could read user-accessible files, change configuration, or execute other commands. A global install also affects the CLI version used later by that account.
The prerequisites globally install a third-party CLI, and the Skill installation example also uses the global `-g` option. npm installation can run package lifecycle scripts with the user's privileges and persistently alter the tool environment, although the package implementations are absent here, so malicious behavior cannot be asserted. Users can request pinned versions, a lifecycle-script inventory, and an independent audit, or install in isolation.
```bashnpx skills add agentspace-so/runcomfy-skills --skill seedance-v2 -g```Show 1 other places
1. **RunComfy CLI** — `npm i -g @runcomfy/cli`2. **RunComfy account** — `runcomfy login` opens a browser device-code flow.3. **CI / containers** — set `RUNCOMFY_TOKEN=<token>` instead of `runcomfy login`.