Installation executes third-party npm packages and makes global changes
Source references: 3The documentation requires globally installing `@runcomfy/cli` with npm and recommends globally adding the Skill through `npx skills add`. npm/npx can execute package installation scripts, while `-g` leaves persistent changes outside the current project. The supplied source does not include those packages' implementations for review.
If a package, dependency, or publisher account is compromised, installation could run arbitrary code with the current user's permissions, read accessible files or credentials, and persistently alter the global tooling environment.
The documentation requires a global third-party CLI installation and shows `npx` adding the Skill globally; both run or install third-party code outside the project directory. The supplied source does not include the CLI or installer implementation, so their install scripts and permission scope cannot be verified. Users can request pinned versions, inspect package contents, and install in an isolated environment.
```bashnpx skills add agentspace-so/runcomfy-skills --skill gpt-image-edit -g```Show 2 other places
1. **RunComfy CLI** — `npm i -g @runcomfy/cli`2. **RunComfy account** — `runcomfy login` opens a browser device-code flow.```bashnpx skills add agentspace-so/runcomfy-skills --skill gpt-image-edit -g```