The installation command fetches and runs remote package code through npx
Source references: 1The README directs the user to run `npx skills add`. npx and the installer it launches can execute code obtained from a package registry, while the supplied files specify no pinned version, hash, or inventory of executed code.
If the package, a dependency, publisher account, or registry content is compromised, installation could read or modify files with the user's privileges, access available credentials, or install Skill content different from what was audited.
The installation uses `npx skills add` without pinning a package version or repository commit and requests a global install. What is installed therefore depends on the resolved `skills` tool and remote repository state at that time, potentially affecting the user's global skill directory. No hash or version constraint is provided. The user can ask for a pinned trusted version/commit and inspect it in isolation first.
## Install```bashnpx skills add google-labs-code/stitch-skills --skill design-md --global```